Class MicrosoftGraphProfilePhotoInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProfilePhotoInner
-
public final class MicrosoftGraphProfilePhotoInner extends MicrosoftGraphEntity
profilePhoto.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphProfilePhotoInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: profilePhoto.Integer
height()
Get the height property: The height of the photo.void
validate()
Validates the instance.Integer
width()
Get the width property: The width of the photo.MicrosoftGraphProfilePhotoInner
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: profilePhoto.MicrosoftGraphProfilePhotoInner
withHeight(Integer height)
Set the height property: The height of the photo.MicrosoftGraphProfilePhotoInner
withId(String id)
Set the id property: Read-only.MicrosoftGraphProfilePhotoInner
withWidth(Integer width)
Set the width property: The width of the photo.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
height
public Integer height()
Get the height property: The height of the photo. Read-only.- Returns:
- the height value.
-
withHeight
public MicrosoftGraphProfilePhotoInner withHeight(Integer height)
Set the height property: The height of the photo. Read-only.- Parameters:
height
- the height value to set.- Returns:
- the MicrosoftGraphProfilePhotoInner object itself.
-
width
public Integer width()
Get the width property: The width of the photo. Read-only.- Returns:
- the width value.
-
withWidth
public MicrosoftGraphProfilePhotoInner withWidth(Integer width)
Set the width property: The width of the photo. Read-only.- Parameters:
width
- the width value to set.- Returns:
- the MicrosoftGraphProfilePhotoInner object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: profilePhoto.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphProfilePhotoInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: profilePhoto.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphProfilePhotoInner object itself.
-
withId
public MicrosoftGraphProfilePhotoInner withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-