public class Subscriptionstatisticsoffline extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscriptionstatisticsoffline.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
fullsyncrequired |
protected Integer |
objecttypecode |
protected String |
subscriptionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Subscriptionstatisticsoffline() |
| Modifier and Type | Method and Description |
|---|---|
static Subscriptionstatisticsoffline.Builder |
builderSubscriptionstatisticsoffline()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getFullsyncrequired() |
Optional<Integer> |
getObjecttypecode() |
Optional<String> |
getSubscriptionid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Subscriptionstatisticsoffline |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Subscriptionstatisticsoffline |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Subscriptionstatisticsoffline |
withFullsyncrequired(Boolean fullsyncrequired) |
Subscriptionstatisticsoffline |
withObjecttypecode(Integer objecttypecode) |
Subscriptionstatisticsoffline |
withSubscriptionid(String subscriptionid) |
Subscriptionstatisticsoffline |
withUnmappedField(String name,
String value) |
protected String subscriptionid
protected Boolean fullsyncrequired
protected Integer objecttypecode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Subscriptionstatisticsoffline.Builder builderSubscriptionstatisticsoffline()
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 Subscriptionstatisticsoffline withSubscriptionid(String subscriptionid)
public Subscriptionstatisticsoffline withFullsyncrequired(Boolean fullsyncrequired)
public Subscriptionstatisticsoffline withObjecttypecode(Integer objecttypecode)
public Subscriptionstatisticsoffline 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 Subscriptionstatisticsoffline 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 Subscriptionstatisticsoffline 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.