Class MicrosoftGraphOnenotePagePreview

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePagePreview

public final class MicrosoftGraphOnenotePagePreview extends Object
onenotePagePreview.
  • 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

      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.