MicrosoftGraphNotebook |
MicrosoftGraphOnenotePage.parentNotebook() |
Get the parentNotebook property: notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphOnenoteSection.parentNotebook() |
Get the parentNotebook property: notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphSectionGroup.parentNotebook() |
Get the parentNotebook property: notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The date and time when the page was created.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withDisplayName(String displayName) |
Set the displayName property: The name of the notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withIsDefault(Boolean isDefault) |
Set the isDefault property: Indicates whether this is the user's default notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withIsShared(Boolean isShared) |
Set the isShared property: Indicates whether the notebook is shared.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: The date and time when the notebook was last modified.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withLinks(MicrosoftGraphNotebookLinks links) |
Set the links property: notebookLinks.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) |
Set the sectionGroups property: The section groups in the notebook.
|
MicrosoftGraphNotebook |
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 |
MicrosoftGraphNotebook.withSections(List<MicrosoftGraphOnenoteSection> sections) |
Set the sections property: The sections in the notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withSectionsUrl(String sectionsUrl) |
Set the sectionsUrl property: The URL for the sections navigation property, which returns all the sections in the
notebook.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withSelf(String self) |
Set the self property: The endpoint where you can get details about the page.
|
MicrosoftGraphNotebook |
MicrosoftGraphNotebook.withUserRole(MicrosoftGraphOnenoteUserRole userRole) |
Set the userRole property: The userRole property.
|