public class Timestampdatemapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Timestampdatemapping.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
date |
protected Long |
timestamp |
protected String |
timestampdatemappingid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Timestampdatemapping() |
| Modifier and Type | Method and Description |
|---|---|
static Timestampdatemapping.Builder |
builderTimestampdatemapping()
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<OffsetDateTime> |
getDate() |
Optional<Long> |
getTimestamp() |
Optional<String> |
getTimestampdatemappingid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Timestampdatemapping |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Timestampdatemapping |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Timestampdatemapping |
withDate(OffsetDateTime date) |
Timestampdatemapping |
withTimestamp(Long timestamp) |
Timestampdatemapping |
withTimestampdatemappingid(String timestampdatemappingid) |
Timestampdatemapping |
withUnmappedField(String name,
String value) |
protected Long timestamp
protected OffsetDateTime date
protected String timestampdatemappingid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Timestampdatemapping.Builder builderTimestampdatemapping()
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 Timestampdatemapping withTimestamp(Long timestamp)
public Optional<OffsetDateTime> getDate()
public Timestampdatemapping withDate(OffsetDateTime date)
public Timestampdatemapping withTimestampdatemappingid(String timestampdatemappingid)
public Timestampdatemapping 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 Timestampdatemapping 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 Timestampdatemapping 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.