Uses of Class
com.amilesend.onedrive.resource.item.type.ThumbnailSet
Packages that use ThumbnailSet
Package
Description
-
Uses of ThumbnailSet in com.amilesend.onedrive.parse.resource.parser
Methods in com.amilesend.onedrive.parse.resource.parser that return types with arguments of type ThumbnailSetModifier and TypeMethodDescriptionThumbnailSetListParser.ThumbnailSetListResponseBody.getValue()ThumbnailSetListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Method parameters in com.amilesend.onedrive.parse.resource.parser with type arguments of type ThumbnailSetModifier and TypeMethodDescriptionvoidThumbnailSetListParser.ThumbnailSetListResponseBody.setValue(List<ThumbnailSet> value) -
Uses of ThumbnailSet in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return types with arguments of type ThumbnailSetModifier and TypeMethodDescriptionDriveItemType.getThumbnails()Gets the list thumbnails associated with this drive item. -
Uses of ThumbnailSet in com.amilesend.onedrive.resource.identity
Methods in com.amilesend.onedrive.resource.identity that return ThumbnailSetModifier and TypeMethodDescriptionIdentity.getThumbnails()Thumbnails associated with the identity.Methods in com.amilesend.onedrive.resource.identity with parameters of type ThumbnailSetModifier and TypeMethodDescriptionIdentity.IdentityBuilder.thumbnails(ThumbnailSet thumbnails) Thumbnails associated with the identity. -
Uses of ThumbnailSet in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return types with arguments of type ThumbnailSetModifier and TypeMethodDescriptionDriveItem.getThumbnails()Fetches the list of thumbnail sets associated with thisDriveItem. -
Uses of ThumbnailSet in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return ThumbnailSet