Uses of Class
com.amilesend.discogs.model.inventory.GetExportsResponse
Packages that use GetExportsResponse
Package
Description
-
Uses of GetExportsResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetExportsResponseModifier and TypeMethodDescriptionInventoryExportApi.getExports
(@NonNull GetExportsRequest request) Gets the paginated list of recent exports. -
Uses of GetExportsResponse in com.amilesend.discogs.model.inventory
Classes in com.amilesend.discogs.model.inventory with type parameters of type GetExportsResponseModifier and TypeClassDescriptionstatic class
GetExportsResponse.GetExportsResponseBuilder<C extends GetExportsResponse, B extends GetExportsResponse.GetExportsResponseBuilder<C,
B>> Subclasses with type arguments of type GetExportsResponse in com.amilesend.discogs.model.inventoryModifier and TypeClassDescriptionclass
The paginated list of exports.static class
GetExportsResponse.GetExportsResponseBuilder<C extends GetExportsResponse, B extends GetExportsResponse.GetExportsResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.inventory that return types with arguments of type GetExportsResponse -
Uses of GetExportsResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetExportsResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetExportsResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetExportsResponse