Class MicrosoftGraphRecentNotebook


  • public final class MicrosoftGraphRecentNotebook
    extends Object
    recentNotebook.
    • Constructor Detail

      • MicrosoftGraphRecentNotebook

        public MicrosoftGraphRecentNotebook()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The name of the notebook.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphRecentNotebook withDisplayName​(String displayName)
        Set the displayName property: The name of the notebook.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphRecentNotebook object itself.
      • lastAccessedTime

        public OffsetDateTime lastAccessedTime()
        Get the lastAccessedTime 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.
        Returns:
        the lastAccessedTime value.
      • withLastAccessedTime

        public MicrosoftGraphRecentNotebook withLastAccessedTime​(OffsetDateTime lastAccessedTime)
        Set the lastAccessedTime 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.
        Parameters:
        lastAccessedTime - the lastAccessedTime value to set.
        Returns:
        the MicrosoftGraphRecentNotebook object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: recentNotebook.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphRecentNotebook withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: recentNotebook.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphRecentNotebook object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.