Uses of Class
com.amilesend.discogs.model.marketplace.GetInventoryResponse
Packages that use GetInventoryResponse
Package
Description
-
Uses of GetInventoryResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetInventoryResponseModifier and TypeMethodDescriptionMarketplaceApi.getInventory
(@NonNull GetInventoryRequest request) Gets the list of listing for a user's inventory. -
Uses of GetInventoryResponse in com.amilesend.discogs.model.marketplace
Classes in com.amilesend.discogs.model.marketplace with type parameters of type GetInventoryResponseModifier and TypeClassDescriptionstatic class
GetInventoryResponse.GetInventoryResponseBuilder<C extends GetInventoryResponse, B extends GetInventoryResponse.GetInventoryResponseBuilder<C,
B>> Subclasses with type arguments of type GetInventoryResponse in com.amilesend.discogs.model.marketplaceModifier and TypeClassDescriptionclass
Defines the list of a user's inventory.static class
GetInventoryResponse.GetInventoryResponseBuilder<C extends GetInventoryResponse, B extends GetInventoryResponse.GetInventoryResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.marketplace that return types with arguments of type GetInventoryResponse -
Uses of GetInventoryResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetInventoryResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetInventoryResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetInventoryResponse