public class SectionGroup extends OnenoteEntityHierarchyModel implements com.microsoft.graph.serializer.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, lastModifiedDateTimecreatedDateTimeself| Constructor and Description |
|---|
SectionGroup() |
| 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="sectionGroupsUrl",
alternate="SectionGroupsUrl")
@Expose
@Nullable
public java.lang.String sectionGroupsUrl
@SerializedName(value="sectionsUrl",
alternate="SectionsUrl")
@Expose
@Nullable
public java.lang.String sectionsUrl
@SerializedName(value="parentNotebook",
alternate="ParentNotebook")
@Expose
@Nullable
public Notebook parentNotebook
@SerializedName(value="parentSectionGroup",
alternate="ParentSectionGroup")
@Expose
@Nullable
public SectionGroup parentSectionGroup
@SerializedName(value="sectionGroups",
alternate="SectionGroups")
@Expose
@Nullable
public SectionGroupCollectionPage sectionGroups
@SerializedName(value="sections",
alternate="Sections")
@Expose
@Nullable
public OnenoteSectionCollectionPage sections
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 OnenoteEntityHierarchyModelserializer - the serializerjson - the JSON object to set this object to