Changes since
the last release

com.ebay.sdk.call
Class GetItemsAwaitingFeedbackCall

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

public class GetItemsAwaitingFeedbackCall
extends ApiCall

Wrapper class of the GetItemsAwaitingFeedback 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: Sort - This field allows the user to control how the order line items are returned in the response. If this field is not used, order line items are returned based on end time (from most recent to oldest). Valid values for this field are: Reference the ItemSortTypeCodeType definition for more information on these sort values.

Input property: Pagination - This container can be used if the user only wants to see a subset of order line item results. In this container, the user will specify the number of order line items to return per page of data, and will specify the specific page of data they want to view with each call.

With the GetItemsAwaitingFeedback call, the maximum allowed value for EntriesPerPage is 200.
Output property: ReturnedItemsAwaitingFeedback - This container consists of one or more order line items that are awaiting Feedback from the user that made the call. Each order line item is returned in its own TransactionArray.Transaction container.

This container will not be returned if no order line items are awaiting Feedback from the user who made the call.

Version:
1.0
Author:
Ron Murphy

Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
GetItemsAwaitingFeedbackCall()
          Constructor.
GetItemsAwaitingFeedbackCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 void getItemsAwaitingFeedback()
          This is the base request type of the GetItemsAwaitingFeedback call.
 PaginationType getPagination()
          Gets the GetItemsAwaitingFeedbackRequestType.pagination.
 PaginatedTransactionArrayType getReturnedItemsAwaitingFeedback()
          Valid after executing the API.
 PaginationResultType getReturnedPaginationResult()
          Gets the returned pagination result within the PaginatedTransactionArrayType.
 TransactionType[] getReturnedTransaction()
          Gets the returned transaction array within the PaginatedTransactionArrayType.
 ItemSortTypeCodeType getSort()
          Gets the GetItemsAwaitingFeedbackRequestType.sort.
 void setPagination(PaginationType pagination)
          Sets the GetItemsAwaitingFeedbackRequestType.pagination.
 void setSort(ItemSortTypeCodeType sort)
          Sets the GetItemsAwaitingFeedbackRequestType.sort.
 
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, isEnableoAuthTokenHTTPHeader, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEnableoAuthTokenHTTPHeader, 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

GetItemsAwaitingFeedbackCall

public GetItemsAwaitingFeedbackCall()
Constructor.


GetItemsAwaitingFeedbackCall

public GetItemsAwaitingFeedbackCall(ApiContext apiContext)
Constructor.

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

getItemsAwaitingFeedback

public void getItemsAwaitingFeedback()
                              throws ApiException,
                                     SdkException,
                                     java.lang.Exception
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.

Throws:
ApiException
SdkException
java.lang.Exception

getPagination

public PaginationType getPagination()
Gets the GetItemsAwaitingFeedbackRequestType.pagination.

Returns:
PaginationType

setPagination

public void setPagination(PaginationType pagination)
Sets the GetItemsAwaitingFeedbackRequestType.pagination.

Parameters:
pagination - PaginationType

getSort

public ItemSortTypeCodeType getSort()
Gets the GetItemsAwaitingFeedbackRequestType.sort.

Returns:
ItemSortTypeCodeType

setSort

public void setSort(ItemSortTypeCodeType sort)
Sets the GetItemsAwaitingFeedbackRequestType.sort.

Parameters:
sort - ItemSortTypeCodeType

getReturnedPaginationResult

public PaginationResultType getReturnedPaginationResult()
Gets the returned pagination result within the PaginatedTransactionArrayType.

Returns:
PaginationResultType

getReturnedTransaction

public TransactionType[] getReturnedTransaction()
Gets the returned transaction array within the PaginatedTransactionArrayType.

Returns:
TransactionType[]

getReturnedItemsAwaitingFeedback

public PaginatedTransactionArrayType getReturnedItemsAwaitingFeedback()
Valid after executing the API. Gets the returned GetItemsAwaitingFeedbackResponseType.returnedItemsAwaitingFeedback.

Returns:
PaginatedTransactionArrayType

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.