Class MicrosoftGraphImage
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImage
-
public final class MicrosoftGraphImage extends Object
image.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: image.Integerheight()Get the height property: Optional.voidvalidate()Validates the instance.Integerwidth()Get the width property: Optional.MicrosoftGraphImagewithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: image.MicrosoftGraphImagewithHeight(Integer height)Set the height property: Optional.MicrosoftGraphImagewithWidth(Integer width)Set the width property: Optional.
-
-
-
Method Detail
-
height
public Integer height()
Get the height property: Optional. Height of the image, in pixels. Read-only.- Returns:
- the height value.
-
withHeight
public MicrosoftGraphImage withHeight(Integer height)
Set the height property: Optional. Height of the image, in pixels. Read-only.- Parameters:
height- the height value to set.- Returns:
- the MicrosoftGraphImage object itself.
-
width
public Integer width()
Get the width property: Optional. Width of the image, in pixels. Read-only.- Returns:
- the width value.
-
withWidth
public MicrosoftGraphImage withWidth(Integer width)
Set the width property: Optional. Width of the image, in pixels. Read-only.- Parameters:
width- the width value to set.- Returns:
- the MicrosoftGraphImage object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: image.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphImage withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: image.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphImage object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-