MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenotePage.parentSection() |
Get the parentSection property: onenoteSection.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: onenoteSection.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The date and time when the page was created.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withDisplayName(String displayName) |
Set the displayName property: The name of the notebook.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withIsDefault(Boolean isDefault) |
Set the isDefault property: Indicates whether this is the user's default section.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: The date and time when the notebook was last modified.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withLinks(MicrosoftGraphSectionLinks links) |
Set the links property: sectionLinks.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withPages(List<MicrosoftGraphOnenotePage> pages) |
Set the pages property: The collection of pages in the section.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withPagesUrl(String pagesUrl) |
Set the pagesUrl property: The pages endpoint where you can get details for all the pages in the section.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withParentNotebook(MicrosoftGraphNotebook parentNotebook) |
Set the parentNotebook property: notebook.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withParentSectionGroup(MicrosoftGraphSectionGroup parentSectionGroup) |
Set the parentSectionGroup property: sectionGroup.
|
MicrosoftGraphOnenoteSection |
MicrosoftGraphOnenoteSection.withSelf(String self) |
Set the self property: The endpoint where you can get details about the page.
|