Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePage
Packages that use MicrosoftGraphOnenotePage
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOnenotePage in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenotePageModifier and TypeMethodDescriptionMicrosoftGraphOnenotePage.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenotePage.MicrosoftGraphOnenotePage.withContent(byte[] content) Set the content property: The page's HTML content.MicrosoftGraphOnenotePage.withContentUrl(String contentUrl) Set the contentUrl property: The URL for the page's HTML content.MicrosoftGraphOnenotePage.withCreatedByAppId(String createdByAppId) Set the createdByAppId property: The unique identifier of the application that created the page.MicrosoftGraphOnenotePage.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the page was created.Set the id property: Read-only.MicrosoftGraphOnenotePage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The date and time when the page was last modified.Set the level property: The indentation level of the page.MicrosoftGraphOnenotePage.withLinks(MicrosoftGraphPageLinks links) Set the links property: pageLinks.Set the order property: The order of the page within its parent section.MicrosoftGraphOnenotePage.withParentNotebook(MicrosoftGraphNotebook parentNotebook) Set the parentNotebook property: notebook.MicrosoftGraphOnenotePage.withParentSection(MicrosoftGraphOnenoteSection parentSection) Set the parentSection property: onenoteSection.Set the self property: The endpoint where you can get details about the page.Set the title property: The title of the page.MicrosoftGraphOnenotePage.withUserTags(List<String> userTags) Set the userTags property: The userTags property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenotePageModifier and TypeMethodDescriptionMicrosoftGraphOnenote.pages()Get the pages property: The pages in all OneNote notebooks that are owned by the user or group.MicrosoftGraphOnenoteSection.pages()Get the pages property: The collection of pages in the section.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnenotePageModifier and TypeMethodDescriptionMicrosoftGraphOnenote.withPages(List<MicrosoftGraphOnenotePage> pages) Set the pages property: The pages in all OneNote notebooks that are owned by the user or group.MicrosoftGraphOnenoteSection.withPages(List<MicrosoftGraphOnenotePage> pages) Set the pages property: The collection of pages in the section.