MicrosoftGraphImageInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphImageInfo
- com.
Implements
public final class MicrosoftGraphImageInfo
implements JsonSerializable<MicrosoftGraphImageInfo>
imageInfo.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphImageInfo() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
addImageQuery()
Get the add |
Map<String,Object> |
additionalProperties()
Get the additional |
String |
alternateText()
Get the alternate |
String |
alternativeText()
Get the alternative |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
iconUrl()
Get the icon |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAddImageQuery(Boolean addImageQuery)
Set the add |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAlternateText(String alternateText)
Set the alternate |
Microsoft |
withAlternativeText(String alternativeText)
Set the alternative |
Microsoft |
withIconUrl(String iconUrl)
Set the icon |
Methods inherited from java.lang.Object
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 \u2013 a high contrast image.
Returns:
additionalProperties
public Map
Get the additionalProperties property: imageInfo.
Returns:
alternateText
public String alternateText()
Get the alternateText property: Optional; alt-text accessible content for the image.
Returns:
alternativeText
public String alternativeText()
Get the alternativeText property: The alternativeText property.
Returns:
fromJson
public static MicrosoftGraphImageInfo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphImageInfo from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
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 \u2013 a high contrast image.
Parameters:
Returns:
withAdditionalProperties
public MicrosoftGraphImageInfo withAdditionalProperties(Map
Set the additionalProperties property: imageInfo.
Parameters:
Returns:
withAlternateText
public MicrosoftGraphImageInfo withAlternateText(String alternateText)
Set the alternateText property: Optional; alt-text accessible content for the image.
Parameters:
Returns:
withAlternativeText
public MicrosoftGraphImageInfo withAlternativeText(String alternativeText)
Set the alternativeText property: The alternativeText property.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java