public class Picklistmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Picklistmapping.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_columnmappingid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
picklistmappingid |
protected String |
picklistmappingidunique |
protected Integer |
processcode |
protected String |
solutionid |
protected String |
sourcevalue |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
targetvalue |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Picklistmapping() |
protected OffsetDateTime modifiedon
protected OffsetDateTime createdon
protected Integer componentstate
protected String picklistmappingid
protected Integer statuscode
protected String sourcevalue
protected String _createdonbehalfby_value
protected String _modifiedonbehalfby_value
protected OffsetDateTime overwritetime
protected Integer targetvalue
protected String _columnmappingid_value
protected String _modifiedby_value
protected String solutionid
protected String picklistmappingidunique
protected Integer processcode
protected String introducedversion
protected String _createdby_value
protected Integer statecode
protected Boolean ismanaged
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Picklistmapping.Builder builderPicklistmapping()
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 Optional<OffsetDateTime> getModifiedon()
public Picklistmapping withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Picklistmapping withCreatedon(OffsetDateTime createdon)
public Picklistmapping withComponentstate(Integer componentstate)
public Picklistmapping withPicklistmappingid(String picklistmappingid)
public Picklistmapping withStatuscode(Integer statuscode)
public Picklistmapping withSourcevalue(String sourcevalue)
public Picklistmapping with_createdonbehalfby_value(String _createdonbehalfby_value)
public Picklistmapping with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Picklistmapping withOverwritetime(OffsetDateTime overwritetime)
public Picklistmapping withTargetvalue(Integer targetvalue)
public Picklistmapping with_columnmappingid_value(String _columnmappingid_value)
public Picklistmapping with_modifiedby_value(String _modifiedby_value)
public Picklistmapping withSolutionid(String solutionid)
public Picklistmapping withPicklistmappingidunique(String picklistmappingidunique)
public Picklistmapping withProcesscode(Integer processcode)
public Picklistmapping withIntroducedversion(String introducedversion)
public Picklistmapping with_createdby_value(String _createdby_value)
public Picklistmapping withStatecode(Integer statecode)
public Picklistmapping withIsmanaged(Boolean ismanaged)
public Picklistmapping withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic ColumnmappingRequest getColumnmappingid()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Picklistmapping 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 Picklistmapping 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.