|
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.GetSellingManagerInventoryCall
public class GetSellingManagerInventoryCall
Wrapper class of the GetSellingManagerInventory 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
- Sets the sorting method for the results.
FolderID
- Specifies the inventory folder containing the requested inventory information.
Pagination
- Details about how many Products to return per page and which page to view.
SortOrder
- Order to be used for sorting retrieved product lists.
Search
- Specifies types and values to search for in the seller's listings.
StoreCategoryID
- Specifies a store category whose products will be returned.
Filter
- Container for the list of filters that can be applied to the inventory information requested.
ReturnedInventoryCountLastCalculatedDate
- Returns the date the inventory counts were last calculated.
ReturnedSellingManagerProduct
- Container for information about the requested products and templates.
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 | |
---|---|
GetSellingManagerInventoryCall()
Constructor. |
|
GetSellingManagerInventoryCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
SellingManagerInventoryPropertyTypeCodeType[] |
getFilter()
Gets the GetSellingManagerInventoryRequestType.filter. |
Long |
getFolderID()
Gets the GetSellingManagerInventoryRequestType.folderID. |
PaginationType |
getPagination()
Gets the GetSellingManagerInventoryRequestType.pagination. |
Calendar |
getReturnedInventoryCountLastCalculatedDate()
Valid after executing the API. |
PaginationResultType |
getReturnedPaginationResult()
Valid after executing the API. |
SellingManagerProductType[] |
getReturnedSellingManagerProduct()
Valid after executing the API. |
SellingManagerSearchType |
getSearch()
Gets the GetSellingManagerInventoryRequestType.search. |
Calendar |
getSellingManagerInventory()
Retrieves a paginated list containing details of a user's Selling Manager inventory. |
SellingManagerProductSortCodeType |
getSort()
Gets the GetSellingManagerInventoryRequestType.sort. |
SortOrderCodeType |
getSortOrder()
Gets the GetSellingManagerInventoryRequestType.sortOrder. |
Long |
getStoreCategoryID()
Gets the GetSellingManagerInventoryRequestType.storeCategoryID. |
void |
setFilter(SellingManagerInventoryPropertyTypeCodeType[] filter)
Sets the GetSellingManagerInventoryRequestType.filter. |
void |
setFolderID(Long folderID)
Sets the GetSellingManagerInventoryRequestType.folderID. |
void |
setPagination(PaginationType pagination)
Sets the GetSellingManagerInventoryRequestType.pagination. |
void |
setSearch(SellingManagerSearchType search)
Sets the GetSellingManagerInventoryRequestType.search. |
void |
setSort(SellingManagerProductSortCodeType sort)
Sets the GetSellingManagerInventoryRequestType.sort. |
void |
setSortOrder(SortOrderCodeType sortOrder)
Sets the GetSellingManagerInventoryRequestType.sortOrder. |
void |
setStoreCategoryID(Long storeCategoryID)
Sets the GetSellingManagerInventoryRequestType.storeCategoryID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetSellingManagerInventoryCall()
public GetSellingManagerInventoryCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public Calendar getSellingManagerInventory() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public SellingManagerInventoryPropertyTypeCodeType[] getFilter()
public void setFilter(SellingManagerInventoryPropertyTypeCodeType[] filter)
filter
- SellingManagerInventoryPropertyTypeCodeType[]public Long getFolderID()
public void setFolderID(Long folderID)
folderID
- Longpublic PaginationType getPagination()
public void setPagination(PaginationType pagination)
pagination
- PaginationTypepublic SellingManagerSearchType getSearch()
public void setSearch(SellingManagerSearchType search)
search
- SellingManagerSearchTypepublic SellingManagerProductSortCodeType getSort()
public void setSort(SellingManagerProductSortCodeType sort)
sort
- SellingManagerProductSortCodeTypepublic SortOrderCodeType getSortOrder()
public void setSortOrder(SortOrderCodeType sortOrder)
sortOrder
- SortOrderCodeTypepublic Long getStoreCategoryID()
public void setStoreCategoryID(Long storeCategoryID)
storeCategoryID
- Longpublic Calendar getReturnedInventoryCountLastCalculatedDate()
public PaginationResultType getReturnedPaginationResult()
public SellingManagerProductType[] getReturnedSellingManagerProduct()
|
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.