Uses of Class
com.amilesend.discogs.model.inventory.GetUploadsResponse
Packages that use GetUploadsResponse
Package
Description
-
Uses of GetUploadsResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetUploadsResponseModifier and TypeMethodDescriptionInventoryUploadApi.getUploads
(@NonNull GetUploadsRequest request) Gets the paginated list of uploads. -
Uses of GetUploadsResponse in com.amilesend.discogs.model.inventory
Classes in com.amilesend.discogs.model.inventory with type parameters of type GetUploadsResponseModifier and TypeClassDescriptionstatic class
GetUploadsResponse.GetUploadsResponseBuilder<C extends GetUploadsResponse, B extends GetUploadsResponse.GetUploadsResponseBuilder<C,
B>> Subclasses with type arguments of type GetUploadsResponse in com.amilesend.discogs.model.inventoryModifier and TypeClassDescriptionclass
The paginated list of uploads.static class
GetUploadsResponse.GetUploadsResponseBuilder<C extends GetUploadsResponse, B extends GetUploadsResponse.GetUploadsResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.inventory that return types with arguments of type GetUploadsResponse -
Uses of GetUploadsResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetUploadsResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetUploadsResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetUploadsResponse