你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphRecentNotebookLinks Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphRecentNotebookLinks
- com.
Implements
public final class MicrosoftGraphRecentNotebookLinks
implements JsonSerializable<MicrosoftGraphRecentNotebookLinks>
recentNotebookLinks.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphRecentNotebookLinks() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphRecentNotebookLinks
public MicrosoftGraphRecentNotebookLinks()
Creates an instance of MicrosoftGraphRecentNotebookLinks class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: recentNotebookLinks.
Returns:
fromJson
public static MicrosoftGraphRecentNotebookLinks fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphRecentNotebookLinks from the JsonReader.
Parameters:
Returns:
Throws:
oneNoteClientUrl
public MicrosoftGraphExternalLink oneNoteClientUrl()
Get the oneNoteClientUrl property: externalLink.
Returns:
oneNoteWebUrl
public MicrosoftGraphExternalLink oneNoteWebUrl()
Get the oneNoteWebUrl property: externalLink.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphRecentNotebookLinks withAdditionalProperties(Map
Set the additionalProperties property: recentNotebookLinks.
Parameters:
Returns:
withOneNoteClientUrl
public MicrosoftGraphRecentNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.
Parameters:
Returns:
withOneNoteWebUrl
public MicrosoftGraphRecentNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.
Parameters:
Returns: