Class MicrosoftGraphRecentNotebook
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecentNotebook
-
public final class MicrosoftGraphRecentNotebook extends Object
recentNotebook.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphRecentNotebook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: recentNotebook.String
displayName()
Get the displayName property: The name of the notebook.OffsetDateTime
lastAccessedTime()
Get the lastAccessedTime property: The date and time when the notebook was last modified.MicrosoftGraphRecentNotebookLinks
links()
Get the links property: recentNotebookLinks.MicrosoftGraphOnenoteSourceService
sourceService()
Get the sourceService property: onenoteSourceService.void
validate()
Validates the instance.MicrosoftGraphRecentNotebook
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: recentNotebook.MicrosoftGraphRecentNotebook
withDisplayName(String displayName)
Set the displayName property: The name of the notebook.MicrosoftGraphRecentNotebook
withLastAccessedTime(OffsetDateTime lastAccessedTime)
Set the lastAccessedTime property: The date and time when the notebook was last modified.MicrosoftGraphRecentNotebook
withLinks(MicrosoftGraphRecentNotebookLinks links)
Set the links property: recentNotebookLinks.MicrosoftGraphRecentNotebook
withSourceService(MicrosoftGraphOnenoteSourceService sourceService)
Set the sourceService property: onenoteSourceService.
-
-
-
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.
-
links
public MicrosoftGraphRecentNotebookLinks links()
Get the links property: recentNotebookLinks.- Returns:
- the links value.
-
withLinks
public MicrosoftGraphRecentNotebook withLinks(MicrosoftGraphRecentNotebookLinks links)
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.
-
-