Class MicrosoftGraphRecentNotebook
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecentNotebook
recentNotebook.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphRecentNotebook class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: recentNotebook.Get the displayName property: The name of the notebook.Get the lastAccessedTime property: The date and time when the notebook was last modified.links()Get the links property: recentNotebookLinks.Get the sourceService property: onenoteSourceService.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recentNotebook.withDisplayName(String displayName) Set the displayName property: The name of the notebook.withLastAccessedTime(OffsetDateTime lastAccessedTime) Set the lastAccessedTime property: The date and time when the notebook was last modified.Set the links property: recentNotebookLinks.withSourceService(MicrosoftGraphOnenoteSourceService sourceService) Set the sourceService property: onenoteSourceService.
-
Constructor Details
-
MicrosoftGraphRecentNotebook
public MicrosoftGraphRecentNotebook()Creates an instance of MicrosoftGraphRecentNotebook class.
-
-
Method Details
-
displayName
Get the displayName property: The name of the notebook.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The name of the notebook.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphRecentNotebook object itself.
-
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
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
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
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.
-