Class MicrosoftGraphThumbnailSet
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphThumbnailSet
thumbnailSet.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphThumbnailSet class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: thumbnailSet.large()Get the large property: thumbnail.medium()Get the medium property: thumbnail.small()Get the small property: thumbnail.source()Get the source property: thumbnail.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: thumbnailSet.Set the id property: Read-only.withLarge(MicrosoftGraphThumbnail large) Set the large property: thumbnail.withMedium(MicrosoftGraphThumbnail medium) Set the medium property: thumbnail.withSmall(MicrosoftGraphThumbnail small) Set the small property: thumbnail.withSource(MicrosoftGraphThumbnail source) Set the source property: thumbnail.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphThumbnailSet
public MicrosoftGraphThumbnailSet()Creates an instance of MicrosoftGraphThumbnailSet class.
-
-
Method Details
-
large
Get the large property: thumbnail.- Returns:
- the large value.
-
withLarge
Set the large property: thumbnail.- Parameters:
large- the large value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
medium
Get the medium property: thumbnail.- Returns:
- the medium value.
-
withMedium
Set the medium property: thumbnail.- Parameters:
medium- the medium value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
small
Get the small property: thumbnail.- Returns:
- the small value.
-
withSmall
Set the small property: thumbnail.- Parameters:
small- the small value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
source
Get the source property: thumbnail.- Returns:
- the source value.
-
withSource
Set the source property: thumbnail.- Parameters:
source- the source value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
additionalProperties
Get the additionalProperties property: thumbnailSet.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: thumbnailSet.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphThumbnailSet 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.
-