Package microsoft.dynamics.crm.entity
Class Exchangesyncidmapping
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Exchangesyncidmapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Exchangesyncidmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExchangesyncidmapping.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_owningteam_valueprotected UUID_owninguser_valueprotected OffsetDateTimecreatedonprotected Stringexchangeentryidprotected UUIDexchangesyncidmappingidprotected Integerfromcrmchangetypeprotected Booleanisdeletedinexchangeprotected Booleanisunlinkedincrmprotected Stringitemsubjectprotected Stringlastsyncerrorprotected Integerlastsyncerrorcodeprotected OffsetDateTimelastsyncerroroccurredonprotected OffsetDateTimemodifiedonprotected UUIDobjectidprotected Integerobjecttypecodeprotected Integerretriesprotected Integertocrmchangetypeprotected Integeruserdecisionprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExchangesyncidmapping()
-
Method Summary
-
-
-
Field Detail
-
objecttypecode
protected Integer objecttypecode
-
modifiedon
protected OffsetDateTime modifiedon
-
lastsyncerroroccurredon
protected OffsetDateTime lastsyncerroroccurredon
-
objectid
protected UUID objectid
-
_owninguser_value
protected UUID _owninguser_value
-
tocrmchangetype
protected Integer tocrmchangetype
-
itemsubject
protected String itemsubject
-
isdeletedinexchange
protected Boolean isdeletedinexchange
-
versionnumber
protected Long versionnumber
-
fromcrmchangetype
protected Integer fromcrmchangetype
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
_ownerid_value
protected UUID _ownerid_value
-
retries
protected Integer retries
-
_owningteam_value
protected UUID _owningteam_value
-
exchangesyncidmappingid
protected UUID exchangesyncidmappingid
-
isunlinkedincrm
protected Boolean isunlinkedincrm
-
lastsyncerrorcode
protected Integer lastsyncerrorcode
-
userdecision
protected Integer userdecision
-
exchangeentryid
protected String exchangeentryid
-
lastsyncerror
protected String lastsyncerror
-
createdon
protected OffsetDateTime createdon
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderExchangesyncidmapping
public static Exchangesyncidmapping.Builder builderExchangesyncidmapping()
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
-
withObjecttypecode
public Exchangesyncidmapping withObjecttypecode(Integer objecttypecode)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Exchangesyncidmapping withModifiedon(OffsetDateTime modifiedon)
-
getLastsyncerroroccurredon
public Optional<OffsetDateTime> getLastsyncerroroccurredon()
-
withLastsyncerroroccurredon
public Exchangesyncidmapping withLastsyncerroroccurredon(OffsetDateTime lastsyncerroroccurredon)
-
withObjectid
public Exchangesyncidmapping withObjectid(UUID objectid)
-
with_owninguser_value
public Exchangesyncidmapping with_owninguser_value(UUID _owninguser_value)
-
withTocrmchangetype
public Exchangesyncidmapping withTocrmchangetype(Integer tocrmchangetype)
-
withItemsubject
public Exchangesyncidmapping withItemsubject(String itemsubject)
-
withIsdeletedinexchange
public Exchangesyncidmapping withIsdeletedinexchange(Boolean isdeletedinexchange)
-
withVersionnumber
public Exchangesyncidmapping withVersionnumber(Long versionnumber)
-
withFromcrmchangetype
public Exchangesyncidmapping withFromcrmchangetype(Integer fromcrmchangetype)
-
with_owningbusinessunit_value
public Exchangesyncidmapping with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
with_ownerid_value
public Exchangesyncidmapping with_ownerid_value(UUID _ownerid_value)
-
withRetries
public Exchangesyncidmapping withRetries(Integer retries)
-
with_owningteam_value
public Exchangesyncidmapping with_owningteam_value(UUID _owningteam_value)
-
withExchangesyncidmappingid
public Exchangesyncidmapping withExchangesyncidmappingid(UUID exchangesyncidmappingid)
-
withIsunlinkedincrm
public Exchangesyncidmapping withIsunlinkedincrm(Boolean isunlinkedincrm)
-
withLastsyncerrorcode
public Exchangesyncidmapping withLastsyncerrorcode(Integer lastsyncerrorcode)
-
withUserdecision
public Exchangesyncidmapping withUserdecision(Integer userdecision)
-
withExchangeentryid
public Exchangesyncidmapping withExchangeentryid(String exchangeentryid)
-
withLastsyncerror
public Exchangesyncidmapping withLastsyncerror(String lastsyncerror)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Exchangesyncidmapping withCreatedon(OffsetDateTime createdon)
-
withUnmappedField
public Exchangesyncidmapping withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Exchangesyncidmapping 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 Exchangesyncidmapping 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
-
-