Class MicrosoftGraphProfilePhoto
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProfilePhoto
profilePhoto.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphProfilePhoto class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: profilePhoto.height()Get the height property: The height of the photo.voidvalidate()Validates the instance.width()Get the width property: The width of the photo.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: profilePhoto.withHeight(Integer height) Set the height property: The height of the photo.Set the id property: Read-only.Set the width property: The width of the photo.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphProfilePhoto
public MicrosoftGraphProfilePhoto()Creates an instance of MicrosoftGraphProfilePhoto class.
-
-
Method Details
-
height
Get the height property: The height of the photo. Read-only.- Returns:
- the height value.
-
withHeight
Set the height property: The height of the photo. Read-only.- Parameters:
height- the height value to set.- Returns:
- the MicrosoftGraphProfilePhoto object itself.
-
width
Get the width property: The width of the photo. Read-only.- Returns:
- the width value.
-
withWidth
Set the width property: The width of the photo. Read-only.- Parameters:
width- the width value to set.- Returns:
- the MicrosoftGraphProfilePhoto object itself.
-
additionalProperties
Get the additionalProperties property: profilePhoto.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: profilePhoto.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphProfilePhoto object itself.
-
withId
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.
-