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.Integerheight()Get the height property: The height of the photo.voidvalidate()Validates the instance.Integerwidth()Get the width property: The width of the photo.MicrosoftGraphProfilePhotoInnerwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: profilePhoto.MicrosoftGraphProfilePhotoInnerwithHeight(Integer height)Set the height property: The height of the photo.MicrosoftGraphProfilePhotoInnerwithId(String id)Set the id property: Read-only.MicrosoftGraphProfilePhotoInnerwithWidth(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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphProfilePhotoInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: profilePhoto.- Overrides:
withAdditionalPropertiesin 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:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-