|
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.GetPromotionalSaleDetailsCall
public class GetPromotionalSaleDetailsCall
Wrapper class of the GetPromotionalSaleDetails 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.
PromotionalSaleID
- The unique identifier of the promotional sale to retrieve. This field is used if the eBay store owner only wants to retrieve a specific promotional sale. Any PromotionalSaleStatus fields that are included will be ignored if the PromotionalSaleID field is used.
PromotionalSaleStatus
- One or more PromotionalSaleStatus fields are used if the eBay store owner wants to retrieve promotional sales in a specific state, such as Active
, Scheduled
, or Deleted
. A PromotionalSaleStatus field is included for each status. See PromotionalSaleStatusCodeType for a description of the status values that can be used in this field.
ReturnedPromotionalSaleDetails
- This container consists of an array of one or more promotional sales for an eBay store owner. A PromotionalSaleDetails.PromotionalSale container is returned for each promotional sale that matches the input criteria in the call request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetPromotionalSaleDetailsCall()
Constructor. |
|
GetPromotionalSaleDetailsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
PromotionalSaleArrayType |
getPromotionalSaleDetails()
The base request type for the GetPromotionalSaleDetails call. |
Long |
getPromotionalSaleID()
Gets the GetPromotionalSaleDetailsRequestType.promotionalSaleID. |
PromotionalSaleStatusCodeType[] |
getPromotionalSaleStatus()
Gets the GetPromotionalSaleDetailsRequestType.promotionalSaleStatus. |
PromotionalSaleArrayType |
getReturnedPromotionalSaleDetails()
Valid after executing the API. |
void |
setPromotionalSaleID(Long promotionalSaleID)
Sets the GetPromotionalSaleDetailsRequestType.promotionalSaleID. |
void |
setPromotionalSaleStatus(PromotionalSaleStatusCodeType[] promotionalSaleStatus)
Sets the GetPromotionalSaleDetailsRequestType.promotionalSaleStatus. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetPromotionalSaleDetailsCall()
public GetPromotionalSaleDetailsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public PromotionalSaleArrayType getPromotionalSaleDetails() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public Long getPromotionalSaleID()
public void setPromotionalSaleID(Long promotionalSaleID)
promotionalSaleID
- Longpublic PromotionalSaleStatusCodeType[] getPromotionalSaleStatus()
public void setPromotionalSaleStatus(PromotionalSaleStatusCodeType[] promotionalSaleStatus)
promotionalSaleStatus
- PromotionalSaleStatusCodeType[]public PromotionalSaleArrayType getReturnedPromotionalSaleDetails()
|
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.