Class MicrosoftGraphNotebook

    • Constructor Detail

      • MicrosoftGraphNotebook

        public MicrosoftGraphNotebook()
    • Method Detail

      • isDefault

        public Boolean isDefault()
        Get the isDefault property: Indicates whether this is the user's default notebook. Read-only.
        Returns:
        the isDefault value.
      • withIsDefault

        public MicrosoftGraphNotebook withIsDefault​(Boolean isDefault)
        Set the isDefault property: Indicates whether this is the user's default notebook. Read-only.
        Parameters:
        isDefault - the isDefault value to set.
        Returns:
        the MicrosoftGraphNotebook object itself.
      • isShared

        public Boolean isShared()
        Get the isShared property: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
        Returns:
        the isShared value.
      • withIsShared

        public MicrosoftGraphNotebook withIsShared​(Boolean isShared)
        Set the isShared property: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
        Parameters:
        isShared - the isShared value to set.
        Returns:
        the MicrosoftGraphNotebook object itself.
      • sectionGroupsUrl

        public String sectionGroupsUrl()
        Get the sectionGroupsUrl property: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        Returns:
        the sectionGroupsUrl value.
      • withSectionGroupsUrl

        public MicrosoftGraphNotebook withSectionGroupsUrl​(String sectionGroupsUrl)
        Set the sectionGroupsUrl property: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        Parameters:
        sectionGroupsUrl - the sectionGroupsUrl value to set.
        Returns:
        the MicrosoftGraphNotebook object itself.
      • sectionsUrl

        public String sectionsUrl()
        Get the sectionsUrl property: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        Returns:
        the sectionsUrl value.
      • withSectionsUrl

        public MicrosoftGraphNotebook withSectionsUrl​(String sectionsUrl)
        Set the sectionsUrl property: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        Parameters:
        sectionsUrl - the sectionsUrl value to set.
        Returns:
        the MicrosoftGraphNotebook object itself.
      • sectionGroups

        public List<MicrosoftGraphSectionGroup> sectionGroups()
        Get the sectionGroups property: The section groups in the notebook. Read-only. Nullable.
        Returns:
        the sectionGroups value.
      • withSectionGroups

        public MicrosoftGraphNotebook withSectionGroups​(List<MicrosoftGraphSectionGroup> sectionGroups)
        Set the sectionGroups property: The section groups in the notebook. Read-only. Nullable.
        Parameters:
        sectionGroups - the sectionGroups value to set.
        Returns:
        the MicrosoftGraphNotebook object itself.
      • sections

        public List<MicrosoftGraphOnenoteSection> sections()
        Get the sections property: The sections in the notebook. Read-only. Nullable.
        Returns:
        the sections value.
      • withSections

        public MicrosoftGraphNotebook withSections​(List<MicrosoftGraphOnenoteSection> sections)
        Set the sections property: The sections in the notebook. Read-only. Nullable.
        Parameters:
        sections - the sections value to set.
        Returns:
        the MicrosoftGraphNotebook object itself.
      • withLastModifiedDateTime

        public MicrosoftGraphNotebook withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Set the lastModifiedDateTime property: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
        Overrides:
        withLastModifiedDateTime in class MicrosoftGraphOnenoteEntityHierarchyModel
        Parameters:
        lastModifiedDateTime - the lastModifiedDateTime value to set.
        Returns:
        the MicrosoftGraphOnenoteEntityHierarchyModel object itself.
      • withCreatedDateTime

        public MicrosoftGraphNotebook withCreatedDateTime​(OffsetDateTime createdDateTime)
        Set the createdDateTime property: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
        Overrides:
        withCreatedDateTime in class MicrosoftGraphOnenoteEntityHierarchyModel
        Parameters:
        createdDateTime - the createdDateTime value to set.
        Returns:
        the MicrosoftGraphOnenoteEntitySchemaObjectModel object itself.