|
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.AddDisputeCall
public class AddDisputeCall
Wrapper class of the AddDispute call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2007
Company: eBay Inc.
DisputeExplanation - An explanation of the dispute that supplements the
DisputeReason. The allowed value depends on the value of
DisputeReason.
DisputeReason - The top-level reason for the Unpaid Item Dispute.
DisputeReasonCodeType has several possible values. However, only
BuyerHasNotPaid and TransactionMutuallyCanceled apply to
AddDispute--you can only use AddDisputeCall to create Unpaid
Item disputes.
ItemID - The eBay ID of the item in dispute, an item which has been
sold but not yet paid for.
TransactionID - The eBay ID of a transaction, created when the buyer committed
to purchasing the item. A transaction ID is unique to the item
but not across the entire eBay site. The transaction ID must be
combined with an item ID to uniquely identify an item.
ReturnedDisputeID - The unique identifier of the Unpaid Item dispute.
| Field Summary |
|---|
| Fields inherited from class com.ebay.sdk.ApiCall |
|---|
apiException, fullCredentials, sendReqListeners |
| Constructor Summary | |
|---|---|
AddDisputeCall()
Constructor. |
|
AddDisputeCall(ApiContext apiContext)
Constructor. |
|
| Method Summary | |
|---|---|
DisputeIDType |
addDispute()
Enables a seller to create a new Unpaid Item dispute. |
DisputeExplanationCodeType |
getDisputeExplanation()
Gets the AddDisputeRequestType.disputeExplanation. |
DisputeReasonCodeType |
getDisputeReason()
Gets the AddDisputeRequestType.disputeReason. |
ItemIDType |
getItemID()
Gets the AddDisputeRequestType.itemID. |
DisputeIDType |
getReturnedDisputeID()
Valid after executing the API. |
String |
getTransactionID()
Gets the AddDisputeRequestType.transactionID. |
void |
setDisputeExplanation(DisputeExplanationCodeType disputeExplanation)
Sets the AddDisputeRequestType.disputeExplanation. |
void |
setDisputeReason(DisputeReasonCodeType disputeReason)
Sets the AddDisputeRequestType.disputeReason. |
void |
setItemID(ItemIDType itemID)
Sets the AddDisputeRequestType.itemID. |
void |
setTransactionID(String transactionID)
Sets the AddDisputeRequestType.transactionID. |
| Methods inherited from class com.ebay.sdk.ApiCall |
|---|
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getCallRetry, getDetailLevel, getEnableCompression, getRequestXml, getResponseObject, getResponseXml, getSite, hasError, hasWarning, removeSendRequestListener, setApiContext, setCallRetry, setDetailLevel, setEnableCompression, setSite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddDisputeCall()
public AddDisputeCall(ApiContext apiContext)
apiContext - The ApiContext object to be used to make the call.| Method Detail |
|---|
public DisputeIDType addDispute()
throws ApiException,
SdkException,
Exception
ApiException
SdkException
Exceptionpublic DisputeExplanationCodeType getDisputeExplanation()
public void setDisputeExplanation(DisputeExplanationCodeType disputeExplanation)
disputeExplanation - DisputeExplanationCodeTypepublic DisputeReasonCodeType getDisputeReason()
public void setDisputeReason(DisputeReasonCodeType disputeReason)
disputeReason - DisputeReasonCodeTypepublic ItemIDType getItemID()
public void setItemID(ItemIDType itemID)
itemID - ItemIDTypepublic String getTransactionID()
public void setTransactionID(String transactionID)
transactionID - Stringpublic DisputeIDType getReturnedDisputeID()
|
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-2006 eBay Inc. All rights reserved.