| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.withAmazonOrderId(String amazonOrderId)
Set the value of AmazonOrderId, return this.
|
Order |
Order.withBuyerEmail(String buyerEmail)
Set the value of BuyerEmail, return this.
|
Order |
Order.withBuyerName(String buyerName)
Set the value of BuyerName, return this.
|
Order |
Order.withCbaDisplayableShippingLabel(String cbaDisplayableShippingLabel)
Set the value of CbaDisplayableShippingLabel, return this.
|
Order |
Order.withEarliestDeliveryDate(XMLGregorianCalendar earliestDeliveryDate)
Set the value of EarliestDeliveryDate, return this.
|
Order |
Order.withEarliestShipDate(XMLGregorianCalendar earliestShipDate)
Set the value of EarliestShipDate, return this.
|
Order |
Order.withFulfillmentChannel(String fulfillmentChannel)
Set the value of FulfillmentChannel, return this.
|
Order |
Order.withLastUpdateDate(XMLGregorianCalendar lastUpdateDate)
Set the value of LastUpdateDate, return this.
|
Order |
Order.withLatestDeliveryDate(XMLGregorianCalendar latestDeliveryDate)
Set the value of LatestDeliveryDate, return this.
|
Order |
Order.withLatestShipDate(XMLGregorianCalendar latestShipDate)
Set the value of LatestShipDate, return this.
|
Order |
Order.withMarketplaceId(String marketplaceId)
Set the value of MarketplaceId, return this.
|
Order |
Order.withNumberOfItemsShipped(Integer numberOfItemsShipped)
Set the value of NumberOfItemsShipped, return this.
|
Order |
Order.withNumberOfItemsUnshipped(Integer numberOfItemsUnshipped)
Set the value of NumberOfItemsUnshipped, return this.
|
Order |
Order.withOrderChannel(String orderChannel)
Set the value of OrderChannel, return this.
|
Order |
Order.withOrderStatus(String orderStatus)
Set the value of OrderStatus, return this.
|
Order |
Order.withOrderTotal(Money orderTotal)
Set the value of OrderTotal, return this.
|
Order |
Order.withOrderType(String orderType)
Set the value of OrderType, return this.
|
Order |
Order.withPaymentExecutionDetail(PaymentExecutionDetailItem... values)
Add values for PaymentExecutionDetail, return this.
|
Order |
Order.withPaymentMethod(String paymentMethod)
Set the value of PaymentMethod, return this.
|
Order |
Order.withPurchaseDate(XMLGregorianCalendar purchaseDate)
Set the value of PurchaseDate, return this.
|
Order |
Order.withSalesChannel(String salesChannel)
Set the value of SalesChannel, return this.
|
Order |
Order.withSellerOrderId(String sellerOrderId)
Set the value of SellerOrderId, return this.
|
Order |
Order.withShipmentServiceLevelCategory(String shipmentServiceLevelCategory)
Set the value of ShipmentServiceLevelCategory, return this.
|
Order |
Order.withShippedByAmazonTFM(Boolean shippedByAmazonTFM)
Set the value of ShippedByAmazonTFM, return this.
|
Order |
Order.withShippingAddress(Address shippingAddress)
Set the value of ShippingAddress, return this.
|
Order |
Order.withShipServiceLevel(String shipServiceLevel)
Set the value of ShipServiceLevel, return this.
|
Order |
Order.withTFMShipmentStatus(String tfmShipmentStatus)
Set the value of TFMShipmentStatus, return this.
|
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
ListOrdersResult.getOrders()
Get the value of Orders.
|
List<Order> |
ListOrdersByNextTokenResult.getOrders()
Get the value of Orders.
|
List<Order> |
GetOrderResult.getOrders()
Get the value of Orders.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrdersResult |
ListOrdersResult.withOrders(Order... values)
Add values for Orders, return this.
|
ListOrdersByNextTokenResult |
ListOrdersByNextTokenResult.withOrders(Order... values)
Add values for Orders, return this.
|
GetOrderResult |
GetOrderResult.withOrders(Order... values)
Add values for Orders, return this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrdersResult.setOrders(List<Order> orders)
Set the value of Orders.
|
void |
ListOrdersByNextTokenResult.setOrders(List<Order> orders)
Set the value of Orders.
|
void |
GetOrderResult.setOrders(List<Order> orders)
Set the value of Orders.
|
| Constructor and Description |
|---|
GetOrderResult(List<Order> orders)
Value constructor.
|
ListOrdersByNextTokenResult(String nextToken,
XMLGregorianCalendar createdBefore,
XMLGregorianCalendar lastUpdatedBefore,
List<Order> orders)
Value constructor.
|
ListOrdersResult(String nextToken,
XMLGregorianCalendar createdBefore,
XMLGregorianCalendar lastUpdatedBefore,
List<Order> orders)
Value constructor.
|
Copyright © 2014. All Rights Reserved.