public class OnenotePage extends OnenoteEntitySchemaObjectModel implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
contentUrl
The Content Url.
|
java.lang.String |
createdByAppId
The Created By App Id.
|
java.util.Calendar |
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.
|
createdDateTime
self
Constructor and Description |
---|
OnenotePage() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="title") @Expose public java.lang.String title
@SerializedName(value="createdByAppId") @Expose public java.lang.String createdByAppId
@SerializedName(value="links") @Expose public PageLinks links
@SerializedName(value="contentUrl") @Expose public java.lang.String contentUrl
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="level") @Expose public java.lang.Integer level
@SerializedName(value="order") @Expose public java.lang.Integer order
@SerializedName(value="userTags") @Expose public java.util.List<java.lang.String> userTags
@SerializedName(value="parentSection") @Expose public OnenoteSection parentSection
@SerializedName(value="parentNotebook") @Expose public Notebook parentNotebook
public com.google.gson.JsonObject getRawObject()
getRawObject
in class OnenoteEntitySchemaObjectModel
protected ISerializer getSerializer()
getSerializer
in class OnenoteEntitySchemaObjectModel
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class OnenoteEntitySchemaObjectModel
serializer
- the serializerjson
- the JSON object to set this object to