你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphRecentNotebook Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphRecentNotebook
- com.
Implements
public final class MicrosoftGraphRecentNotebook
implements JsonSerializable<MicrosoftGraphRecentNotebook>
recentNotebook.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphRecentNotebook() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Offset |
lastAccessedTime()
Get the last |
Microsoft |
links()
Get the links property: recent |
Microsoft |
sourceService()
Get the source |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withLastAccessedTime(OffsetDateTime lastAccessedTime)
Set the last |
Microsoft |
withLinks(MicrosoftGraphRecentNotebookLinks links)
Set the links property: recent |
Microsoft |
withSourceService(MicrosoftGraphOnenoteSourceService sourceService)
Set the source |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphRecentNotebook
public MicrosoftGraphRecentNotebook()
Creates an instance of MicrosoftGraphRecentNotebook class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: recentNotebook.
Returns:
displayName
public String displayName()
Get the displayName property: The name of the notebook.
Returns:
fromJson
public static MicrosoftGraphRecentNotebook fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphRecentNotebook from the JsonReader.
Parameters:
Returns:
Throws:
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:
links
public MicrosoftGraphRecentNotebookLinks links()
Get the links property: recentNotebookLinks.
Returns:
sourceService
public MicrosoftGraphOnenoteSourceService sourceService()
Get the sourceService property: onenoteSourceService.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphRecentNotebook withAdditionalProperties(Map
Set the additionalProperties property: recentNotebook.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphRecentNotebook withDisplayName(String displayName)
Set the displayName property: The name of the notebook.
Parameters:
Returns:
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:
Returns:
withLinks
public MicrosoftGraphRecentNotebook withLinks(MicrosoftGraphRecentNotebookLinks links)
Set the links property: recentNotebookLinks.
Parameters:
Returns:
withSourceService
public MicrosoftGraphRecentNotebook withSourceService(MicrosoftGraphOnenoteSourceService sourceService)
Set the sourceService property: onenoteSourceService.
Parameters:
Returns: