Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetUserDisputesRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetUserDisputesRequestType
All Implemented Interfaces:
Serializable

public class GetUserDisputesRequestType
extends AbstractRequestType
implements Serializable

Requests a list of disputes the requester is involved in as buyer or seller. eBay Money Back Guarantee Item Not Received and Return cases are not returned with this call. To retrieve eBay Money Back Guarantee cases, use the Search Cases call of the Post-Order API (or alternatively, the getUserCases call of the Resolution Case Management API.

Java class for GetUserDisputesRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetUserDisputesRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="DisputeFilterType" type="{urn:ebay:apis:eBLBaseComponents}DisputeFilterTypeCodeType" minOccurs="0"/>
         <element name="DisputeSortType" type="{urn:ebay:apis:eBLBaseComponents}DisputeSortTypeCodeType" minOccurs="0"/>
         <element name="ModTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ModTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DisputeFilterTypeCodeType disputeFilterType
           
protected  DisputeSortTypeCodeType disputeSortType
           
protected  Calendar modTimeFrom
           
protected  Calendar modTimeTo
           
protected  PaginationType pagination
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetUserDisputesRequestType()
           
 
Method Summary
 DisputeFilterTypeCodeType getDisputeFilterType()
          Gets the value of the disputeFilterType property.
 DisputeSortTypeCodeType getDisputeSortType()
          Gets the value of the disputeSortType property.
 Calendar getModTimeFrom()
          Gets the value of the modTimeFrom property.
 Calendar getModTimeTo()
          Gets the value of the modTimeTo property.
 PaginationType getPagination()
          Gets the value of the pagination property.
 void setDisputeFilterType(DisputeFilterTypeCodeType value)
          Sets the value of the disputeFilterType property.
 void setDisputeSortType(DisputeSortTypeCodeType value)
          Sets the value of the disputeSortType property.
 void setModTimeFrom(Calendar value)
          Sets the value of the modTimeFrom property.
 void setModTimeTo(Calendar value)
          Sets the value of the modTimeTo property.
 void setPagination(PaginationType value)
          Sets the value of the pagination property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disputeFilterType

protected DisputeFilterTypeCodeType disputeFilterType

disputeSortType

protected DisputeSortTypeCodeType disputeSortType

modTimeFrom

protected Calendar modTimeFrom

modTimeTo

protected Calendar modTimeTo

pagination

protected PaginationType pagination
Constructor Detail

GetUserDisputesRequestType

public GetUserDisputesRequestType()
Method Detail

getDisputeFilterType

public DisputeFilterTypeCodeType getDisputeFilterType()
Gets the value of the disputeFilterType property.

Returns:
possible object is DisputeFilterTypeCodeType

setDisputeFilterType

public void setDisputeFilterType(DisputeFilterTypeCodeType value)
Sets the value of the disputeFilterType property.

Parameters:
value - allowed object is DisputeFilterTypeCodeType

getDisputeSortType

public DisputeSortTypeCodeType getDisputeSortType()
Gets the value of the disputeSortType property.

Returns:
possible object is DisputeSortTypeCodeType

setDisputeSortType

public void setDisputeSortType(DisputeSortTypeCodeType value)
Sets the value of the disputeSortType property.

Parameters:
value - allowed object is DisputeSortTypeCodeType

getModTimeFrom

public Calendar getModTimeFrom()
Gets the value of the modTimeFrom property.

Returns:
possible object is String

setModTimeFrom

public void setModTimeFrom(Calendar value)
Sets the value of the modTimeFrom property.

Parameters:
value - allowed object is String

getModTimeTo

public Calendar getModTimeTo()
Gets the value of the modTimeTo property.

Returns:
possible object is String

setModTimeTo

public void setModTimeTo(Calendar value)
Sets the value of the modTimeTo property.

Parameters:
value - allowed object is String

getPagination

public PaginationType getPagination()
Gets the value of the pagination property.

Returns:
possible object is PaginationType

setPagination

public void setPagination(PaginationType value)
Sets the value of the pagination property.

Parameters:
value - allowed object is PaginationType

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.