public class OnenoteSection extends OnenoteEntityHierarchyModel implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
isDefault
The Is Default.
|
SectionLinks |
links
The Links.
|
OnenotePageCollectionPage |
pages
The Pages.
|
java.lang.String |
pagesUrl
The Pages Url.
|
Notebook |
parentNotebook
The Parent Notebook.
|
SectionGroup |
parentSectionGroup
The Parent Section Group.
|
createdBy, displayName, lastModifiedBy, lastModifiedDateTimecreatedDateTimeself| Constructor and Description |
|---|
OnenoteSection() |
| 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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="isDefault",
alternate="IsDefault")
@Expose
public java.lang.Boolean isDefault
@SerializedName(value="links",
alternate="Links")
@Expose
public SectionLinks links
@SerializedName(value="pagesUrl",
alternate="PagesUrl")
@Expose
public java.lang.String pagesUrl
@SerializedName(value="pages",
alternate="Pages")
@Expose
public OnenotePageCollectionPage pages
@SerializedName(value="parentNotebook",
alternate="ParentNotebook")
@Expose
public Notebook parentNotebook
@SerializedName(value="parentSectionGroup",
alternate="ParentSectionGroup")
@Expose
public SectionGroup parentSectionGroup
public com.google.gson.JsonObject getRawObject()
getRawObject in class OnenoteEntityHierarchyModelprotected ISerializer getSerializer()
getSerializer in class OnenoteEntityHierarchyModelpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class OnenoteEntityHierarchyModelserializer - the serializerjson - the JSON object to set this object to