Changes since
the last release

com.ebay.sdk.call
Class GetSellingManagerInventoryFolderCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.GetSellingManagerInventoryFolderCall

public class GetSellingManagerInventoryFolderCall
extends ApiCall

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.


Input property: FolderID - If a FolderID is submitted, all child-folders below this folder will be returned.
Input property: 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.
Input property: FullRecursion - Displays the entire tree of a user's folders. If this is provided, FolderID and MaxDepth need not be given.
Output property: ReturnedFolder - Details of the requested folder.

Version:
1.0
Author:
Ron Murphy

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 com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSellingManagerInventoryFolderCall

public GetSellingManagerInventoryFolderCall()
Constructor.


GetSellingManagerInventoryFolderCall

public GetSellingManagerInventoryFolderCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

getSellingManagerInventoryFolder

public SellingManagerFolderDetailsType getSellingManagerInventoryFolder()
                                                                 throws ApiException,
                                                                        SdkException,
                                                                        Exception
Retrieves Selling Manager inventory folders. This call is subject to change without notice; the deprecation process is inapplicable to this call.

Returns:
The SellingManagerFolderDetailsType object.
Throws:
ApiException
SdkException
Exception

getFolderID

public Long getFolderID()
Gets the GetSellingManagerInventoryFolderRequestType.folderID.

Returns:
Long

setFolderID

public void setFolderID(Long folderID)
Sets the GetSellingManagerInventoryFolderRequestType.folderID.

Parameters:
folderID - Long

getFullRecursion

public Boolean getFullRecursion()
Gets the GetSellingManagerInventoryFolderRequestType.fullRecursion.

Returns:
Boolean

setFullRecursion

public void setFullRecursion(Boolean fullRecursion)
Sets the GetSellingManagerInventoryFolderRequestType.fullRecursion.

Parameters:
fullRecursion - Boolean

getMaxDepth

public Integer getMaxDepth()
Gets the GetSellingManagerInventoryFolderRequestType.maxDepth.

Returns:
Integer

setMaxDepth

public void setMaxDepth(Integer maxDepth)
Sets the GetSellingManagerInventoryFolderRequestType.maxDepth.

Parameters:
maxDepth - Integer

getReturnedFolder

public SellingManagerFolderDetailsType getReturnedFolder()
Valid after executing the API. Gets the returned GetSellingManagerInventoryFolderResponseType.returnedFolder.

Returns:
SellingManagerFolderDetailsType

Changes since
the last release

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.