public class OnenoteEntitySchemaObjectModel extends OnenoteEntityBaseModel implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTime |
selfchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OnenoteEntitySchemaObjectModel() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
OnenoteEntitySchemaObjectModel |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OnenoteEntitySchemaObjectModel |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
OnenoteEntitySchemaObjectModel |
withCreatedDateTime(OffsetDateTime createdDateTime) |
getSelf, withSelfprotected OffsetDateTime createdDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OnenoteEntityBaseModelpublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class OnenoteEntityBaseModelpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OnenoteEntityBaseModelpublic Optional<OffsetDateTime> getCreatedDateTime()
public OnenoteEntitySchemaObjectModel withCreatedDateTime(OffsetDateTime createdDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OnenoteEntityBaseModelpublic OnenoteEntitySchemaObjectModel patch()
this with changed fields reset.patch in class OnenoteEntityBaseModelthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic OnenoteEntitySchemaObjectModel put()
this
with changed fields reset (they were ignored anyway).put in class OnenoteEntityBaseModelthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class OnenoteEntityBaseModelCopyright © 2018–2020. All rights reserved.