| Modifier and Type | Field and Description |
|---|---|
protected List<Cart> |
CartModifyResponse.cart |
protected List<Cart> |
CartCreateResponse.cart |
protected List<Cart> |
CartGetResponse.cart |
protected List<Cart> |
CartClearResponse.cart |
protected List<Cart> |
CartAddResponse.cart |
| Modifier and Type | Method and Description |
|---|---|
Cart |
ObjectFactory.createCart()
Create an instance of
Cart |
| Modifier and Type | Method and Description |
|---|---|
List<Cart> |
CartModifyResponse.getCart()
Gets the value of the cart property.
|
List<Cart> |
CartCreateResponse.getCart()
Gets the value of the cart property.
|
List<Cart> |
CartGetResponse.getCart()
Gets the value of the cart property.
|
List<Cart> |
CartClearResponse.getCart()
Gets the value of the cart property.
|
List<Cart> |
CartAddResponse.getCart()
Gets the value of the cart property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSECommerceServicePortType.cartAdd(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartAddRequest shared,
List<CartAddRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartClear(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartClearRequest shared,
List<CartClearRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartCreate(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartCreateRequest shared,
List<CartCreateRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartGet(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartGetRequest shared,
List<CartGetRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartModify(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartModifyRequest shared,
List<CartModifyRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
Copyright © 2013. All Rights Reserved.