public class Importlog extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Importlog.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_importdataid_value |
protected String |
_importfileid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
additionalinfo |
protected String |
columnvalue |
protected OffsetDateTime |
createdon |
protected String |
errordescription |
protected Integer |
errornumber |
protected String |
headercolumn |
protected String |
importlogid |
protected Integer |
linenumber |
protected Integer |
logphasecode |
protected OffsetDateTime |
modifiedon |
protected Integer |
sequencenumber |
protected Integer |
statecode |
protected Integer |
statuscode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Importlog() |
protected String _createdonbehalfby_value
protected String _ownerid_value
protected Integer statecode
protected String _modifiedonbehalfby_value
protected String columnvalue
protected Integer statuscode
protected String _owningteam_value
protected String _modifiedby_value
protected String _owningbusinessunit_value
protected String headercolumn
protected String errordescription
protected Integer sequencenumber
protected String _importfileid_value
protected String _createdby_value
protected String additionalinfo
protected String _owninguser_value
protected Integer linenumber
protected String importlogid
protected Integer errornumber
protected OffsetDateTime modifiedon
protected Integer logphasecode
protected OffsetDateTime createdon
protected String _importdataid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Importlog.Builder builderImportlog()
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 Importlog with_createdonbehalfby_value(String _createdonbehalfby_value)
public Importlog with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Importlog with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getModifiedon()
public Importlog withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Importlog withCreatedon(OffsetDateTime createdon)
public Importlog withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getOwninguser()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public BulkdeletefailureCollectionRequest getImportLog_BulkDeleteFailures()
public ImportdataRequest getImportdataid()
public SystemuserRequest getModifiedby()
public TeamRequest getOwningteam()
public AsyncoperationCollectionRequest getImportLog_AsyncOperations()
public ImportfileRequest getImportfileid()
public PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Importlog 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 Importlog 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–2020. All rights reserved.