public class Importjob extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Importjob.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected OffsetDateTime |
completedon |
protected OffsetDateTime |
createdon |
protected String |
data |
protected String |
importcontext |
protected String |
importjobid |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected String |
operationcontext |
protected Double |
progress |
protected String |
solutionid |
protected String |
solutionname |
protected OffsetDateTime |
startedon |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Importjob() |
protected String importjobid
protected String _createdby_value
protected String _modifiedonbehalfby_value
protected String name
protected OffsetDateTime modifiedon
protected String importcontext
protected OffsetDateTime completedon
protected String _createdonbehalfby_value
protected String _modifiedby_value
protected Double progress
protected String operationcontext
protected Integer utcconversiontimezonecode
protected String _organizationid_value
protected Integer timezoneruleversionnumber
protected String data
protected String solutionid
protected String solutionname
protected OffsetDateTime createdon
protected OffsetDateTime startedon
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Importjob.Builder builderImportjob()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Importjob with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Importjob withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCompletedon()
public Importjob withCompletedon(OffsetDateTime completedon)
public Importjob with_createdonbehalfby_value(String _createdonbehalfby_value)
public Importjob withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Importjob withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Optional<OffsetDateTime> getCreatedon()
public Importjob withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getStartedon()
public Importjob withStartedon(OffsetDateTime startedon)
public Importjob withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic OrganizationRequest getOrganizationid()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Importjob patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Importjob put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.