Class MicrosoftGraphOnenotePagePreview
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePagePreview
-
public final class MicrosoftGraphOnenotePagePreview extends Object
onenotePagePreview.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnenotePagePreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: onenotePagePreview.MicrosoftGraphOnenotePagePreviewLinkslinks()Get the links property: onenotePagePreviewLinks.StringpreviewText()Get the previewText property: The previewText property.voidvalidate()Validates the instance.MicrosoftGraphOnenotePagePreviewwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: onenotePagePreview.MicrosoftGraphOnenotePagePreviewwithLinks(MicrosoftGraphOnenotePagePreviewLinks links)Set the links property: onenotePagePreviewLinks.MicrosoftGraphOnenotePagePreviewwithPreviewText(String previewText)Set the previewText property: The previewText property.
-
-
-
Method Detail
-
links
public MicrosoftGraphOnenotePagePreviewLinks links()
Get the links property: onenotePagePreviewLinks.- Returns:
- the links value.
-
withLinks
public MicrosoftGraphOnenotePagePreview withLinks(MicrosoftGraphOnenotePagePreviewLinks links)
Set the links property: onenotePagePreviewLinks.- Parameters:
links- the links value to set.- Returns:
- the MicrosoftGraphOnenotePagePreview object itself.
-
previewText
public String previewText()
Get the previewText property: The previewText property.- Returns:
- the previewText value.
-
withPreviewText
public MicrosoftGraphOnenotePagePreview withPreviewText(String previewText)
Set the previewText property: The previewText property.- Parameters:
previewText- the previewText value to set.- Returns:
- the MicrosoftGraphOnenotePagePreview object itself.
-
additionalProperties
public Map<String,Object> 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.
-
-