Package microsoft.dynamics.crm.entity
Class Transformationmapping
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Transformationmapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Transformationmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransformationmapping.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_importmapid_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Stringintroducedversionprotected Booleanismanagedprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverwritetimeprotected Integerprocesscodeprotected UUIDsolutionidprotected Stringsourceentitynameprotected Integerstatecodeprotected Integerstatuscodeprotected Stringtargetentitynameprotected UUIDtransformationmappingidprotected UUIDtransformationmappingiduniqueprotected Stringtransformationtypename-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTransformationmapping()
-
Method Summary
-
-
-
Field Detail
-
componentstate
protected Integer componentstate
-
_importmapid_value
protected UUID _importmapid_value
-
modifiedon
protected OffsetDateTime modifiedon
-
solutionid
protected UUID solutionid
-
targetentityname
protected String targetentityname
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
ismanaged
protected Boolean ismanaged
-
_modifiedby_value
protected UUID _modifiedby_value
-
transformationtypename
protected String transformationtypename
-
transformationmappingid
protected UUID transformationmappingid
-
overwritetime
protected OffsetDateTime overwritetime
-
createdon
protected OffsetDateTime createdon
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
introducedversion
protected String introducedversion
-
_createdby_value
protected UUID _createdby_value
-
statuscode
protected Integer statuscode
-
statecode
protected Integer statecode
-
processcode
protected Integer processcode
-
sourceentityname
protected String sourceentityname
-
transformationmappingidunique
protected UUID transformationmappingidunique
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderTransformationmapping
public static Transformationmapping.Builder builderTransformationmapping()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withComponentstate
public Transformationmapping withComponentstate(Integer componentstate)
-
with_importmapid_value
public Transformationmapping with_importmapid_value(UUID _importmapid_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Transformationmapping withModifiedon(OffsetDateTime modifiedon)
-
withSolutionid
public Transformationmapping withSolutionid(UUID solutionid)
-
withTargetentityname
public Transformationmapping withTargetentityname(String targetentityname)
-
with_createdonbehalfby_value
public Transformationmapping with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withIsmanaged
public Transformationmapping withIsmanaged(Boolean ismanaged)
-
with_modifiedby_value
public Transformationmapping with_modifiedby_value(UUID _modifiedby_value)
-
withTransformationtypename
public Transformationmapping withTransformationtypename(String transformationtypename)
-
withTransformationmappingid
public Transformationmapping withTransformationmappingid(UUID transformationmappingid)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Transformationmapping withOverwritetime(OffsetDateTime overwritetime)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Transformationmapping withCreatedon(OffsetDateTime createdon)
-
with_modifiedonbehalfby_value
public Transformationmapping with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withIntroducedversion
public Transformationmapping withIntroducedversion(String introducedversion)
-
with_createdby_value
public Transformationmapping with_createdby_value(UUID _createdby_value)
-
withStatuscode
public Transformationmapping withStatuscode(Integer statuscode)
-
withStatecode
public Transformationmapping withStatecode(Integer statecode)
-
withProcesscode
public Transformationmapping withProcesscode(Integer processcode)
-
withSourceentityname
public Transformationmapping withSourceentityname(String sourceentityname)
-
withTransformationmappingidunique
public Transformationmapping withTransformationmappingidunique(UUID transformationmappingidunique)
-
withUnmappedField
public Transformationmapping withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getTransformationParameterMapping_TransformationMapping
public TransformationparametermappingCollectionRequest getTransformationParameterMapping_TransformationMapping()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getImportmapid
public ImportmapRequest getImportmapid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Transformationmapping patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Transformationmapping put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-