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 MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: thumbnailSet.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withId(String id)Set the id property: Read-only.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withLarge(MicrosoftGraphThumbnail large)Set the large property: thumbnail.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withMedium(MicrosoftGraphThumbnail medium)Set the medium property: thumbnail.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withSmall(MicrosoftGraphThumbnail small)Set the small property: thumbnail.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. 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 MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withThumbnails(List<MicrosoftGraphThumbnailSet> thumbnails)Set the thumbnails property: Collection containing [ThumbnailSet][] objects associated with the item.
-