Class MicrosoftGraphOnenotePagePreviewLinks
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePagePreviewLinks
-
public final class MicrosoftGraphOnenotePagePreviewLinks extends Object
onenotePagePreviewLinks.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnenotePagePreviewLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: onenotePagePreviewLinks.MicrosoftGraphExternalLinkpreviewImageUrl()Get the previewImageUrl property: externalLink.voidvalidate()Validates the instance.MicrosoftGraphOnenotePagePreviewLinkswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: onenotePagePreviewLinks.MicrosoftGraphOnenotePagePreviewLinkswithPreviewImageUrl(MicrosoftGraphExternalLink previewImageUrl)Set the previewImageUrl property: externalLink.
-
-
-
Method Detail
-
previewImageUrl
public MicrosoftGraphExternalLink 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
public Map<String,Object> 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.
-
-