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