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
Fields in com.amilesend.onedrive.parse.resource.parser with type parameters of type ThumbnailSetModifier and TypeFieldDescriptionstatic final com.amilesend.client.parse.parser.GsonParser<List<ThumbnailSet>> Parsers.THUMBNAIL_SET_LIST_PARSER -
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