|
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.GetItemsAwaitingFeedbackCall
public class GetItemsAwaitingFeedbackCall
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.
Sort
- This field allows the user to control how the order line items are returned in the response.
Valid values are:
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.
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.
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetItemsAwaitingFeedbackCall()
public GetItemsAwaitingFeedbackCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void getItemsAwaitingFeedback() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public PaginationType getPagination()
public void setPagination(PaginationType pagination)
pagination
- PaginationTypepublic ItemSortTypeCodeType getSort()
public void setSort(ItemSortTypeCodeType sort)
sort
- ItemSortTypeCodeTypepublic PaginationResultType getReturnedPaginationResult()
public TransactionType[] getReturnedTransaction()
public PaginatedTransactionArrayType getReturnedItemsAwaitingFeedback()
|
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-2009 eBay Inc. All rights reserved.