Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteSection
Packages that use MicrosoftGraphOnenoteSection
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOnenoteSection in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteSectionModifier and TypeMethodDescriptionMicrosoftGraphOnenotePage.parentSection()Get the parentSection property: onenoteSection.MicrosoftGraphOnenoteSection.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenoteSection.MicrosoftGraphOnenoteSection.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphOnenoteSection.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the page was created.MicrosoftGraphOnenoteSection.withDisplayName(String displayName) Set the displayName property: The name of the notebook.Set the id property: Read-only.MicrosoftGraphOnenoteSection.withIsDefault(Boolean isDefault) Set the isDefault property: Indicates whether this is the user's default section.MicrosoftGraphOnenoteSection.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphOnenoteSection.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The date and time when the notebook was last modified.MicrosoftGraphOnenoteSection.withLinks(MicrosoftGraphSectionLinks links) Set the links property: sectionLinks.MicrosoftGraphOnenoteSection.withPages(List<MicrosoftGraphOnenotePage> pages) Set the pages property: The collection of pages in the section.MicrosoftGraphOnenoteSection.withPagesUrl(String pagesUrl) Set the pagesUrl property: The pages endpoint where you can get details for all the pages in the section.MicrosoftGraphOnenoteSection.withParentNotebook(MicrosoftGraphNotebook parentNotebook) Set the parentNotebook property: notebook.MicrosoftGraphOnenoteSection.withParentSectionGroup(MicrosoftGraphSectionGroup parentSectionGroup) Set the parentSectionGroup property: sectionGroup.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 MicrosoftGraphOnenoteSectionModifier and TypeMethodDescriptionMicrosoftGraphNotebook.sections()Get the sections property: The sections in the notebook.MicrosoftGraphOnenote.sections()Get the sections property: The sections in all OneNote notebooks that are owned by the user or group.MicrosoftGraphSectionGroup.sections()Get the sections property: The sections in the section group.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnenoteSectionModifier and TypeMethodDescriptionMicrosoftGraphOnenotePage.withParentSection(MicrosoftGraphOnenoteSection parentSection) Set the parentSection property: onenoteSection.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnenoteSectionModifier and TypeMethodDescriptionMicrosoftGraphNotebook.withSections(List<MicrosoftGraphOnenoteSection> sections) Set the sections property: The sections in the notebook.MicrosoftGraphOnenote.withSections(List<MicrosoftGraphOnenoteSection> sections) Set the sections property: The sections in all OneNote notebooks that are owned by the user or group.MicrosoftGraphSectionGroup.withSections(List<MicrosoftGraphOnenoteSection> sections) Set the sections property: The sections in the section group.