Package com.amilesend.discogs.model.marketplace
package com.amilesend.discogs.model.marketplace
-
ClassDescriptionDescribes a request to add a message to an order.The response whe adding a message to an order.AddOrderMessageResponse.AddOrderMessageResponseBuilder<C extends AddOrderMessageResponse, B extends AddOrderMessageResponse.AddOrderMessageResponseBuilder<C,
B>> The request to create a new listing.CreateListingRequest.CreateListingRequestBuilder<C extends CreateListingRequest, B extends CreateListingRequest.CreateListingRequestBuilder<C,B>> Describes the response upon successful creation of a new listing.The request to deleting a listing.The request to get the fee for a given price.The response when getting the fee for selling an item.GetFeeResponse.GetFeeResponseBuilder<C extends GetFeeResponse, B extends GetFeeResponse.GetFeeResponseBuilder<C,B>> The request to retrieve the paginated list of inventory for a sellerGetInventoryRequest.GetInventoryRequestBuilder<C extends GetInventoryRequest, B extends GetInventoryRequest.GetInventoryRequestBuilder<C,B>> Defines the supported attributes to sort on for requests.Defines the list of a user's inventory.GetInventoryResponse.GetInventoryResponseBuilder<C extends GetInventoryResponse, B extends GetInventoryResponse.GetInventoryResponseBuilder<C,B>> The request to retrieve a specific listing.Describes the response when getting a listing.GetListingResponse.GetListingResponseBuilder<C extends GetListingResponse, B extends GetListingResponse.GetListingResponseBuilder<C,B>> Describes the request to retrieve a paginated list of messages associated with a specific order.GetOrderMessagesRequest.GetOrderMessagesRequestBuilder<C extends GetOrderMessagesRequest, B extends GetOrderMessagesRequest.GetOrderMessagesRequestBuilder<C,B>> Defines the list of messages associated with an order.GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C extends GetOrderMessagesResponse, B extends GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C,B>> The request to get an order.The response when getting an order.GetOrderResponse.GetOrderResponseBuilder<C extends GetOrderResponse, B extends GetOrderResponse.GetOrderResponseBuilder<C,B>> The request to retrieve the paginated list of orders for a user.GetOrdersRequest.GetOrdersRequestBuilder<C extends GetOrdersRequest, B extends GetOrdersRequest.GetOrdersRequestBuilder<C,B>> Describes the sort options for requesting a list of orders.Defines the list of a user's orders.GetOrdersResponse.GetOrdersResponseBuilder<C extends GetOrdersResponse, B extends GetOrdersResponse.GetOrdersResponseBuilder<C,B>> The request to retrieve a map of prices suggestions for a release.The response that encapsulates a map of condition to prices.The request to fetch release statistics for a given release.Describes the response for the sales statistics for a given release.The request to update an existing listing.UpdateListingRequest.UpdateListingRequestBuilder<C extends UpdateListingRequest, B extends UpdateListingRequest.UpdateListingRequestBuilder<C,B>> The request to update an order.The response when updating an order.UpdateOrderResponse.UpdateOrderResponseBuilder<C extends UpdateOrderResponse, B extends UpdateOrderResponse.UpdateOrderResponseBuilder<C,B>>