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