Class ImageInfo

java.lang.Object
com.microsoft.graph.models.ImageInfo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ImageInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Image Info.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • addImageQuery

      @SerializedName(value="addImageQuery", alternate="AddImageQuery") @Expose @Nullable public Boolean addImageQuery
      The Add Image Query. Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
    • alternateText

      @SerializedName(value="alternateText", alternate="AlternateText") @Expose @Nullable public String alternateText
      The Alternate Text. Optional; alt-text accessible content for the image
    • alternativeText

      @SerializedName(value="alternativeText", alternate="AlternativeText") @Expose @Nullable public String alternativeText
      The Alternative Text.
    • iconUrl

      @SerializedName(value="iconUrl", alternate="IconUrl") @Expose @Nullable public String iconUrl
      The Icon Url. Optional; URI that points to an icon which represents the application used to generate the activity
  • Constructor Details

    • ImageInfo

      public ImageInfo()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to