Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSectionGroup
Packages that use MicrosoftGraphSectionGroup
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSectionGroup in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSectionGroupModifier and TypeMethodDescriptionMicrosoftGraphOnenoteSection.parentSectionGroup()Get the parentSectionGroup property: sectionGroup.MicrosoftGraphSectionGroup.parentSectionGroup()Get the parentSectionGroup property: sectionGroup.MicrosoftGraphSectionGroup.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sectionGroup.MicrosoftGraphSectionGroup.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphSectionGroup.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the page was created.MicrosoftGraphSectionGroup.withDisplayName(String displayName) Set the displayName property: The name of the notebook.Set the id property: Read-only.MicrosoftGraphSectionGroup.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphSectionGroup.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The date and time when the notebook was last modified.MicrosoftGraphSectionGroup.withParentNotebook(MicrosoftGraphNotebook parentNotebook) Set the parentNotebook property: notebook.MicrosoftGraphSectionGroup.withParentSectionGroup(MicrosoftGraphSectionGroup parentSectionGroup) Set the parentSectionGroup property: sectionGroup.MicrosoftGraphSectionGroup.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) Set the sectionGroups property: The section groups in the section.MicrosoftGraphSectionGroup.withSectionGroupsUrl(String sectionGroupsUrl) Set the sectionGroupsUrl property: The URL for the sectionGroups navigation property, which returns all the section groups in the section group.MicrosoftGraphSectionGroup.withSections(List<MicrosoftGraphOnenoteSection> sections) Set the sections property: The sections in the section group.MicrosoftGraphSectionGroup.withSectionsUrl(String sectionsUrl) Set the sectionsUrl property: The URL for the sections navigation property, which returns all the sections in the section group.Set the self property: The endpoint where you can get details about the page.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSectionGroupModifier and TypeMethodDescriptionMicrosoftGraphNotebook.sectionGroups()Get the sectionGroups property: The section groups in the notebook.MicrosoftGraphOnenote.sectionGroups()Get the sectionGroups property: The section groups in all OneNote notebooks that are owned by the user or group.MicrosoftGraphSectionGroup.sectionGroups()Get the sectionGroups property: The section groups in the section.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSectionGroupModifier and TypeMethodDescriptionMicrosoftGraphOnenoteSection.withParentSectionGroup(MicrosoftGraphSectionGroup parentSectionGroup) Set the parentSectionGroup property: sectionGroup.MicrosoftGraphSectionGroup.withParentSectionGroup(MicrosoftGraphSectionGroup parentSectionGroup) Set the parentSectionGroup property: sectionGroup.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSectionGroupModifier and TypeMethodDescriptionMicrosoftGraphNotebook.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) Set the sectionGroups property: The section groups in the notebook.MicrosoftGraphOnenote.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) Set the sectionGroups property: The section groups in all OneNote notebooks that are owned by the user or group.MicrosoftGraphSectionGroup.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) Set the sectionGroups property: The section groups in the section.