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