Package microsoft.dynamics.crm.entity
Class Import
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Import
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Import extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImport.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_owningteam_valueprotected UUID_owninguser_valueprotected OffsetDateTimecreatedonprotected Stringemailaddressprotected UUIDimportidprotected Integermodecodeprotected OffsetDateTimemodifiedonprotected Stringnameprotected Booleansendnotificationprotected Integersequenceprotected Integerstatecodeprotected Integerstatuscode-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImport()
-
Method Summary
-
-
-
Field Detail
-
sendnotification
protected Boolean sendnotification
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
_modifiedby_value
protected UUID _modifiedby_value
-
createdon
protected OffsetDateTime createdon
-
statecode
protected Integer statecode
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
sequence
protected Integer sequence
-
statuscode
protected Integer statuscode
-
_ownerid_value
protected UUID _ownerid_value
-
name
protected String name
-
_owninguser_value
protected UUID _owninguser_value
-
emailaddress
protected String emailaddress
-
modecode
protected Integer modecode
-
importid
protected UUID importid
-
_owningteam_value
protected UUID _owningteam_value
-
_createdby_value
protected UUID _createdby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderImport
public static Import.Builder builderImport()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_createdonbehalfby_value
public Import with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Import withModifiedon(OffsetDateTime modifiedon)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Import withCreatedon(OffsetDateTime createdon)
-
with_modifiedonbehalfby_value
public Import with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_owningbusinessunit_value
public Import with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
withUnmappedField
public Import withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getImport_ImportFile
public ImportfileCollectionRequest getImport_ImportFile()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getImport_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getImport_BulkDeleteFailures()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getImport_AsyncOperations
public AsyncoperationCollectionRequest getImport_AsyncOperations()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Import patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Import put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
importRecordsImport
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> importRecordsImport()
-
parseImport
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> parseImport()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-