Class MicrosoftGraphImageInfo
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImageInfo
imageInfo.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphImageInfo class. -
Method Summary
Modifier and TypeMethodDescriptionGet the addImageQuery property: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization.Get the additionalProperties property: imageInfo.Get the alternateText property: Optional; alt-text accessible content for the image.Get the alternativeText property: The alternativeText property.iconUrl()Get the iconUrl property: Optional; URI that points to an icon which represents the application used to generate the activity.voidvalidate()Validates the instance.withAddImageQuery(Boolean addImageQuery) Set the addImageQuery property: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: imageInfo.withAlternateText(String alternateText) Set the alternateText property: Optional; alt-text accessible content for the image.withAlternativeText(String alternativeText) Set the alternativeText property: The alternativeText property.withIconUrl(String iconUrl) Set the iconUrl property: Optional; URI that points to an icon which represents the application used to generate the activity.
-
Constructor Details
-
MicrosoftGraphImageInfo
public MicrosoftGraphImageInfo()Creates an instance of MicrosoftGraphImageInfo class.
-
-
Method Details
-
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
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
Get the alternateText property: Optional; alt-text accessible content for the image.- Returns:
- the alternateText value.
-
withAlternateText
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
Get the alternativeText property: The alternativeText property.- Returns:
- the alternativeText value.
-
withAlternativeText
Set the alternativeText property: The alternativeText property.- Parameters:
alternativeText- the alternativeText value to set.- Returns:
- the MicrosoftGraphImageInfo object itself.
-
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
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
Get the additionalProperties property: imageInfo.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-