|
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.GetSellingManagerSoldListingsCall
public class GetSellingManagerSoldListingsCall
Wrapper class of the GetSellingManagerSoldListings 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.
Search
- Search filters for sold listings.
StoreCategoryID
- Listings with this store category ID will be listed.
Filter
- This holds the list of filters that can be applicable for sold listings.
Archived
- Requests listing records that are more than 90 days old. Records are archived between 90
and 120 days after being created, and thereafter can only be retrieved using this tag.
Sort
- Field to be used to sort the response.
SortOrder
- Order to be used for sorting the requested listings.
Pagination
- Details about how many listings to return per page and which page to view.
SaleDateRange
- Specifies the earliest (oldest) and latest (most recent) dates to use in a date
range filter based on item start time. A time range can be up to 120
days.
ReturnedSaleRecord
- Returns a Selling Manager user's sold listings.
ReturnedPaginationResult
- Contains the total number of pages (TotalNumberOfPages) and the total
number of products entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetSellingManagerSoldListingsCall()
Constructor. |
|
GetSellingManagerSoldListingsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Boolean |
getArchived()
Gets the GetSellingManagerSoldListingsRequestType.archived. |
SellingManagerSoldListingsPropertyTypeCodeType[] |
getFilter()
Gets the GetSellingManagerSoldListingsRequestType.filter. |
PaginationType |
getPagination()
Gets the GetSellingManagerSoldListingsRequestType.pagination. |
PaginationResultType |
getReturnedPaginationResult()
Valid after executing the API. |
SellingManagerSoldOrderType[] |
getReturnedSaleRecord()
Valid after executing the API. |
TimeRangeType |
getSaleDateRange()
Gets the GetSellingManagerSoldListingsRequestType.saleDateRange. |
SellingManagerSearchType |
getSearch()
Gets the GetSellingManagerSoldListingsRequestType.search. |
SellingManagerSoldOrderType[] |
getSellingManagerSoldListings()
Returns a Selling Manager user's sold listings. |
SellingManagerSoldListingsSortTypeCodeType |
getSort()
Gets the GetSellingManagerSoldListingsRequestType.sort. |
SortOrderCodeType |
getSortOrder()
Gets the GetSellingManagerSoldListingsRequestType.sortOrder. |
Long |
getStoreCategoryID()
Gets the GetSellingManagerSoldListingsRequestType.storeCategoryID. |
void |
setArchived(Boolean archived)
Sets the GetSellingManagerSoldListingsRequestType.archived. |
void |
setFilter(SellingManagerSoldListingsPropertyTypeCodeType[] filter)
Sets the GetSellingManagerSoldListingsRequestType.filter. |
void |
setPagination(PaginationType pagination)
Sets the GetSellingManagerSoldListingsRequestType.pagination. |
void |
setSaleDateRange(TimeRangeType saleDateRange)
Sets the GetSellingManagerSoldListingsRequestType.saleDateRange. |
void |
setSearch(SellingManagerSearchType search)
Sets the GetSellingManagerSoldListingsRequestType.search. |
void |
setSort(SellingManagerSoldListingsSortTypeCodeType sort)
Sets the GetSellingManagerSoldListingsRequestType.sort. |
void |
setSortOrder(SortOrderCodeType sortOrder)
Sets the GetSellingManagerSoldListingsRequestType.sortOrder. |
void |
setStoreCategoryID(Long storeCategoryID)
Sets the GetSellingManagerSoldListingsRequestType.storeCategoryID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetSellingManagerSoldListingsCall()
public GetSellingManagerSoldListingsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerSoldOrderType[] getSellingManagerSoldListings() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public Boolean getArchived()
public void setArchived(Boolean archived)
archived
- Booleanpublic SellingManagerSoldListingsPropertyTypeCodeType[] getFilter()
public void setFilter(SellingManagerSoldListingsPropertyTypeCodeType[] filter)
filter
- SellingManagerSoldListingsPropertyTypeCodeType[]public PaginationType getPagination()
public void setPagination(PaginationType pagination)
pagination
- PaginationTypepublic TimeRangeType getSaleDateRange()
public void setSaleDateRange(TimeRangeType saleDateRange)
saleDateRange
- TimeRangeTypepublic SellingManagerSearchType getSearch()
public void setSearch(SellingManagerSearchType search)
search
- SellingManagerSearchTypepublic SellingManagerSoldListingsSortTypeCodeType getSort()
public void setSort(SellingManagerSoldListingsSortTypeCodeType sort)
sort
- SellingManagerSoldListingsSortTypeCodeTypepublic SortOrderCodeType getSortOrder()
public void setSortOrder(SortOrderCodeType sortOrder)
sortOrder
- SortOrderCodeTypepublic Long getStoreCategoryID()
public void setStoreCategoryID(Long storeCategoryID)
storeCategoryID
- Longpublic PaginationResultType getReturnedPaginationResult()
public SellingManagerSoldOrderType[] getReturnedSaleRecord()
|
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.