public class Columnmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Columnmapping.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 String |
columnmappingid |
protected String |
columnmappingidunique |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected Integer |
processcode |
protected String |
solutionid |
protected String |
sourceattributename |
protected String |
sourceentityname |
protected Integer |
statecode |
protected Integer |
statuscode |
protected String |
targetattributename |
protected String |
targetentityname |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Columnmapping() |
protected String _modifiedby_value
protected Integer statuscode
protected String sourceattributename
protected String solutionid
protected String introducedversion
protected Integer componentstate
protected String _createdby_value
protected String _modifiedonbehalfby_value
protected OffsetDateTime overwritetime
protected Integer statecode
protected Boolean ismanaged
protected String columnmappingidunique
protected Integer processcode
protected OffsetDateTime createdon
protected String columnmappingid
protected String _importmapid_value
protected OffsetDateTime modifiedon
protected String targetattributename
protected String _createdonbehalfby_value
protected String sourceentityname
protected String targetentityname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Columnmapping.Builder builderColumnmapping()
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 Columnmapping with_modifiedby_value(String _modifiedby_value)
public Columnmapping withStatuscode(Integer statuscode)
public Columnmapping withSourceattributename(String sourceattributename)
public Columnmapping withSolutionid(String solutionid)
public Columnmapping withIntroducedversion(String introducedversion)
public Columnmapping withComponentstate(Integer componentstate)
public Columnmapping with_createdby_value(String _createdby_value)
public Columnmapping with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Columnmapping withOverwritetime(OffsetDateTime overwritetime)
public Columnmapping withStatecode(Integer statecode)
public Columnmapping withIsmanaged(Boolean ismanaged)
public Columnmapping withColumnmappingidunique(String columnmappingidunique)
public Columnmapping withProcesscode(Integer processcode)
public Optional<OffsetDateTime> getCreatedon()
public Columnmapping withCreatedon(OffsetDateTime createdon)
public Columnmapping withColumnmappingid(String columnmappingid)
public Columnmapping with_importmapid_value(String _importmapid_value)
public Optional<OffsetDateTime> getModifiedon()
public Columnmapping withModifiedon(OffsetDateTime modifiedon)
public Columnmapping withTargetattributename(String targetattributename)
public Columnmapping with_createdonbehalfby_value(String _createdonbehalfby_value)
public Columnmapping withSourceentityname(String sourceentityname)
public Columnmapping withTargetentityname(String targetentityname)
public Columnmapping withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic PicklistmappingCollectionRequest getPickListMapping_ColumnMapping()
public SystemuserRequest getModifiedby()
public ImportmapRequest getImportmapid()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public LookupmappingCollectionRequest getLookUpMapping_ColumnMapping()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Columnmapping 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 Columnmapping 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–2021. All rights reserved.