Class MicrosoftGraphOnenotePagePreviewLinks

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

public final class MicrosoftGraphOnenotePagePreviewLinks extends Object
onenotePagePreviewLinks.
  • Constructor Details

    • MicrosoftGraphOnenotePagePreviewLinks

      public MicrosoftGraphOnenotePagePreviewLinks()
      Creates an instance of MicrosoftGraphOnenotePagePreviewLinks class.
  • Method Details

    • 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.