Class PluginassemblyRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Pluginassembly>
-
- microsoft.dynamics.crm.entity.request.PluginassemblyRequest
-
public class PluginassemblyRequest extends com.github.davidmoten.odata.client.EntityRequest<Pluginassembly>
-
-
Constructor Summary
Constructors Constructor Description PluginassemblyRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemuserRequestcreatedby()SystemuserRequestcreatedonbehalfby()SystemuserRequestmodifiedby()SystemuserRequestmodifiedonbehalfby()OrganizationRequestorganizationid()PlugintypeCollectionRequestpluginassembly_plugintype()PlugintypeRequestpluginassembly_plugintype(String plugintypeid)
-
-
-
Method Detail
-
createdby
public SystemuserRequest createdby()
-
pluginassembly_plugintype
public PlugintypeRequest pluginassembly_plugintype(String plugintypeid)
-
pluginassembly_plugintype
public PlugintypeCollectionRequest pluginassembly_plugintype()
-
organizationid
public OrganizationRequest organizationid()
-
modifiedonbehalfby
public SystemuserRequest modifiedonbehalfby()
-
createdonbehalfby
public SystemuserRequest createdonbehalfby()
-
modifiedby
public SystemuserRequest modifiedby()
-
-