Class MicrosoftGraphOnenotePagePreviewLinks
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePagePreviewLinks
onenotePagePreviewLinks.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOnenotePagePreviewLinks class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: onenotePagePreviewLinks.Get the previewImageUrl property: externalLink.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenotePagePreviewLinks.withPreviewImageUrl(MicrosoftGraphExternalLink previewImageUrl) Set the previewImageUrl property: externalLink.
-
Constructor Details
-
MicrosoftGraphOnenotePagePreviewLinks
public MicrosoftGraphOnenotePagePreviewLinks()Creates an instance of MicrosoftGraphOnenotePagePreviewLinks class.
-
-
Method Details
-
previewImageUrl
Get the previewImageUrl property: externalLink.- Returns:
- the previewImageUrl value.
-
withPreviewImageUrl
public MicrosoftGraphOnenotePagePreviewLinks withPreviewImageUrl(MicrosoftGraphExternalLink previewImageUrl) Set the previewImageUrl property: externalLink.- Parameters:
previewImageUrl- the previewImageUrl value to set.- Returns:
- the MicrosoftGraphOnenotePagePreviewLinks object itself.
-
additionalProperties
Get the additionalProperties property: onenotePagePreviewLinks.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOnenotePagePreviewLinks withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenotePagePreviewLinks.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOnenotePagePreviewLinks object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-