|
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.GetSellingManagerInventoryFolderCall
public class GetSellingManagerInventoryFolderCall
Wrapper class of the GetSellingManagerInventoryFolder 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.
FolderID
- A unique identifier for a Selling Manager Inventory folder. The FolderID is used if the seller wants to retrieve a specific folder.
MaxDepth
- This field is used to specify the number of levels of subfolders to be returned in the response. If 0, the parent folder is returned. If 1, the parent and child folders are returned. If 2, the parent and two levels of child folders are returned. Ignored if the FullRecursion field is included and set to True
.
FullRecursion
- Displays the entire tree of a user's Selling Manager Inventory folders. If this is provided, the FolderID and MaxDepth fields are no longer applicable.
ReturnedFolder
- This container consists of detailed information on the Selling Manager Inventory folder that matches the input criteria, as well as detailed information about any child folders if FullRecursion was set to true
or if the MaxDepth field is set to an integer value greater than 0
.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetSellingManagerInventoryFolderCall()
Constructor. |
|
GetSellingManagerInventoryFolderCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.Long |
getFolderID()
Gets the GetSellingManagerInventoryFolderRequestType.folderID. |
java.lang.Boolean |
getFullRecursion()
Gets the GetSellingManagerInventoryFolderRequestType.fullRecursion. |
java.lang.Integer |
getMaxDepth()
Gets the GetSellingManagerInventoryFolderRequestType.maxDepth. |
SellingManagerFolderDetailsType |
getReturnedFolder()
Valid after executing the API. |
SellingManagerFolderDetailsType |
getSellingManagerInventoryFolder()
Retrieves Selling Manager Inventory folders. |
void |
setFolderID(java.lang.Long folderID)
Sets the GetSellingManagerInventoryFolderRequestType.folderID. |
void |
setFullRecursion(java.lang.Boolean fullRecursion)
Sets the GetSellingManagerInventoryFolderRequestType.fullRecursion. |
void |
setMaxDepth(java.lang.Integer maxDepth)
Sets the GetSellingManagerInventoryFolderRequestType.maxDepth. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetSellingManagerInventoryFolderCall()
public GetSellingManagerInventoryFolderCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerFolderDetailsType getSellingManagerInventoryFolder() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Long getFolderID()
public void setFolderID(java.lang.Long folderID)
folderID
- Longpublic java.lang.Boolean getFullRecursion()
public void setFullRecursion(java.lang.Boolean fullRecursion)
fullRecursion
- Booleanpublic java.lang.Integer getMaxDepth()
public void setMaxDepth(java.lang.Integer maxDepth)
maxDepth
- Integerpublic SellingManagerFolderDetailsType getReturnedFolder()
|
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.