Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphThumbnailSet
-
Packages that use MicrosoftGraphThumbnailSet Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphThumbnailSet in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphThumbnailSet Modifier and Type Method Description MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: thumbnailSet.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withId(String id)
Set the id property: Read-only.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withLarge(MicrosoftGraphThumbnail large)
Set the large property: thumbnail.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withMedium(MicrosoftGraphThumbnail medium)
Set the medium property: thumbnail.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withSmall(MicrosoftGraphThumbnail small)
Set the small property: thumbnail.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withSource(MicrosoftGraphThumbnail source)
Set the source property: thumbnail.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphThumbnailSet Modifier and Type Method Description List<MicrosoftGraphThumbnailSet>
MicrosoftGraphDriveItem. thumbnails()
Get the thumbnails property: Collection containing [ThumbnailSet][] objects associated with the item.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphThumbnailSet Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withThumbnails(List<MicrosoftGraphThumbnailSet> thumbnails)
Set the thumbnails property: Collection containing [ThumbnailSet][] objects associated with the item.
-