Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetItemsAwaitingFeedbackRequestType

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

public class GetItemsAwaitingFeedbackRequestType
extends AbstractRequestType
implements Serializable

This is the base request type of the GetItemsAwaitingFeedback call. This call retrieves all completed order line items for which the user (buyer or seller) still needs to leave Feedback for their order partner.

Java class for GetItemsAwaitingFeedbackRequestType complex type.

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

 <complexType name="GetItemsAwaitingFeedbackRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="Sort" type="{urn:ebay:apis:eBLBaseComponents}ItemSortTypeCodeType" minOccurs="0"/>
         <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  PaginationType pagination
           
protected  ItemSortTypeCodeType sort
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetItemsAwaitingFeedbackRequestType()
           
 
Method Summary
 PaginationType getPagination()
          Gets the value of the pagination property.
 ItemSortTypeCodeType getSort()
          Gets the value of the sort property.
 void setPagination(PaginationType value)
          Sets the value of the pagination property.
 void setSort(ItemSortTypeCodeType value)
          Sets the value of the sort 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

sort

protected ItemSortTypeCodeType sort

pagination

protected PaginationType pagination
Constructor Detail

GetItemsAwaitingFeedbackRequestType

public GetItemsAwaitingFeedbackRequestType()
Method Detail

getSort

public ItemSortTypeCodeType getSort()
Gets the value of the sort property.

Returns:
possible object is ItemSortTypeCodeType

setSort

public void setSort(ItemSortTypeCodeType value)
Sets the value of the sort property.

Parameters:
value - allowed object is ItemSortTypeCodeType

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.