|
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.AddSellingManagerInventoryFolderCall
public class AddSellingManagerInventoryFolderCall
Wrapper class of the AddSellingManagerInventoryFolder 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.
FolderName
- Name of the new Selling Manager inventory folder.
ParentFolderID
- Unique identifier of the parent Selling Manager inventory folder. If no ParentFolderID is submitted, the folder
is added at the root level.
Comment
- Contains comments that will be associated with this folder.
ReturnedFolderID
- The unique identifier of the newly created Selling Manager Inventory Folder. This field will generally be returned unless the call is not successful at creating the new folder.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
AddSellingManagerInventoryFolderCall()
Constructor. |
|
AddSellingManagerInventoryFolderCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Long |
addSellingManagerInventoryFolder()
Adds a new product folder to a user's Selling Manager account. |
String |
getComment()
Gets the AddSellingManagerInventoryFolderRequestType.comment. |
String |
getFolderName()
Gets the AddSellingManagerInventoryFolderRequestType.folderName. |
Long |
getParentFolderID()
Gets the AddSellingManagerInventoryFolderRequestType.parentFolderID. |
Long |
getReturnedFolderID()
Valid after executing the API. |
void |
setComment(String comment)
Sets the AddSellingManagerInventoryFolderRequestType.comment. |
void |
setFolderName(String folderName)
Sets the AddSellingManagerInventoryFolderRequestType.folderName. |
void |
setParentFolderID(Long parentFolderID)
Sets the AddSellingManagerInventoryFolderRequestType.parentFolderID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddSellingManagerInventoryFolderCall()
public AddSellingManagerInventoryFolderCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public Long addSellingManagerInventoryFolder() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String getComment()
public void setComment(String comment)
comment
- Stringpublic String getFolderName()
public void setFolderName(String folderName)
folderName
- Stringpublic Long getParentFolderID()
public void setParentFolderID(Long parentFolderID)
parentFolderID
- Longpublic Long getReturnedFolderID()
|
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.