public class OnenoteEntityHierarchyModel extends OnenoteEntitySchemaObjectModel implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected IdentitySet |
createdBy |
protected String |
displayName |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
createdDateTimeselfchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OnenoteEntityHierarchyModel() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<IdentitySet> |
getCreatedBy() |
Optional<String> |
getDisplayName() |
Optional<IdentitySet> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
OnenoteEntityHierarchyModel |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OnenoteEntityHierarchyModel |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
OnenoteEntityHierarchyModel |
withCreatedBy(IdentitySet createdBy) |
OnenoteEntityHierarchyModel |
withDisplayName(String displayName) |
OnenoteEntityHierarchyModel |
withLastModifiedBy(IdentitySet lastModifiedBy) |
OnenoteEntityHierarchyModel |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
getCreatedDateTime, withCreatedDateTimegetSelf, withSelfprotected String displayName
protected IdentitySet createdBy
protected IdentitySet lastModifiedBy
protected OffsetDateTime lastModifiedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OnenoteEntitySchemaObjectModelpublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class OnenoteEntitySchemaObjectModelpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OnenoteEntitySchemaObjectModelpublic OnenoteEntityHierarchyModel withDisplayName(String displayName)
public Optional<IdentitySet> getCreatedBy()
public OnenoteEntityHierarchyModel withCreatedBy(IdentitySet createdBy)
public Optional<IdentitySet> getLastModifiedBy()
public OnenoteEntityHierarchyModel withLastModifiedBy(IdentitySet lastModifiedBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public OnenoteEntityHierarchyModel withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OnenoteEntitySchemaObjectModelpublic OnenoteEntityHierarchyModel patch()
this with changed fields reset.patch in class OnenoteEntitySchemaObjectModelthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic OnenoteEntityHierarchyModel put()
this
with changed fields reset (they were ignored anyway).put in class OnenoteEntitySchemaObjectModelthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class OnenoteEntitySchemaObjectModelCopyright © 2018–2020. All rights reserved.