Class PlugintypestatisticRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Plugintypestatistic>
-
- microsoft.dynamics.crm.entity.request.PlugintypestatisticRequest
-
public class PlugintypestatisticRequest extends com.github.davidmoten.odata.client.EntityRequest<Plugintypestatistic>
-
-
Constructor Summary
Constructors Constructor Description PlugintypestatisticRequest(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()PlugintypeRequestplugintypeid()
-
-
-
Method Detail
-
createdby
public SystemuserRequest createdby()
-
organizationid
public OrganizationRequest organizationid()
-
createdonbehalfby
public SystemuserRequest createdonbehalfby()
-
plugintypeid
public PlugintypeRequest plugintypeid()
-
modifiedby
public SystemuserRequest modifiedby()
-
modifiedonbehalfby
public SystemuserRequest modifiedonbehalfby()
-
-