| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
OrderItem |
OrderItem.withASIN(String asin)
Set the value of ASIN, return this.
|
OrderItem |
OrderItem.withCODFee(Money codFee)
Set the value of CODFee, return this.
|
OrderItem |
OrderItem.withCODFeeDiscount(Money codFeeDiscount)
Set the value of CODFeeDiscount, return this.
|
OrderItem |
OrderItem.withConditionId(String conditionId)
Set the value of ConditionId, return this.
|
OrderItem |
OrderItem.withConditionNote(String conditionNote)
Set the value of ConditionNote, return this.
|
OrderItem |
OrderItem.withConditionSubtypeId(String conditionSubtypeId)
Set the value of ConditionSubtypeId, return this.
|
OrderItem |
OrderItem.withGiftMessageText(String giftMessageText)
Set the value of GiftMessageText, return this.
|
OrderItem |
OrderItem.withGiftWrapLevel(String giftWrapLevel)
Set the value of GiftWrapLevel, return this.
|
OrderItem |
OrderItem.withGiftWrapPrice(Money giftWrapPrice)
Set the value of GiftWrapPrice, return this.
|
OrderItem |
OrderItem.withGiftWrapTax(Money giftWrapTax)
Set the value of GiftWrapTax, return this.
|
OrderItem |
OrderItem.withInvoiceData(InvoiceData invoiceData)
Set the value of InvoiceData, return this.
|
OrderItem |
OrderItem.withItemPrice(Money itemPrice)
Set the value of ItemPrice, return this.
|
OrderItem |
OrderItem.withItemTax(Money itemTax)
Set the value of ItemTax, return this.
|
OrderItem |
OrderItem.withOrderItemId(String orderItemId)
Set the value of OrderItemId, return this.
|
OrderItem |
OrderItem.withPromotionDiscount(Money promotionDiscount)
Set the value of PromotionDiscount, return this.
|
OrderItem |
OrderItem.withPromotionIds(String... values)
Add values for PromotionIds, return this.
|
OrderItem |
OrderItem.withQuantityOrdered(int quantityOrdered)
Set the value of QuantityOrdered, return this.
|
OrderItem |
OrderItem.withQuantityShipped(Integer quantityShipped)
Set the value of QuantityShipped, return this.
|
OrderItem |
OrderItem.withScheduledDeliveryEndDate(String scheduledDeliveryEndDate)
Set the value of ScheduledDeliveryEndDate, return this.
|
OrderItem |
OrderItem.withScheduledDeliveryStartDate(String scheduledDeliveryStartDate)
Set the value of ScheduledDeliveryStartDate, return this.
|
OrderItem |
OrderItem.withSellerSKU(String sellerSKU)
Set the value of SellerSKU, return this.
|
OrderItem |
OrderItem.withShippingDiscount(Money shippingDiscount)
Set the value of ShippingDiscount, return this.
|
OrderItem |
OrderItem.withShippingPrice(Money shippingPrice)
Set the value of ShippingPrice, return this.
|
OrderItem |
OrderItem.withShippingTax(Money shippingTax)
Set the value of ShippingTax, return this.
|
OrderItem |
OrderItem.withTitle(String title)
Set the value of Title, return this.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderItem> |
ListOrderItemsResult.getOrderItems()
Get the value of OrderItems.
|
List<OrderItem> |
ListOrderItemsByNextTokenResult.getOrderItems()
Get the value of OrderItems.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrderItemsResult |
ListOrderItemsResult.withOrderItems(OrderItem... values)
Add values for OrderItems, return this.
|
ListOrderItemsByNextTokenResult |
ListOrderItemsByNextTokenResult.withOrderItems(OrderItem... values)
Add values for OrderItems, return this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrderItemsResult.setOrderItems(List<OrderItem> orderItems)
Set the value of OrderItems.
|
void |
ListOrderItemsByNextTokenResult.setOrderItems(List<OrderItem> orderItems)
Set the value of OrderItems.
|
| Constructor and Description |
|---|
ListOrderItemsByNextTokenResult(String nextToken,
String amazonOrderId,
List<OrderItem> orderItems)
Value constructor.
|
ListOrderItemsResult(String nextToken,
String amazonOrderId,
List<OrderItem> orderItems)
Value constructor.
|
Copyright © 2014. All Rights Reserved.