public class Subscriptionsyncentryoffline extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscriptionsyncentryoffline.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 |
Subscriptionsyncentryoffline() |
protected Integer objecttypecode
protected String subscriptionid
protected String objectid
protected Integer syncstate
protected Long versionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Subscriptionsyncentryoffline.Builder builderSubscriptionsyncentryoffline()
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 Subscriptionsyncentryoffline withObjecttypecode(Integer objecttypecode)
public Subscriptionsyncentryoffline withSubscriptionid(String subscriptionid)
public Subscriptionsyncentryoffline withObjectid(String objectid)
public Subscriptionsyncentryoffline withSyncstate(Integer syncstate)
public Subscriptionsyncentryoffline withVersionnumber(Long versionnumber)
public Subscriptionsyncentryoffline 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 Subscriptionsyncentryoffline 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 Subscriptionsyncentryoffline 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.