你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphRecentNotebookLinks Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecentNotebookLinks

Implements

public final class MicrosoftGraphRecentNotebookLinks
implements JsonSerializable<MicrosoftGraphRecentNotebookLinks>

recentNotebookLinks.

Constructor Summary

Constructor Description
MicrosoftGraphRecentNotebookLinks()

Creates an instance of MicrosoftGraphRecentNotebookLinks class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: recentNotebookLinks.

static MicrosoftGraphRecentNotebookLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphRecentNotebookLinks from the JsonReader.

MicrosoftGraphExternalLink oneNoteClientUrl()

Get the oneNoteClientUrl property: externalLink.

MicrosoftGraphExternalLink oneNoteWebUrl()

Get the oneNoteWebUrl property: externalLink.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphRecentNotebookLinks withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: recentNotebookLinks.

MicrosoftGraphRecentNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

MicrosoftGraphRecentNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Methods inherited from java.lang.Object

Constructor Details

public MicrosoftGraphRecentNotebookLinks()

Creates an instance of MicrosoftGraphRecentNotebookLinks class.

Method Details

public Map additionalProperties()

Get the additionalProperties property: recentNotebookLinks.

Returns:

the additionalProperties value.

public static MicrosoftGraphRecentNotebookLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphRecentNotebookLinks from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphRecentNotebookLinks if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphRecentNotebookLinks.

public MicrosoftGraphExternalLink oneNoteClientUrl()

Get the oneNoteClientUrl property: externalLink.

Returns:

the oneNoteClientUrl value.

public MicrosoftGraphExternalLink oneNoteWebUrl()

Get the oneNoteWebUrl property: externalLink.

Returns:

the oneNoteWebUrl value.

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

public void validate()

Validates the instance.

public MicrosoftGraphRecentNotebookLinks withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: recentNotebookLinks.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphRecentNotebookLinks object itself.

public MicrosoftGraphRecentNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

Parameters:

oneNoteClientUrl - the oneNoteClientUrl value to set.

Returns:

the MicrosoftGraphRecentNotebookLinks object itself.

public MicrosoftGraphRecentNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Parameters:

oneNoteWebUrl - the oneNoteWebUrl value to set.

Returns:

the MicrosoftGraphRecentNotebookLinks object itself.

Applies to