Class UpdateOrderResponse.UpdateOrderResponseBuilder<C extends UpdateOrderResponse, B extends UpdateOrderResponse.UpdateOrderResponseBuilder<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>
com.amilesend.discogs.model.marketplace.UpdateOrderResponse.UpdateOrderResponseBuilder<C,B>
- Enclosing class:
UpdateOrderResponse
public abstract static class UpdateOrderResponse.UpdateOrderResponseBuilder<C extends UpdateOrderResponse, B extends UpdateOrderResponse.UpdateOrderResponseBuilder<C,B>>
extends Order.OrderBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Order.OrderBuilder
additionalInstructions, archived, buyer, created, fee, items, lastActivity, messagesUrl, nextStatus, seller, shipping, shippingAddress, status, total, uriModifier and TypeMethodDescriptionadditionalInstructions(String additionalInstructions) Additional instructions provided by the buyer.Archived order flag indicator.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.The total order amount.The website URI.Methods inherited from class Resource.ResourceBuilder
id, resourceUrl
-
Constructor Details
-
UpdateOrderResponseBuilder
public UpdateOrderResponseBuilder()
-
-
Method Details
-
build
- Specified by:
buildin classOrder.OrderBuilder<C extends UpdateOrderResponse, B extends UpdateOrderResponse.UpdateOrderResponseBuilder<C,B>>
-
toString
- Overrides:
toStringin classOrder.OrderBuilder<C extends UpdateOrderResponse, B extends UpdateOrderResponse.UpdateOrderResponseBuilder<C,B>>
-