Package microsoft.dynamics.crm.entity
Class Lookupmapping
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Lookupmapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Lookupmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLookupmapping.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_columnmappingid_valueprotected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_transformationparametermappingid_valueprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Stringintroducedversionprotected Booleanismanagedprotected Stringlookupattributenameprotected Stringlookupentitynameprotected UUIDlookupmappingidprotected UUIDlookupmappingiduniqueprotected Integerlookupsourcecodeprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverwritetimeprotected Integerprocesscodeprotected UUIDsolutionidprotected Integerstatecodeprotected Integerstatuscode-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLookupmapping()
-
Method Summary
-
-
-
Field Detail
-
createdon
protected OffsetDateTime createdon
-
modifiedon
protected OffsetDateTime modifiedon
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
solutionid
protected UUID solutionid
-
ismanaged
protected Boolean ismanaged
-
processcode
protected Integer processcode
-
_columnmappingid_value
protected UUID _columnmappingid_value
-
statecode
protected Integer statecode
-
statuscode
protected Integer statuscode
-
lookupmappingid
protected UUID lookupmappingid
-
_createdby_value
protected UUID _createdby_value
-
lookupattributename
protected String lookupattributename
-
_transformationparametermappingid_value
protected UUID _transformationparametermappingid_value
-
lookupentityname
protected String lookupentityname
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
lookupsourcecode
protected Integer lookupsourcecode
-
introducedversion
protected String introducedversion
-
componentstate
protected Integer componentstate
-
lookupmappingidunique
protected UUID lookupmappingidunique
-
overwritetime
protected OffsetDateTime overwritetime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderLookupmapping
public static Lookupmapping.Builder builderLookupmapping()
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
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Lookupmapping withCreatedon(OffsetDateTime createdon)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Lookupmapping withModifiedon(OffsetDateTime modifiedon)
-
with_modifiedonbehalfby_value
public Lookupmapping with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withSolutionid
public Lookupmapping withSolutionid(UUID solutionid)
-
withIsmanaged
public Lookupmapping withIsmanaged(Boolean ismanaged)
-
withProcesscode
public Lookupmapping withProcesscode(Integer processcode)
-
with_columnmappingid_value
public Lookupmapping with_columnmappingid_value(UUID _columnmappingid_value)
-
withStatecode
public Lookupmapping withStatecode(Integer statecode)
-
withStatuscode
public Lookupmapping withStatuscode(Integer statuscode)
-
withLookupmappingid
public Lookupmapping withLookupmappingid(UUID lookupmappingid)
-
with_createdby_value
public Lookupmapping with_createdby_value(UUID _createdby_value)
-
withLookupattributename
public Lookupmapping withLookupattributename(String lookupattributename)
-
get_transformationparametermappingid_value
public Optional<UUID> get_transformationparametermappingid_value()
-
with_transformationparametermappingid_value
public Lookupmapping with_transformationparametermappingid_value(UUID _transformationparametermappingid_value)
-
withLookupentityname
public Lookupmapping withLookupentityname(String lookupentityname)
-
with_createdonbehalfby_value
public Lookupmapping with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
with_modifiedby_value
public Lookupmapping with_modifiedby_value(UUID _modifiedby_value)
-
withLookupsourcecode
public Lookupmapping withLookupsourcecode(Integer lookupsourcecode)
-
withIntroducedversion
public Lookupmapping withIntroducedversion(String introducedversion)
-
withComponentstate
public Lookupmapping withComponentstate(Integer componentstate)
-
withLookupmappingidunique
public Lookupmapping withLookupmappingidunique(UUID lookupmappingidunique)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Lookupmapping withOverwritetime(OffsetDateTime overwritetime)
-
withUnmappedField
public Lookupmapping withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getTransformationparametermappingid
public TransformationparametermappingRequest getTransformationparametermappingid()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getColumnmappingid
public ColumnmappingRequest getColumnmappingid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Lookupmapping 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 Lookupmapping 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
-
-