public class Subscriptionmanuallytrackedobject extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscriptionmanuallytrackedobject.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
objectid |
protected String |
objecttypecode |
protected String |
subscriptionid |
protected String |
subscriptionmanuallytrackedobjectid |
protected Boolean |
track |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Subscriptionmanuallytrackedobject() |
protected String subscriptionid
protected Long versionnumber
protected Boolean track
protected String objectid
protected String objecttypecode
protected String subscriptionmanuallytrackedobjectid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Subscriptionmanuallytrackedobject.Builder builderSubscriptionmanuallytrackedobject()
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 Subscriptionmanuallytrackedobject withSubscriptionid(String subscriptionid)
public Subscriptionmanuallytrackedobject withVersionnumber(Long versionnumber)
public Subscriptionmanuallytrackedobject withTrack(Boolean track)
public Subscriptionmanuallytrackedobject withObjectid(String objectid)
public Subscriptionmanuallytrackedobject withObjecttypecode(String objecttypecode)
public Optional<String> getSubscriptionmanuallytrackedobjectid()
public Subscriptionmanuallytrackedobject withSubscriptionmanuallytrackedobjectid(String subscriptionmanuallytrackedobjectid)
public Subscriptionmanuallytrackedobject 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 Subscriptionmanuallytrackedobject 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 Subscriptionmanuallytrackedobject 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.