|
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.GetVeROReasonCodeDetailsCall
public class GetVeROReasonCodeDetailsCall
Wrapper class of the GetVeROReasonCodeDetails 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.
ReasonCodeID
- Unique identifier for a reason code. If this ReasonCodeID is passed then
only details of this ReasonCodeID will be returned. If no reason code is
specified, all reason codes are returned.
ReturnAllSites
- Set to true to retrieve reason codes for all sites. If not specified,
reason codes are returned for the site specified in the request header
only.
If ReasonCodeID is specified, this parameter is ignored.
ReturnedVeROReasonCodeDetails
- Contains the list of the status codes for a site.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetVeROReasonCodeDetailsCall()
Constructor. |
|
GetVeROReasonCodeDetailsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Long |
getReasonCodeID()
Gets the GetVeROReasonCodeDetailsRequestType.reasonCodeID. |
Boolean |
getReturnAllSites()
Gets the GetVeROReasonCodeDetailsRequestType.returnAllSites. |
VeROReasonCodeDetailsType |
getReturnedVeROReasonCodeDetails()
Valid after executing the API. |
VeROReasonCodeDetailsType |
getVeROReasonCodeDetails()
Retrieves details for VeRO reason codes and their descriptions. |
void |
setReasonCodeID(Long reasonCodeID)
Sets the GetVeROReasonCodeDetailsRequestType.reasonCodeID. |
void |
setReturnAllSites(Boolean returnAllSites)
Sets the GetVeROReasonCodeDetailsRequestType.returnAllSites. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetVeROReasonCodeDetailsCall()
public GetVeROReasonCodeDetailsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public VeROReasonCodeDetailsType getVeROReasonCodeDetails() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public Long getReasonCodeID()
public void setReasonCodeID(Long reasonCodeID)
reasonCodeID
- Longpublic Boolean getReturnAllSites()
public void setReturnAllSites(Boolean returnAllSites)
returnAllSites
- Booleanpublic VeROReasonCodeDetailsType getReturnedVeROReasonCodeDetails()
|
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.