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.MicrosoftGraphThumbnail
large()
Get the large property: thumbnail.MicrosoftGraphThumbnail
medium()
Get the medium property: thumbnail.MicrosoftGraphThumbnail
small()
Get the small property: thumbnail.MicrosoftGraphThumbnail
source()
Get the source property: thumbnail.void
validate()
Validates the instance.MicrosoftGraphThumbnailSet
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: thumbnailSet.MicrosoftGraphThumbnailSet
withId(String id)
Set the id property: Read-only.MicrosoftGraphThumbnailSet
withLarge(MicrosoftGraphThumbnail large)
Set the large property: thumbnail.MicrosoftGraphThumbnailSet
withMedium(MicrosoftGraphThumbnail medium)
Set the medium property: thumbnail.MicrosoftGraphThumbnailSet
withSmall(MicrosoftGraphThumbnail small)
Set the small property: thumbnail.MicrosoftGraphThumbnailSet
withSource(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:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphThumbnailSet withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: thumbnailSet.- Overrides:
withAdditionalProperties
in 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:
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.
-
-