|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.SetPromotionalSaleCall
public class SetPromotionalSaleCall
Wrapper class of the SetPromotionalSale call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
Action
- The seller must include this field and set it to 'Add' to create a new promotional sale, or set it to 'Update' to modify an existing promotional sale, or set it to 'Delete' to delete a promotional sale.
PromotionalSaleDetails
- This container must be included in each SetPromotionalSale call. The fields of this container that will be used will depend on whether the seller is adding a new promotional sale, updating an existing promotional sale, or deleting an existing promotional sale.
ReturnedStatus
- Contains the status of a promotional sale.
ReturnedPromotionalSaleID
- Contains the ID of a promotional sale.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
SetPromotionalSaleCall()
Constructor. |
|
SetPromotionalSaleCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
ModifyActionCodeType |
getAction()
Gets the SetPromotionalSaleRequestType.action. |
PromotionalSaleType |
getPromotionalSaleDetails()
Gets the SetPromotionalSaleRequestType.promotionalSaleDetails. |
Long |
getReturnedPromotionalSaleID()
Valid after executing the API. |
PromotionalSaleStatusCodeType |
getReturnedStatus()
Valid after executing the API. |
void |
setAction(ModifyActionCodeType action)
Sets the SetPromotionalSaleRequestType.action. |
PromotionalSaleStatusCodeType |
setPromotionalSale()
Creates or modifies a promotional sale. |
void |
setPromotionalSaleDetails(PromotionalSaleType promotionalSaleDetails)
Sets the SetPromotionalSaleRequestType.promotionalSaleDetails. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetPromotionalSaleCall()
public SetPromotionalSaleCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public PromotionalSaleStatusCodeType setPromotionalSale() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public ModifyActionCodeType getAction()
public void setAction(ModifyActionCodeType action)
action
- ModifyActionCodeTypepublic PromotionalSaleType getPromotionalSaleDetails()
public void setPromotionalSaleDetails(PromotionalSaleType promotionalSaleDetails)
promotionalSaleDetails
- PromotionalSaleTypepublic Long getReturnedPromotionalSaleID()
public PromotionalSaleStatusCodeType getReturnedStatus()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.