Class Order
java.lang.Object
com.amilesend.discogs.model.Resource<String,Order>
com.amilesend.discogs.model.marketplace.type.Order
- Direct Known Subclasses:
GetOrderResponse, UpdateOrderResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOrder.OrderBuilder<C extends Order, B extends Order.OrderBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic Order.OrderBuilder<?, ?> builder()Additional instructions provided by the buyer.Archived order flag indicator.getBuyer()The buyer information.The order creation timestamp.getFee()The order fee.getItems()The list of items that were ordered.The last updated timestamp.The URL for messages related to the order.The list of remaining order status values for the order.The seller information.The shipping charge information.The shipping address.The order status.getTotal()The total order amount.getUri()The website URI.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getMessagesUrl
The URL for messages related to the order. -
getUri
The website URI. -
getStatus
-
getNextStatus
The list of remaining order status values for the order.- See Also:
-
getFee
-
getCreated
The order creation timestamp. -
getItems
-
getShipping
-
getShippingAddress
The shipping address. -
getAdditionalInstructions
Additional instructions provided by the buyer. -
getArchived
Archived order flag indicator. -
getSeller
-
getLastActivity
The last updated timestamp. -
getBuyer
-
getTotal
-
toString
-