public class Importfile extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Importfile.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Importfile() |
protected String _createdby_value
protected String _importmapid_value
protected Integer partialfailurecount
protected Boolean usesystemmap
protected Integer successcount
protected String _ownerid_value
protected String _owningbusinessunit_value
protected String headerrow
protected String name
protected String targetentityname
protected String importfileid
protected String _recordsownerid_value
protected String _owningteam_value
protected String relatedentitycolumns
protected String additionalheaderrow
protected Integer parsedtablecolumnsnumber
protected Integer upsertmodecode
protected String entitykeyid
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected Integer failurecount
protected String _modifiedby_value
protected Integer timezoneruleversionnumber
protected String parsedtablename
protected Boolean isfirstrowheader
protected Integer datadelimitercode
protected Integer processcode
protected OffsetDateTime modifiedon
protected Integer fielddelimitercode
protected String content
protected Integer progresscounter
protected Integer statecode
protected String _createdonbehalfby_value
protected Integer totalcount
protected Integer statuscode
protected String sourceentityname
protected String parsedtablecolumnprefix
protected Boolean enableduplicatedetection
protected OffsetDateTime completedon
protected Integer processingstatus
protected Integer filetypecode
protected String _importid_value
protected String _owninguser_value
protected Integer utcconversiontimezonecode
protected String source
protected String size
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Importfile.Builder builderImportfile()
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 Importfile with_createdby_value(String _createdby_value)
public Importfile with_importmapid_value(String _importmapid_value)
public Importfile withPartialfailurecount(Integer partialfailurecount)
public Importfile withUsesystemmap(Boolean usesystemmap)
public Importfile withSuccesscount(Integer successcount)
public Importfile with_ownerid_value(String _ownerid_value)
public Importfile with_owningbusinessunit_value(String _owningbusinessunit_value)
public Importfile withHeaderrow(String headerrow)
public Importfile withName(String name)
public Importfile withTargetentityname(String targetentityname)
public Importfile withImportfileid(String importfileid)
public Importfile with_recordsownerid_value(String _recordsownerid_value)
public Importfile with_owningteam_value(String _owningteam_value)
public Importfile withRelatedentitycolumns(String relatedentitycolumns)
public Importfile withAdditionalheaderrow(String additionalheaderrow)
public Importfile withParsedtablecolumnsnumber(Integer parsedtablecolumnsnumber)
public Importfile withUpsertmodecode(Integer upsertmodecode)
public Importfile withEntitykeyid(String entitykeyid)
public Importfile with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Importfile withCreatedon(OffsetDateTime createdon)
public Importfile withFailurecount(Integer failurecount)
public Importfile with_modifiedby_value(String _modifiedby_value)
public Importfile withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Importfile withParsedtablename(String parsedtablename)
public Importfile withIsfirstrowheader(Boolean isfirstrowheader)
public Importfile withDatadelimitercode(Integer datadelimitercode)
public Importfile withProcesscode(Integer processcode)
public Optional<OffsetDateTime> getModifiedon()
public Importfile withModifiedon(OffsetDateTime modifiedon)
public Importfile withFielddelimitercode(Integer fielddelimitercode)
public Importfile withContent(String content)
public Importfile withProgresscounter(Integer progresscounter)
public Importfile withStatecode(Integer statecode)
public Importfile with_createdonbehalfby_value(String _createdonbehalfby_value)
public Importfile withTotalcount(Integer totalcount)
public Importfile withStatuscode(Integer statuscode)
public Importfile withSourceentityname(String sourceentityname)
public Importfile withParsedtablecolumnprefix(String parsedtablecolumnprefix)
public Importfile withEnableduplicatedetection(Boolean enableduplicatedetection)
public Optional<OffsetDateTime> getCompletedon()
public Importfile withCompletedon(OffsetDateTime completedon)
public Importfile withProcessingstatus(Integer processingstatus)
public Importfile withFiletypecode(Integer filetypecode)
public Importfile with_importid_value(String _importid_value)
public Importfile with_owninguser_value(String _owninguser_value)
public Importfile withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Importfile withSource(String source)
public Importfile withSize(String size)
public Importfile withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic AsyncoperationCollectionRequest getImportFile_AsyncOperations()
public BulkdeletefailureCollectionRequest getImportFile_BulkDeleteFailures()
public TeamRequest getRecordsownerid_team()
public SystemuserRequest getOwninguser()
public SystemuserRequest getModifiedonbehalfby()
public TeamRequest getOwningteam()
public ImportdataCollectionRequest getImportFile_ImportData()
public SystemuserRequest getCreatedonbehalfby()
public BusinessunitRequest getOwningbusinessunit()
public ImportRequest getImportid()
public SystemuserRequest getRecordsownerid_systemuser()
public PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedby()
public ImportlogCollectionRequest getImportLog_ImportFile()
public SystemuserRequest getCreatedby()
public ImportmapRequest getImportmapid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Importfile 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 Importfile 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 com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GetDistinctValuesImportFileResponse> getDistinctValuesImportFile(Integer columnNumber, Integer pageNumber, Integer recordsPerPage)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GetHeaderColumnsImportFileResponse> getHeaderColumnsImportFile()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.