Uses of Class
com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
Packages that use GetOrderMessagesResponse
Package
Description
-
Uses of GetOrderMessagesResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetOrderMessagesResponseModifier and TypeMethodDescriptionMarketplaceApi.getOrderMessages
(@NonNull GetOrderMessagesRequest request) Gets the paginated list of messages associated with an order. -
Uses of GetOrderMessagesResponse in com.amilesend.discogs.model.marketplace
Classes in com.amilesend.discogs.model.marketplace with type parameters of type GetOrderMessagesResponseModifier and TypeClassDescriptionstatic class
GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C extends GetOrderMessagesResponse, B extends GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C,
B>> Subclasses with type arguments of type GetOrderMessagesResponse in com.amilesend.discogs.model.marketplaceModifier and TypeClassDescriptionclass
Defines the list of messages associated with an order.static class
GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C extends GetOrderMessagesResponse, B extends GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.marketplace that return types with arguments of type GetOrderMessagesResponse -
Uses of GetOrderMessagesResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetOrderMessagesResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetOrderMessagesResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetOrderMessagesResponse