MicrosoftGraphImage Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphImage
- com.
Implements
public final class MicrosoftGraphImage
implements JsonSerializable<MicrosoftGraphImage>
image.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphImage() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Integer |
height()
Get the height property: Optional. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Integer |
width()
Get the width property: Optional. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withHeight(Integer height)
Set the height property: Optional. |
Microsoft |
withWidth(Integer width)
Set the width property: Optional. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphImage
public MicrosoftGraphImage()
Creates an instance of MicrosoftGraphImage class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: image.
Returns:
fromJson
public static MicrosoftGraphImage fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphImage from the JsonReader.
Parameters:
Returns:
Throws:
height
public Integer height()
Get the height property: Optional. Height of the image, in pixels. Read-only.
Returns:
toJson
validate
public void validate()
Validates the instance.
width
public Integer width()
Get the width property: Optional. Width of the image, in pixels. Read-only.
Returns:
withAdditionalProperties
public MicrosoftGraphImage withAdditionalProperties(Map
Set the additionalProperties property: image.
Parameters:
Returns:
withHeight
public MicrosoftGraphImage withHeight(Integer height)
Set the height property: Optional. Height of the image, in pixels. Read-only.
Parameters:
Returns:
withWidth
public MicrosoftGraphImage withWidth(Integer width)
Set the width property: Optional. Width of the image, in pixels. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java