MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: onenotePage.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withContent(byte[] content) |
Set the content property: The page's HTML content.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withContentUrl(String contentUrl) |
Set the contentUrl property: The URL for the page's HTML content.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withCreatedByAppId(String createdByAppId) |
Set the createdByAppId property: The unique identifier of the application that created the page.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The date and time when the page was created.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: The date and time when the page was last modified.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withLevel(Integer level) |
Set the level property: The indentation level of the page.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withLinks(MicrosoftGraphPageLinks links) |
Set the links property: pageLinks.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withOrder(Integer order) |
Set the order property: The order of the page within its parent section.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withParentNotebook(MicrosoftGraphNotebook parentNotebook) |
Set the parentNotebook property: notebook.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withParentSection(MicrosoftGraphOnenoteSection parentSection) |
Set the parentSection property: onenoteSection.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withSelf(String self) |
Set the self property: The endpoint where you can get details about the page.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withTitle(String title) |
Set the title property: The title of the page.
|
MicrosoftGraphOnenotePage |
MicrosoftGraphOnenotePage.withUserTags(List<String> userTags) |
Set the userTags property: The userTags property.
|