Package microsoft.dynamics.crm.entity
Class Importentitymapping
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Importentitymapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Importentitymapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportentitymapping.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 Integerdedupeprotected UUIDimportentitymappingidprotected UUIDimportentitymappingiduniqueprotected Stringintroducedversionprotected Booleanismanagedprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverwritetimeprotected Integerprocesscodeprotected UUIDsolutionidprotected Stringsourceentitynameprotected Integerstatecodeprotected Integerstatuscodeprotected Stringtargetentityname-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImportentitymapping()
-
Method Summary
-
-
-
Field Detail
-
statuscode
protected Integer statuscode
-
solutionid
protected UUID solutionid
-
introducedversion
protected String introducedversion
-
processcode
protected Integer processcode
-
importentitymappingid
protected UUID importentitymappingid
-
ismanaged
protected Boolean ismanaged
-
modifiedon
protected OffsetDateTime modifiedon
-
createdon
protected OffsetDateTime createdon
-
componentstate
protected Integer componentstate
-
dedupe
protected Integer dedupe
-
importentitymappingidunique
protected UUID importentitymappingidunique
-
_createdby_value
protected UUID _createdby_value
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
targetentityname
protected String targetentityname
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
sourceentityname
protected String sourceentityname
-
_modifiedby_value
protected UUID _modifiedby_value
-
overwritetime
protected OffsetDateTime overwritetime
-
_importmapid_value
protected UUID _importmapid_value
-
statecode
protected Integer statecode
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderImportentitymapping
public static Importentitymapping.Builder builderImportentitymapping()
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
-
withStatuscode
public Importentitymapping withStatuscode(Integer statuscode)
-
withSolutionid
public Importentitymapping withSolutionid(UUID solutionid)
-
withIntroducedversion
public Importentitymapping withIntroducedversion(String introducedversion)
-
withProcesscode
public Importentitymapping withProcesscode(Integer processcode)
-
withImportentitymappingid
public Importentitymapping withImportentitymappingid(UUID importentitymappingid)
-
withIsmanaged
public Importentitymapping withIsmanaged(Boolean ismanaged)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Importentitymapping withModifiedon(OffsetDateTime modifiedon)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Importentitymapping withCreatedon(OffsetDateTime createdon)
-
withComponentstate
public Importentitymapping withComponentstate(Integer componentstate)
-
withDedupe
public Importentitymapping withDedupe(Integer dedupe)
-
withImportentitymappingidunique
public Importentitymapping withImportentitymappingidunique(UUID importentitymappingidunique)
-
with_createdby_value
public Importentitymapping with_createdby_value(UUID _createdby_value)
-
with_modifiedonbehalfby_value
public Importentitymapping with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withTargetentityname
public Importentitymapping withTargetentityname(String targetentityname)
-
with_createdonbehalfby_value
public Importentitymapping with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withSourceentityname
public Importentitymapping withSourceentityname(String sourceentityname)
-
with_modifiedby_value
public Importentitymapping with_modifiedby_value(UUID _modifiedby_value)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Importentitymapping withOverwritetime(OffsetDateTime overwritetime)
-
with_importmapid_value
public Importentitymapping with_importmapid_value(UUID _importmapid_value)
-
withStatecode
public Importentitymapping withStatecode(Integer statecode)
-
withUnmappedField
public Importentitymapping withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getImportmapid
public ImportmapRequest getImportmapid()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Importentitymapping 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 Importentitymapping 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
-
-