Package com.microsoft.graph.models
Class OnenoteEntitySchemaObjectModel
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OnenoteEntityBaseModel
com.microsoft.graph.models.OnenoteEntitySchemaObjectModel
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
OnenoteEntityHierarchyModel
,OnenotePage
public class OnenoteEntitySchemaObjectModel
extends OnenoteEntityBaseModel
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Onenote Entity Schema Object Model.
-
Field Summary
FieldsFields inherited from class com.microsoft.graph.models.OnenoteEntityBaseModel
self
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
-
-
Constructor Details
-
OnenoteEntitySchemaObjectModel
public OnenoteEntitySchemaObjectModel()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classOnenoteEntityBaseModel
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-