|
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
- If a FolderID is submitted, all child-folders below this folder will be returned.
MaxDepth
- Specifies the number of levels of subfolders to be returned. 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 FullRecursion is set to True.
FullRecursion
- Displays the entire tree of a user's folders. If this is provided, FolderID and MaxDepth
need not be given.
ReturnedFolder
- Details of the requested folder.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetSellingManagerInventoryFolderCall()
Constructor. |
|
GetSellingManagerInventoryFolderCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Long |
getFolderID()
Gets the GetSellingManagerInventoryFolderRequestType.folderID. |
Boolean |
getFullRecursion()
Gets the GetSellingManagerInventoryFolderRequestType.fullRecursion. |
Integer |
getMaxDepth()
Gets the GetSellingManagerInventoryFolderRequestType.maxDepth. |
SellingManagerFolderDetailsType |
getReturnedFolder()
Valid after executing the API. |
SellingManagerFolderDetailsType |
getSellingManagerInventoryFolder()
Retrieves Selling Manager inventory folders. |
void |
setFolderID(Long folderID)
Sets the GetSellingManagerInventoryFolderRequestType.folderID. |
void |
setFullRecursion(Boolean fullRecursion)
Sets the GetSellingManagerInventoryFolderRequestType.fullRecursion. |
void |
setMaxDepth(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, Exception
ApiException
SdkException
Exception
public Long getFolderID()
public void setFolderID(Long folderID)
folderID
- Longpublic Boolean getFullRecursion()
public void setFullRecursion(Boolean fullRecursion)
fullRecursion
- Booleanpublic Integer getMaxDepth()
public void setMaxDepth(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.