Package microsoft.dynamics.crm.entity
Class Importdata
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Importdata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Importdata extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportdata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_createdby_valueprotected String_createdonbehalfby_valueprotected String_importfileid_valueprotected String_modifiedby_valueprotected String_modifiedonbehalfby_valueprotected String_ownerid_valueprotected String_owningbusinessunit_valueprotected String_owningteam_valueprotected String_owninguser_valueprotected OffsetDateTimecreatedonprotected Stringdataprotected Integererrortypeprotected Booleanhaserrorprotected Stringimportdataidprotected Integerlinenumberprotected OffsetDateTimemodifiedonprotected Stringrecordidprotected Integerstatecodeprotected Integerstatuscode-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImportdata()
-
Method Summary
-
-
-
Field Detail
-
haserror
protected Boolean haserror
-
_owninguser_value
protected String _owninguser_value
-
linenumber
protected Integer linenumber
-
createdon
protected OffsetDateTime createdon
-
_ownerid_value
protected String _ownerid_value
-
_importfileid_value
protected String _importfileid_value
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
statecode
protected Integer statecode
-
errortype
protected Integer errortype
-
modifiedon
protected OffsetDateTime modifiedon
-
_owningteam_value
protected String _owningteam_value
-
_modifiedby_value
protected String _modifiedby_value
-
_owningbusinessunit_value
protected String _owningbusinessunit_value
-
statuscode
protected Integer statuscode
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
recordid
protected String recordid
-
_createdby_value
protected String _createdby_value
-
data
protected String data
-
importdataid
protected String importdataid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderImportdata
public static Importdata.Builder builderImportdata()
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
-
withHaserror
public Importdata withHaserror(Boolean haserror)
-
with_owninguser_value
public Importdata with_owninguser_value(String _owninguser_value)
-
withLinenumber
public Importdata withLinenumber(Integer linenumber)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Importdata withCreatedon(OffsetDateTime createdon)
-
with_ownerid_value
public Importdata with_ownerid_value(String _ownerid_value)
-
with_importfileid_value
public Importdata with_importfileid_value(String _importfileid_value)
-
with_createdonbehalfby_value
public Importdata with_createdonbehalfby_value(String _createdonbehalfby_value)
-
withStatecode
public Importdata withStatecode(Integer statecode)
-
withErrortype
public Importdata withErrortype(Integer errortype)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Importdata withModifiedon(OffsetDateTime modifiedon)
-
with_owningteam_value
public Importdata with_owningteam_value(String _owningteam_value)
-
with_modifiedby_value
public Importdata with_modifiedby_value(String _modifiedby_value)
-
with_owningbusinessunit_value
public Importdata with_owningbusinessunit_value(String _owningbusinessunit_value)
-
withStatuscode
public Importdata withStatuscode(Integer statuscode)
-
with_modifiedonbehalfby_value
public Importdata with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
withRecordid
public Importdata withRecordid(String recordid)
-
with_createdby_value
public Importdata with_createdby_value(String _createdby_value)
-
withData
public Importdata withData(String data)
-
withImportdataid
public Importdata withImportdataid(String importdataid)
-
withUnmappedField
public Importdata withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getImportData_AsyncOperations
public AsyncoperationCollectionRequest getImportData_AsyncOperations()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOwningteam
public TeamRequest getOwningteam()
-
getImportfileid
public ImportfileRequest getImportfileid()
-
getImportLog_ImportData
public ImportlogCollectionRequest getImportLog_ImportData()
-
getImportData_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getImportData_BulkDeleteFailures()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Importdata 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 Importdata 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
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-