Class MicrosoftGraphThumbnailSet
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphThumbnailSet
-
public final class MicrosoftGraphThumbnailSet extends MicrosoftGraphEntity
thumbnailSet.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphThumbnailSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: thumbnailSet.MicrosoftGraphThumbnaillarge()Get the large property: thumbnail.MicrosoftGraphThumbnailmedium()Get the medium property: thumbnail.MicrosoftGraphThumbnailsmall()Get the small property: thumbnail.MicrosoftGraphThumbnailsource()Get the source property: thumbnail.voidvalidate()Validates the instance.MicrosoftGraphThumbnailSetwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: thumbnailSet.MicrosoftGraphThumbnailSetwithId(String id)Set the id property: Read-only.MicrosoftGraphThumbnailSetwithLarge(MicrosoftGraphThumbnail large)Set the large property: thumbnail.MicrosoftGraphThumbnailSetwithMedium(MicrosoftGraphThumbnail medium)Set the medium property: thumbnail.MicrosoftGraphThumbnailSetwithSmall(MicrosoftGraphThumbnail small)Set the small property: thumbnail.MicrosoftGraphThumbnailSetwithSource(MicrosoftGraphThumbnail source)Set the source property: thumbnail.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
large
public MicrosoftGraphThumbnail large()
Get the large property: thumbnail.- Returns:
- the large value.
-
withLarge
public MicrosoftGraphThumbnailSet withLarge(MicrosoftGraphThumbnail large)
Set the large property: thumbnail.- Parameters:
large- the large value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
medium
public MicrosoftGraphThumbnail medium()
Get the medium property: thumbnail.- Returns:
- the medium value.
-
withMedium
public MicrosoftGraphThumbnailSet withMedium(MicrosoftGraphThumbnail medium)
Set the medium property: thumbnail.- Parameters:
medium- the medium value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
small
public MicrosoftGraphThumbnail small()
Get the small property: thumbnail.- Returns:
- the small value.
-
withSmall
public MicrosoftGraphThumbnailSet withSmall(MicrosoftGraphThumbnail small)
Set the small property: thumbnail.- Parameters:
small- the small value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
source
public MicrosoftGraphThumbnail source()
Get the source property: thumbnail.- Returns:
- the source value.
-
withSource
public MicrosoftGraphThumbnailSet withSource(MicrosoftGraphThumbnail source)
Set the source property: thumbnail.- Parameters:
source- the source value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: thumbnailSet.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphThumbnailSet withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: thumbnailSet.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphThumbnailSet object itself.
-
withId
public MicrosoftGraphThumbnailSet 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.
-
-