Class Order.OrderBuilder<C extends Order, B extends Order.OrderBuilder<C,B> >
java.lang.Object
com.amilesend.discogs.model.Resource.ResourceBuilder<String,Order,C,B>
com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder<C,B>
- Direct Known Subclasses:
GetOrderResponse.GetOrderResponseBuilder, UpdateOrderResponse.UpdateOrderResponseBuilder
- Enclosing class:
Order
public abstract static class Order.OrderBuilder<C extends Order, B extends Order.OrderBuilder<C,B>>
extends Resource.ResourceBuilder<String,Order,C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalInstructions(String additionalInstructions) Additional instructions provided by the buyer.Archived order flag indicator.abstract Cbuild()The buyer information.created(LocalDateTime created) The order creation timestamp.The order fee.The list of items that were ordered.lastActivity(LocalDateTime lastActivity) The last updated timestamp.messagesUrl(String messagesUrl) The URL for messages related to the order.nextStatus(List<OrderStatus> nextStatus) The list of remaining order status values for the order.The seller information.shipping(ShippingChargeAmount shipping) The shipping charge information.shippingAddress(String shippingAddress) The shipping address.status(OrderStatus status) The order status.toString()The total order amount.The website URI.Methods inherited from class Resource.ResourceBuilder
id, resourceUrl
-
Constructor Details
-
OrderBuilder
public OrderBuilder()
-
-
Method Details
-
messagesUrl
-
uri
-
status
-
nextStatus
The list of remaining order status values for the order.- Returns:
this.- See Also:
-
fee
-
created
-
items
-
shipping
The shipping charge information.- Returns:
this.- See Also:
-
shippingAddress
-
additionalInstructions
-
archived
-
seller
-
lastActivity
-
buyer
-
total
-
build
-
toString
-