public class Lookupmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Lookupmapping.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 String |
_transformationparametermappingid_value |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected String |
lookupattributename |
protected String |
lookupentityname |
protected String |
lookupmappingid |
protected String |
lookupmappingidunique |
protected Integer |
lookupsourcecode |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected Integer |
processcode |
protected String |
solutionid |
protected Integer |
statecode |
protected Integer |
statuscode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Lookupmapping() |
protected OffsetDateTime createdon
protected OffsetDateTime modifiedon
protected String _modifiedonbehalfby_value
protected String solutionid
protected Boolean ismanaged
protected Integer processcode
protected String _columnmappingid_value
protected Integer statecode
protected Integer statuscode
protected String lookupmappingid
protected String _createdby_value
protected String lookupattributename
protected String _transformationparametermappingid_value
protected String lookupentityname
protected String _createdonbehalfby_value
protected String _modifiedby_value
protected Integer lookupsourcecode
protected String introducedversion
protected Integer componentstate
protected String lookupmappingidunique
protected OffsetDateTime overwritetime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Lookupmapping.Builder builderLookupmapping()
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> getCreatedon()
public Lookupmapping withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Lookupmapping withModifiedon(OffsetDateTime modifiedon)
public Lookupmapping with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Lookupmapping withSolutionid(String solutionid)
public Lookupmapping withIsmanaged(Boolean ismanaged)
public Lookupmapping withProcesscode(Integer processcode)
public Lookupmapping with_columnmappingid_value(String _columnmappingid_value)
public Lookupmapping withStatecode(Integer statecode)
public Lookupmapping withStatuscode(Integer statuscode)
public Lookupmapping withLookupmappingid(String lookupmappingid)
public Lookupmapping with_createdby_value(String _createdby_value)
public Lookupmapping withLookupattributename(String lookupattributename)
public Optional<String> get_transformationparametermappingid_value()
public Lookupmapping with_transformationparametermappingid_value(String _transformationparametermappingid_value)
public Lookupmapping withLookupentityname(String lookupentityname)
public Lookupmapping with_createdonbehalfby_value(String _createdonbehalfby_value)
public Lookupmapping with_modifiedby_value(String _modifiedby_value)
public Lookupmapping withLookupsourcecode(Integer lookupsourcecode)
public Lookupmapping withIntroducedversion(String introducedversion)
public Lookupmapping withComponentstate(Integer componentstate)
public Lookupmapping withLookupmappingidunique(String lookupmappingidunique)
public Optional<OffsetDateTime> getOverwritetime()
public Lookupmapping withOverwritetime(OffsetDateTime overwritetime)
public Lookupmapping withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedby()
public TransformationparametermappingRequest getTransformationparametermappingid()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedonbehalfby()
public ColumnmappingRequest getColumnmappingid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Lookupmapping 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 Lookupmapping 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.