Class MicrosoftGraphImageInfo

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

public final class MicrosoftGraphImageInfo extends Object
imageInfo.
  • Constructor Details

    • MicrosoftGraphImageInfo

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

    • addImageQuery

      public Boolean addImageQuery()
      Get the addImageQuery property: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image.
      Returns:
      the addImageQuery value.
    • withAddImageQuery

      public MicrosoftGraphImageInfo withAddImageQuery(Boolean addImageQuery)
      Set the addImageQuery property: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image.
      Parameters:
      addImageQuery - the addImageQuery value to set.
      Returns:
      the MicrosoftGraphImageInfo object itself.
    • alternateText

      public String alternateText()
      Get the alternateText property: Optional; alt-text accessible content for the image.
      Returns:
      the alternateText value.
    • withAlternateText

      public MicrosoftGraphImageInfo withAlternateText(String alternateText)
      Set the alternateText property: Optional; alt-text accessible content for the image.
      Parameters:
      alternateText - the alternateText value to set.
      Returns:
      the MicrosoftGraphImageInfo object itself.
    • alternativeText

      public String alternativeText()
      Get the alternativeText property: The alternativeText property.
      Returns:
      the alternativeText value.
    • withAlternativeText

      public MicrosoftGraphImageInfo withAlternativeText(String alternativeText)
      Set the alternativeText property: The alternativeText property.
      Parameters:
      alternativeText - the alternativeText value to set.
      Returns:
      the MicrosoftGraphImageInfo object itself.
    • iconUrl

      public String iconUrl()
      Get the iconUrl property: Optional; URI that points to an icon which represents the application used to generate the activity.
      Returns:
      the iconUrl value.
    • withIconUrl

      public MicrosoftGraphImageInfo withIconUrl(String iconUrl)
      Set the iconUrl property: Optional; URI that points to an icon which represents the application used to generate the activity.
      Parameters:
      iconUrl - the iconUrl value to set.
      Returns:
      the MicrosoftGraphImageInfo object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: imageInfo.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphImageInfo withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: imageInfo.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphImageInfo object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.