Class MicrosoftGraphRecentNotebook

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecentNotebook

public final class MicrosoftGraphRecentNotebook extends Object
recentNotebook.
  • Constructor Details

    • MicrosoftGraphRecentNotebook

      public MicrosoftGraphRecentNotebook()
      Creates an instance of MicrosoftGraphRecentNotebook class.
  • Method Details

    • 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.
    • links

      Get the links property: recentNotebookLinks.
      Returns:
      the links value.
    • withLinks

      Set the links property: recentNotebookLinks.
      Parameters:
      links - the links value to set.
      Returns:
      the MicrosoftGraphRecentNotebook object itself.
    • sourceService

      public MicrosoftGraphOnenoteSourceService sourceService()
      Get the sourceService property: onenoteSourceService.
      Returns:
      the sourceService value.
    • withSourceService

      public MicrosoftGraphRecentNotebook withSourceService(MicrosoftGraphOnenoteSourceService sourceService)
      Set the sourceService property: onenoteSourceService.
      Parameters:
      sourceService - the sourceService 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.