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