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

MicrosoftGraphPageLinks Class

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

Implements

public final class MicrosoftGraphPageLinks
implements JsonSerializable<MicrosoftGraphPageLinks>

pageLinks.

Constructor Summary

Constructor Description
MicrosoftGraphPageLinks()

Creates an instance of MicrosoftGraphPageLinks class.

Method Summary

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

Get the additionalProperties property: pageLinks.

static MicrosoftGraphPageLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPageLinks 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.

MicrosoftGraphPageLinks withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: pageLinks.

MicrosoftGraphPageLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

MicrosoftGraphPageLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Methods inherited from java.lang.Object

Constructor Details

public MicrosoftGraphPageLinks()

Creates an instance of MicrosoftGraphPageLinks class.

Method Details

public Map additionalProperties()

Get the additionalProperties property: pageLinks.

Returns:

the additionalProperties value.

public static MicrosoftGraphPageLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPageLinks from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphPageLinks 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 MicrosoftGraphPageLinks.

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 MicrosoftGraphPageLinks withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: pageLinks.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPageLinks object itself.

public MicrosoftGraphPageLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

Parameters:

oneNoteClientUrl - the oneNoteClientUrl value to set.

Returns:

the MicrosoftGraphPageLinks object itself.

public MicrosoftGraphPageLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Parameters:

oneNoteWebUrl - the oneNoteWebUrl value to set.

Returns:

the MicrosoftGraphPageLinks object itself.

Applies to