public class Subscriptionsyncentryoutlook extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscriptionsyncentryoutlook.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
objectid |
protected Integer |
objecttypecode |
protected String |
subscriptionid |
protected Integer |
syncstate |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Subscriptionsyncentryoutlook() |
protected Integer objecttypecode
protected String subscriptionid
protected Long versionnumber
protected String objectid
protected Integer syncstate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Subscriptionsyncentryoutlook.Builder builderSubscriptionsyncentryoutlook()
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 Subscriptionsyncentryoutlook withObjecttypecode(Integer objecttypecode)
public Subscriptionsyncentryoutlook withSubscriptionid(String subscriptionid)
public Subscriptionsyncentryoutlook withVersionnumber(Long versionnumber)
public Subscriptionsyncentryoutlook withObjectid(String objectid)
public Subscriptionsyncentryoutlook withSyncstate(Integer syncstate)
public Subscriptionsyncentryoutlook withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Subscriptionsyncentryoutlook 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 Subscriptionsyncentryoutlook 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–2020. All rights reserved.