public class OnenotePage extends OnenoteEntitySchemaObjectModel implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contentUrl
The Content Url.
|
java.lang.String |
createdByAppId
The Created By App Id.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.Integer |
level
The Level.
|
PageLinks |
links
The Links.
|
java.lang.Integer |
order
The Order.
|
Notebook |
parentNotebook
The Parent Notebook.
|
OnenoteSection |
parentSection
The Parent Section.
|
java.lang.String |
title
The Title.
|
java.util.List<java.lang.String> |
userTags
The User Tags.
|
createdDateTimeself| Constructor and Description |
|---|
OnenotePage() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="contentUrl",
alternate="ContentUrl")
@Expose
@Nullable
public java.lang.String contentUrl
@SerializedName(value="createdByAppId",
alternate="CreatedByAppId")
@Expose
@Nullable
public java.lang.String createdByAppId
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="level",
alternate="Level")
@Expose
@Nullable
public java.lang.Integer level
@SerializedName(value="links",
alternate="Links")
@Expose
@Nullable
public PageLinks links
@SerializedName(value="order",
alternate="Order")
@Expose
@Nullable
public java.lang.Integer order
@SerializedName(value="title",
alternate="Title")
@Expose
@Nullable
public java.lang.String title
@SerializedName(value="userTags",
alternate="UserTags")
@Expose
@Nullable
public java.util.List<java.lang.String> userTags
@SerializedName(value="parentNotebook",
alternate="ParentNotebook")
@Expose
@Nullable
public Notebook parentNotebook
@SerializedName(value="parentSection",
alternate="ParentSection")
@Expose
@Nullable
public OnenoteSection parentSection
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class OnenoteEntitySchemaObjectModelserializer - the serializerjson - the JSON object to set this object to