public class Import extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Import.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 |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected OffsetDateTime |
createdon |
protected String |
emailaddress |
protected String |
importid |
protected Integer |
modecode |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected Boolean |
sendnotification |
protected Integer |
sequence |
protected Integer |
statecode |
protected Integer |
statuscode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Import() |
protected Boolean sendnotification
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected String _modifiedby_value
protected OffsetDateTime createdon
protected Integer statecode
protected String _modifiedonbehalfby_value
protected String _owningbusinessunit_value
protected Integer sequence
protected Integer statuscode
protected String _ownerid_value
protected String name
protected String _owninguser_value
protected String emailaddress
protected Integer modecode
protected String importid
protected String _owningteam_value
protected String _createdby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Import.Builder builderImport()
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 Import with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Import withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Import withCreatedon(OffsetDateTime createdon)
public Import with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Import with_owningbusinessunit_value(String _owningbusinessunit_value)
public Import withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public TeamRequest getOwningteam()
public SystemuserRequest getOwninguser()
public SystemuserRequest getCreatedonbehalfby()
public ImportfileCollectionRequest getImport_ImportFile()
public PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedonbehalfby()
public BulkdeletefailureCollectionRequest getImport_BulkDeleteFailures()
public BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getModifiedby()
public AsyncoperationCollectionRequest getImport_AsyncOperations()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Import 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 Import 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.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> importRecordsImport()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> parseImport()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.