|
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
- This field is used if the seller would like to sort Selling Manager Inventory results based on a specific aspect such as Product Name, Average Price, etc. See SellingManagerProductSortCodeType to read more about the available sorting options.
FolderID
- This field is included if the seller wants to view Selling Manager Inventory from a specific folder.
Pagination
- This container is used if the seller would like to control how many products are returned per page and which page to view.
SortOrder
- This field allows the seller to sort in ascending or descending order (based on the selected aspect in the Sort field).
Search
- This container is used if the seller would like to search for Selling Manager Inventory based on certain identifiers like Item ID, listing title, buyer user ID, etc. The seller will specify one of the supported search types in SellingManagerSearchTypeCodeType, and then provides the value for that search type.
StoreCategoryID
- This field is used if the seller would like to retrieve all Selling Manager Inventory listed in a specific eBay Store Category.
Filter
- One or more Filter fields can be used to retrieve Selling Manager Inventory that is in a certain state, such as active listings, inactive listings, or listings that are low in stock.
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. |
java.lang.Long |
getFolderID()
Gets the GetSellingManagerInventoryRequestType.folderID. |
PaginationType |
getPagination()
Gets the GetSellingManagerInventoryRequestType.pagination. |
java.util.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. |
java.util.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. |
java.lang.Long |
getStoreCategoryID()
Gets the GetSellingManagerInventoryRequestType.storeCategoryID. |
void |
setFilter(SellingManagerInventoryPropertyTypeCodeType[] filter)
Sets the GetSellingManagerInventoryRequestType.filter. |
void |
setFolderID(java.lang.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(java.lang.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 java.util.Calendar getSellingManagerInventory() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public SellingManagerInventoryPropertyTypeCodeType[] getFilter()
public void setFilter(SellingManagerInventoryPropertyTypeCodeType[] filter)
filter
- SellingManagerInventoryPropertyTypeCodeType[]public java.lang.Long getFolderID()
public void setFolderID(java.lang.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 java.lang.Long getStoreCategoryID()
public void setStoreCategoryID(java.lang.Long storeCategoryID)
storeCategoryID
- Longpublic java.util.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.