Package microsoft.dynamics.crm.entity
Class Importjob
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Importjob
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Importjob extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportjob.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_createdby_valueprotected String_createdonbehalfby_valueprotected String_modifiedby_valueprotected String_modifiedonbehalfby_valueprotected String_organizationid_valueprotected OffsetDateTimecompletedonprotected OffsetDateTimecreatedonprotected Stringdataprotected Stringimportcontextprotected Stringimportjobidprotected OffsetDateTimemodifiedonprotected Stringnameprotected Stringoperationcontextprotected Doubleprogressprotected Stringsolutionidprotected Stringsolutionnameprotected OffsetDateTimestartedonprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecode-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImportjob()
-
Method Summary
-
-
-
Field Detail
-
importjobid
protected String importjobid
-
_createdby_value
protected String _createdby_value
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
name
protected String name
-
modifiedon
protected OffsetDateTime modifiedon
-
importcontext
protected String importcontext
-
completedon
protected OffsetDateTime completedon
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
_modifiedby_value
protected String _modifiedby_value
-
progress
protected Double progress
-
operationcontext
protected String operationcontext
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
_organizationid_value
protected String _organizationid_value
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
data
protected String data
-
solutionid
protected String solutionid
-
solutionname
protected String solutionname
-
createdon
protected OffsetDateTime createdon
-
startedon
protected OffsetDateTime startedon
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderImportjob
public static Importjob.Builder builderImportjob()
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_modifiedonbehalfby_value
public Importjob with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Importjob withModifiedon(OffsetDateTime modifiedon)
-
getCompletedon
public Optional<OffsetDateTime> getCompletedon()
-
withCompletedon
public Importjob withCompletedon(OffsetDateTime completedon)
-
with_createdonbehalfby_value
public Importjob with_createdonbehalfby_value(String _createdonbehalfby_value)
-
withUtcconversiontimezonecode
public Importjob withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withTimezoneruleversionnumber
public Importjob withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Importjob withCreatedon(OffsetDateTime createdon)
-
getStartedon
public Optional<OffsetDateTime> getStartedon()
-
withStartedon
public Importjob withStartedon(OffsetDateTime startedon)
-
withUnmappedField
public Importjob withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Importjob 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 Importjob 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
-
-