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

MicrosoftGraphOnenotePagePreviewLinks Class

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

Implements

public final class MicrosoftGraphOnenotePagePreviewLinks
implements JsonSerializable<MicrosoftGraphOnenotePagePreviewLinks>

onenotePagePreviewLinks.

Constructor Summary

Constructor Description
MicrosoftGraphOnenotePagePreviewLinks()

Creates an instance of MicrosoftGraphOnenotePagePreviewLinks class.

Method Summary

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

Get the additionalProperties property: onenotePagePreviewLinks.

static MicrosoftGraphOnenotePagePreviewLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphOnenotePagePreviewLinks from the JsonReader.

MicrosoftGraphExternalLink previewImageUrl()

Get the previewImageUrl property: externalLink.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphOnenotePagePreviewLinks withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: onenotePagePreviewLinks.

MicrosoftGraphOnenotePagePreviewLinks withPreviewImageUrl(MicrosoftGraphExternalLink previewImageUrl)

Set the previewImageUrl property: externalLink.

Methods inherited from java.lang.Object

Constructor Details

public MicrosoftGraphOnenotePagePreviewLinks()

Creates an instance of MicrosoftGraphOnenotePagePreviewLinks class.

Method Details

public Map additionalProperties()

Get the additionalProperties property: onenotePagePreviewLinks.

Returns:

the additionalProperties value.

public static MicrosoftGraphOnenotePagePreviewLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphOnenotePagePreviewLinks from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

public MicrosoftGraphExternalLink previewImageUrl()

Get the previewImageUrl property: externalLink.

Returns:

the previewImageUrl value.

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

public void validate()

Validates the instance.

public MicrosoftGraphOnenotePagePreviewLinks withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: onenotePagePreviewLinks.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphOnenotePagePreviewLinks object itself.

public MicrosoftGraphOnenotePagePreviewLinks withPreviewImageUrl(MicrosoftGraphExternalLink previewImageUrl)

Set the previewImageUrl property: externalLink.

Parameters:

previewImageUrl - the previewImageUrl value to set.

Returns:

the MicrosoftGraphOnenotePagePreviewLinks object itself.

Applies to