Changes since
the last release

com.ebay.sdk.call
Class GetDisputeCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.GetDisputeCall

public class GetDisputeCall
extends ApiCall

Wrapper class of the GetDispute 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.


Input property: DisputeID - The unique identifier of an seller-initiated dispute. The caller passes in this value to retrieve detailed information on a specific dispute.

Note: Buyer-initiated Money Back Guarantee cases are not supported with this call. To retrieve and manage eBay Money Back Guarantee cases, the Case Management calls of the Post-Order API can be used instead.
Output property: ReturnedDispute - If the dispute that is specified in the call request is found, this Dispute container is returned in the response. This container includes detailed information about the dispute, the buyer and seller user IDs, and information on the listing that is associated with the dispute.

Version:
1.0
Author:
Ron Murphy

Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
GetDisputeCall()
          Constructor.
GetDisputeCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 DisputeType getDispute()
          This is the base request type for the GetDispute call.
 String getDisputeID()
          Gets the GetDisputeRequestType.disputeID.
 DisputeType getReturnedDispute()
          Valid after executing the API.
 void setDisputeID(String disputeID)
          Sets the GetDisputeRequestType.disputeID.
 
Methods inherited from class com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDisputeCall

public GetDisputeCall()
Constructor.


GetDisputeCall

public GetDisputeCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

getDispute

public DisputeType getDispute()
                       throws ApiException,
                              SdkException,
                              Exception
This is the base request type for the GetDispute call. This call retrieves the details of a seller-initiated dispute. Seller-initiated disputes include mutually-cancelled transactions and unpaid items.

Note: This call does not support buyer-initiated cases created through eBay's Resolution Center. Buyer-initiated cases include Item Not Received (INR) and escalated Return cases. To retrieve and manage eBay Money Back Guarantee cases, the Case Management calls of the Post-Order API can be used instead.

Returns:
The DisputeType object.
Throws:
ApiException
SdkException
Exception

getDisputeID

public String getDisputeID()
Gets the GetDisputeRequestType.disputeID.

Returns:
String

setDisputeID

public void setDisputeID(String disputeID)
Sets the GetDisputeRequestType.disputeID.

Parameters:
disputeID - String

getReturnedDispute

public DisputeType getReturnedDispute()
Valid after executing the API. Gets the returned GetDisputeResponseType.returnedDispute.

Returns:
DisputeType

Changes since
the last release

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.