| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01 | |
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
ListOrdersByNextTokenResponse |
MarketplaceWebServiceOrdersClient.listOrdersByNextToken(ListOrdersByNextTokenRequest request) |
ListOrdersByNextTokenResponse |
MarketplaceWebServiceOrders.listOrdersByNextToken(ListOrdersByNextTokenRequest request)
List Orders By Next Token
If ListOrders returns a nextToken, thus indicating that there are more orders
than returned that matched the given filter criteria, ListOrdersByNextToken
can be used to retrieve those other orders using that nextToken.
|
Future<ListOrdersByNextTokenResponse> |
MarketplaceWebServiceOrdersAsyncClient.listOrdersByNextTokenAsync(ListOrdersByNextTokenRequest request) |
Future<ListOrdersByNextTokenResponse> |
MarketplaceWebServiceOrdersAsync.listOrdersByNextTokenAsync(ListOrdersByNextTokenRequest request)
List Orders By Next Token
If ListOrders returns a nextToken, thus indicating that there are more orders
than returned that matched the given filter criteria, ListOrdersByNextToken
can be used to retrieve those other orders using that nextToken.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrdersByNextTokenRequest |
ListOrdersByNextTokenRequest.withNextToken(String nextToken)
Set the value of NextToken, return this.
|
ListOrdersByNextTokenRequest |
ListOrdersByNextTokenRequest.withSellerId(String sellerId)
Set the value of SellerId, return this.
|
Copyright © 2014. All Rights Reserved.