public class Importentitymapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Importentitymapping.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_importmapid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected Integer |
dedupe |
protected String |
importentitymappingid |
protected String |
importentitymappingidunique |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected Integer |
processcode |
protected String |
solutionid |
protected String |
sourceentityname |
protected Integer |
statecode |
protected Integer |
statuscode |
protected String |
targetentityname |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Importentitymapping() |
protected Integer statuscode
protected String solutionid
protected String introducedversion
protected Integer processcode
protected String importentitymappingid
protected Boolean ismanaged
protected OffsetDateTime modifiedon
protected OffsetDateTime createdon
protected Integer componentstate
protected Integer dedupe
protected String importentitymappingidunique
protected String _createdby_value
protected String _modifiedonbehalfby_value
protected String targetentityname
protected String _createdonbehalfby_value
protected String sourceentityname
protected String _modifiedby_value
protected OffsetDateTime overwritetime
protected String _importmapid_value
protected Integer statecode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Importentitymapping.Builder builderImportentitymapping()
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 Importentitymapping withStatuscode(Integer statuscode)
public Importentitymapping withSolutionid(String solutionid)
public Importentitymapping withIntroducedversion(String introducedversion)
public Importentitymapping withProcesscode(Integer processcode)
public Importentitymapping withImportentitymappingid(String importentitymappingid)
public Importentitymapping withIsmanaged(Boolean ismanaged)
public Optional<OffsetDateTime> getModifiedon()
public Importentitymapping withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Importentitymapping withCreatedon(OffsetDateTime createdon)
public Importentitymapping withComponentstate(Integer componentstate)
public Importentitymapping withDedupe(Integer dedupe)
public Importentitymapping withImportentitymappingidunique(String importentitymappingidunique)
public Importentitymapping with_createdby_value(String _createdby_value)
public Importentitymapping with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Importentitymapping withTargetentityname(String targetentityname)
public Importentitymapping with_createdonbehalfby_value(String _createdonbehalfby_value)
public Importentitymapping withSourceentityname(String sourceentityname)
public Importentitymapping with_modifiedby_value(String _modifiedby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Importentitymapping withOverwritetime(OffsetDateTime overwritetime)
public Importentitymapping with_importmapid_value(String _importmapid_value)
public Importentitymapping withStatecode(Integer statecode)
public Importentitymapping withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public ImportmapRequest getImportmapid()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Importentitymapping 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 Importentitymapping 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.