public class Importdata extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Importdata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_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 OffsetDateTime |
createdon |
protected String |
data |
protected Integer |
errortype |
protected Boolean |
haserror |
protected String |
importdataid |
protected Integer |
linenumber |
protected OffsetDateTime |
modifiedon |
protected String |
recordid |
protected Integer |
statecode |
protected Integer |
statuscode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Importdata() |
protected Boolean haserror
protected String _owninguser_value
protected Integer linenumber
protected OffsetDateTime createdon
protected String _ownerid_value
protected String _importfileid_value
protected String _createdonbehalfby_value
protected Integer statecode
protected Integer errortype
protected OffsetDateTime modifiedon
protected String _owningteam_value
protected String _modifiedby_value
protected String _owningbusinessunit_value
protected Integer statuscode
protected String _modifiedonbehalfby_value
protected String recordid
protected String _createdby_value
protected String data
protected String importdataid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Importdata.Builder builderImportdata()
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 Importdata withHaserror(Boolean haserror)
public Importdata with_owninguser_value(String _owninguser_value)
public Importdata withLinenumber(Integer linenumber)
public Optional<OffsetDateTime> getCreatedon()
public Importdata withCreatedon(OffsetDateTime createdon)
public Importdata with_ownerid_value(String _ownerid_value)
public Importdata with_importfileid_value(String _importfileid_value)
public Importdata with_createdonbehalfby_value(String _createdonbehalfby_value)
public Importdata withStatecode(Integer statecode)
public Importdata withErrortype(Integer errortype)
public Optional<OffsetDateTime> getModifiedon()
public Importdata withModifiedon(OffsetDateTime modifiedon)
public Importdata with_owningteam_value(String _owningteam_value)
public Importdata with_modifiedby_value(String _modifiedby_value)
public Importdata with_owningbusinessunit_value(String _owningbusinessunit_value)
public Importdata withStatuscode(Integer statuscode)
public Importdata with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Importdata withRecordid(String recordid)
public Importdata with_createdby_value(String _createdby_value)
public Importdata withData(String data)
public Importdata withImportdataid(String importdataid)
public Importdata withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getOwninguser()
public SystemuserRequest getModifiedby()
public AsyncoperationCollectionRequest getImportData_AsyncOperations()
public SystemuserRequest getCreatedonbehalfby()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getModifiedonbehalfby()
public TeamRequest getOwningteam()
public ImportfileRequest getImportfileid()
public ImportlogCollectionRequest getImportLog_ImportData()
public BulkdeletefailureCollectionRequest getImportData_BulkDeleteFailures()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Importdata 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 Importdata 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.