Class ImportentitymappingRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Importentitymapping>
-
- microsoft.dynamics.crm.entity.request.ImportentitymappingRequest
-
public class ImportentitymappingRequest extends com.github.davidmoten.odata.client.EntityRequest<Importentitymapping>
-
-
Constructor Summary
Constructors Constructor Description ImportentitymappingRequest(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()ImportmapRequestimportmapid()SystemuserRequestmodifiedby()SystemuserRequestmodifiedonbehalfby()
-
-
-
Method Detail
-
modifiedby
public SystemuserRequest modifiedby()
-
createdby
public SystemuserRequest createdby()
-
importmapid
public ImportmapRequest importmapid()
-
createdonbehalfby
public SystemuserRequest createdonbehalfby()
-
modifiedonbehalfby
public SystemuserRequest modifiedonbehalfby()
-
-