Class AppmodulecomponentRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Appmodulecomponent>
-
- microsoft.dynamics.crm.entity.request.AppmodulecomponentRequest
-
public class AppmodulecomponentRequest extends com.github.davidmoten.odata.client.EntityRequest<Appmodulecomponent>
-
-
Constructor Summary
Constructors Constructor Description AppmodulecomponentRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemuserRequestappmodulecomponent_createdby()SystemuserRequestappmodulecomponent_modifiedby()AppmoduleRequestappmoduleid()SystemuserRequestcreatedonbehalfby()SystemuserRequestmodifiedonbehalfby()
-
-
-
Method Detail
-
appmodulecomponent_modifiedby
public SystemuserRequest appmodulecomponent_modifiedby()
-
modifiedonbehalfby
public SystemuserRequest modifiedonbehalfby()
-
createdonbehalfby
public SystemuserRequest createdonbehalfby()
-
appmodulecomponent_createdby
public SystemuserRequest appmodulecomponent_createdby()
-
appmoduleid
public AppmoduleRequest appmoduleid()
-
-