public class Exchangesyncidmapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Exchangesyncidmapping.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected OffsetDateTime |
createdon |
protected String |
exchangeentryid |
protected String |
exchangesyncidmappingid |
protected Integer |
fromcrmchangetype |
protected Boolean |
isdeletedinexchange |
protected Boolean |
isunlinkedincrm |
protected String |
itemsubject |
protected String |
lastsyncerror |
protected Integer |
lastsyncerrorcode |
protected OffsetDateTime |
lastsyncerroroccurredon |
protected OffsetDateTime |
modifiedon |
protected String |
objectid |
protected Integer |
objecttypecode |
protected Integer |
retries |
protected Integer |
tocrmchangetype |
protected Integer |
userdecision |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Exchangesyncidmapping() |
protected Integer objecttypecode
protected OffsetDateTime modifiedon
protected OffsetDateTime lastsyncerroroccurredon
protected String objectid
protected String _owninguser_value
protected Integer tocrmchangetype
protected String itemsubject
protected Boolean isdeletedinexchange
protected Long versionnumber
protected Integer fromcrmchangetype
protected String _owningbusinessunit_value
protected String _ownerid_value
protected Integer retries
protected String _owningteam_value
protected String exchangesyncidmappingid
protected Boolean isunlinkedincrm
protected Integer lastsyncerrorcode
protected Integer userdecision
protected String exchangeentryid
protected String lastsyncerror
protected OffsetDateTime createdon
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Exchangesyncidmapping.Builder builderExchangesyncidmapping()
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 Exchangesyncidmapping withObjecttypecode(Integer objecttypecode)
public Optional<OffsetDateTime> getModifiedon()
public Exchangesyncidmapping withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getLastsyncerroroccurredon()
public Exchangesyncidmapping withLastsyncerroroccurredon(OffsetDateTime lastsyncerroroccurredon)
public Exchangesyncidmapping withObjectid(String objectid)
public Exchangesyncidmapping with_owninguser_value(String _owninguser_value)
public Exchangesyncidmapping withTocrmchangetype(Integer tocrmchangetype)
public Exchangesyncidmapping withItemsubject(String itemsubject)
public Exchangesyncidmapping withIsdeletedinexchange(Boolean isdeletedinexchange)
public Exchangesyncidmapping withVersionnumber(Long versionnumber)
public Exchangesyncidmapping withFromcrmchangetype(Integer fromcrmchangetype)
public Exchangesyncidmapping with_owningbusinessunit_value(String _owningbusinessunit_value)
public Exchangesyncidmapping with_ownerid_value(String _ownerid_value)
public Exchangesyncidmapping withRetries(Integer retries)
public Exchangesyncidmapping with_owningteam_value(String _owningteam_value)
public Exchangesyncidmapping withExchangesyncidmappingid(String exchangesyncidmappingid)
public Exchangesyncidmapping withIsunlinkedincrm(Boolean isunlinkedincrm)
public Exchangesyncidmapping withLastsyncerrorcode(Integer lastsyncerrorcode)
public Exchangesyncidmapping withUserdecision(Integer userdecision)
public Exchangesyncidmapping withExchangeentryid(String exchangeentryid)
public Exchangesyncidmapping withLastsyncerror(String lastsyncerror)
public Optional<OffsetDateTime> getCreatedon()
public Exchangesyncidmapping withCreatedon(OffsetDateTime createdon)
public Exchangesyncidmapping withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Exchangesyncidmapping 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 Exchangesyncidmapping 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.