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 Details

    • sectionGroupsUrl

      @SerializedName(value="sectionGroupsUrl", alternate="SectionGroupsUrl") @Expose @Nullable public String sectionGroupsUrl
      The 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 sectionsUrl
      The 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 parentNotebook
      The Parent Notebook. The notebook that contains the section group. Read-only.
    • parentSectionGroup

      @SerializedName(value="parentSectionGroup", alternate="ParentSectionGroup") @Expose @Nullable public SectionGroup parentSectionGroup
      The Parent Section Group. The section group that contains the section group. Read-only.
    • sectionGroups

      @SerializedName(value="sectionGroups", alternate="SectionGroups") @Expose @Nullable public SectionGroupCollectionPage sectionGroups
      The Section Groups. The section groups in the section. Read-only. Nullable.
    • sections

      @SerializedName(value="sections", alternate="Sections") @Expose @Nullable public OnenoteSectionCollectionPage sections
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class OnenoteEntityHierarchyModel
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to