Package com.microsoft.graph.models
Class SectionGroup
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SectionGroup
extends OnenoteEntityHierarchyModel
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Section Group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Parent Notebook.The Parent Section Group.The Section Groups.The Section Groups Url.The Sections.The Sections Url.Fields inherited from class com.microsoft.graph.models.OnenoteEntityHierarchyModel
createdBy, displayName, lastModifiedBy, lastModifiedDateTimeFields inherited from class com.microsoft.graph.models.OnenoteEntitySchemaObjectModel
createdDateTimeFields inherited from class com.microsoft.graph.models.OnenoteEntityBaseModel
self -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
sectionGroupsUrl
@SerializedName(value="sectionGroupsUrl", alternate="SectionGroupsUrl") @Expose @Nullable public String sectionGroupsUrlThe Section Groups Url. The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only. -
sectionsUrl
@SerializedName(value="sectionsUrl", alternate="SectionsUrl") @Expose @Nullable public String sectionsUrlThe Sections Url. The URL for the sections navigation property, which returns all the sections in the section group. Read-only. -
parentNotebook
@SerializedName(value="parentNotebook", alternate="ParentNotebook") @Expose @Nullable public Notebook parentNotebookThe Parent Notebook. The notebook that contains the section group. Read-only. -
parentSectionGroup
@SerializedName(value="parentSectionGroup", alternate="ParentSectionGroup") @Expose @Nullable public SectionGroup parentSectionGroupThe Parent Section Group. The section group that contains the section group. Read-only. -
sectionGroups
@SerializedName(value="sectionGroups", alternate="SectionGroups") @Expose @Nullable public SectionGroupCollectionPage sectionGroupsThe Section Groups. The section groups in the section. Read-only. Nullable. -
sections
@SerializedName(value="sections", alternate="Sections") @Expose @Nullable public OnenoteSectionCollectionPage sectionsThe Sections. The sections in the section group. Read-only. Nullable.
-
-
Constructor Details
-
SectionGroup
public SectionGroup()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classOnenoteEntityHierarchyModel- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-