public class SectionGroup extends OnenoteEntityHierarchyModel implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
Notebook |
parentNotebook
The Parent Notebook.
|
SectionGroup |
parentSectionGroup
The Parent Section Group.
|
SectionGroupCollectionPage |
sectionGroups
The Section Groups.
|
java.lang.String |
sectionGroupsUrl
The Section Groups Url.
|
OnenoteSectionCollectionPage |
sections
The Sections.
|
java.lang.String |
sectionsUrl
The Sections Url.
|
createdBy, displayName, lastModifiedBy, lastModifiedDateTime
createdDateTime
self
Constructor and Description |
---|
SectionGroup() |
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="sectionGroupsUrl", alternate="SectionGroupsUrl") @Expose public java.lang.String sectionGroupsUrl
@SerializedName(value="sectionsUrl", alternate="SectionsUrl") @Expose public java.lang.String sectionsUrl
@SerializedName(value="parentNotebook", alternate="ParentNotebook") @Expose public Notebook parentNotebook
@SerializedName(value="parentSectionGroup", alternate="ParentSectionGroup") @Expose public SectionGroup parentSectionGroup
@SerializedName(value="sectionGroups", alternate="SectionGroups") @Expose public SectionGroupCollectionPage sectionGroups
@SerializedName(value="sections", alternate="Sections") @Expose public OnenoteSectionCollectionPage sections
public com.google.gson.JsonObject getRawObject()
getRawObject
in class OnenoteEntityHierarchyModel
protected ISerializer getSerializer()
getSerializer
in class OnenoteEntityHierarchyModel
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class OnenoteEntityHierarchyModel
serializer
- the serializerjson
- the JSON object to set this object to