Package com.microsoft.graph.models
Class ImageInfo
java.lang.Object
com.microsoft.graph.models.ImageInfo
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Image Info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Add Image Query.The Alternate Text.The Alternative Text.The Icon Url.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
addImageQuery
@SerializedName(value="addImageQuery", alternate="AddImageQuery") @Expose @Nullable public Boolean addImageQueryThe 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 alternateTextThe Alternate Text. Optional; alt-text accessible content for the image -
alternativeText
@SerializedName(value="alternativeText", alternate="AlternativeText") @Expose @Nullable public String alternativeTextThe Alternative Text. -
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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-