MicrosoftGraphSectionGroup |
MicrosoftGraphOnenoteSection.parentSectionGroup() |
Get the parentSectionGroup property: sectionGroup.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.parentSectionGroup() |
Get the parentSectionGroup property: sectionGroup.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: sectionGroup.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The date and time when the page was created.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withDisplayName(String displayName) |
Set the displayName property: The name of the notebook.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: The date and time when the notebook was last modified.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withParentNotebook(MicrosoftGraphNotebook parentNotebook) |
Set the parentNotebook property: notebook.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withParentSectionGroup(MicrosoftGraphSectionGroup parentSectionGroup) |
Set the parentSectionGroup property: sectionGroup.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups) |
Set the sectionGroups property: The section groups in the section.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withSectionGroupsUrl(String sectionGroupsUrl) |
Set the sectionGroupsUrl property: The URL for the sectionGroups navigation property, which returns all the
section groups in the section group.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withSections(List<MicrosoftGraphOnenoteSection> sections) |
Set the sections property: The sections in the section group.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withSectionsUrl(String sectionsUrl) |
Set the sectionsUrl property: The URL for the sections navigation property, which returns all the sections in the
section group.
|
MicrosoftGraphSectionGroup |
MicrosoftGraphSectionGroup.withSelf(String self) |
Set the self property: The endpoint where you can get details about the page.
|