Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphNotebook
Packages that use MicrosoftGraphNotebook
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphNotebook in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphNotebookModifier and TypeMethodDescriptionMicrosoftGraphOnenotePage.parentNotebook()Get the parentNotebook property: notebook.MicrosoftGraphOnenoteSection.parentNotebook()Get the parentNotebook property: notebook.MicrosoftGraphSectionGroup.parentNotebook()Get the parentNotebook property: notebook.MicrosoftGraphNotebook.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: notebook.MicrosoftGraphNotebook.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphNotebook.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the page was created.MicrosoftGraphNotebook.withDisplayName(String displayName) Set the displayName property: The name of the notebook.Set the id property: Read-only.MicrosoftGraphNotebook.withIsDefault(Boolean isDefault) Set the isDefault property: Indicates whether this is the user's default notebook.MicrosoftGraphNotebook.withIsShared(Boolean isShared) Set the isShared property: Indicates whether the notebook is shared.MicrosoftGraphNotebook.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphNotebook.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The date and time when the notebook was last modified.MicrosoftGraphNotebook.withLinks(MicrosoftGraphNotebookLinks links) Set the links property: notebookLinks.MicrosoftGraphNotebook.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) Set the sectionGroups property: The section groups in the notebook.MicrosoftGraphNotebook.withSectionGroupsUrl(String sectionGroupsUrl) Set the sectionGroupsUrl property: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook.MicrosoftGraphNotebook.withSections(List<MicrosoftGraphOnenoteSection> sections) Set the sections property: The sections in the notebook.MicrosoftGraphNotebook.withSectionsUrl(String sectionsUrl) Set the sectionsUrl property: The URL for the sections navigation property, which returns all the sections in the notebook.Set the self property: The endpoint where you can get details about the page.MicrosoftGraphNotebook.withUserRole(MicrosoftGraphOnenoteUserRole userRole) Set the userRole property: onenoteUserRole.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphNotebookModifier and TypeMethodDescriptionMicrosoftGraphOnenote.notebooks()Get the notebooks property: The collection of OneNote notebooks that are owned by the user or group.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphNotebookModifier and TypeMethodDescriptionMicrosoftGraphOnenotePage.withParentNotebook(MicrosoftGraphNotebook parentNotebook) Set the parentNotebook property: notebook.MicrosoftGraphOnenoteSection.withParentNotebook(MicrosoftGraphNotebook parentNotebook) Set the parentNotebook property: notebook.MicrosoftGraphSectionGroup.withParentNotebook(MicrosoftGraphNotebook parentNotebook) Set the parentNotebook property: notebook.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphNotebookModifier and TypeMethodDescriptionMicrosoftGraphOnenote.withNotebooks(List<MicrosoftGraphNotebook> notebooks) Set the notebooks property: The collection of OneNote notebooks that are owned by the user or group.