|
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.ReviseMyMessagesFoldersCall
public class ReviseMyMessagesFoldersCall
Wrapper class of the ReviseMyMessagesFolders 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.
Operation
- Indicates the type of operation to perform on a
specified My Messages folder. Operations include creating,
renaming, removing, and restoring folders. Operations
cannot be performed on the Inbox and Sent folders.
FolderID
- An ID that uniquely identifies the My Messages
folder to perform the operation on. This value is set by
eBay and cannot be changed. Retrieve FolderIDs
by calling GetMyMessages with a DetailLevel of
ReturnSummary. Inbox is FolderID = 0, and Sent is
FolderID = 1.
FolderName
- The name of a specified My Messages folder. Depending
on the specified Operation, the value is an existing
folder name or a new folder name. Retrieve existing
FolderNames by calling GetMyMessages with a DetailLevel
of ReturnSummary. Inbox is FolderID = 0, and Sent is
FolderID = 1.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ReviseMyMessagesFoldersCall()
Constructor. |
|
ReviseMyMessagesFoldersCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
long[] |
getFolderID()
Gets the ReviseMyMessagesFoldersRequestType.folderID. |
String[] |
getFolderName()
Gets the ReviseMyMessagesFoldersRequestType.folderName. |
MyMessagesFolderOperationCodeType |
getOperation()
Gets the ReviseMyMessagesFoldersRequestType.operation. |
void |
reviseMyMessagesFolders()
Renames, removes, or restores the specified My Messages folders for a given user. |
void |
setFolderID(long[] folderID)
Sets the ReviseMyMessagesFoldersRequestType.folderID. |
void |
setFolderName(String[] folderName)
Sets the ReviseMyMessagesFoldersRequestType.folderName. |
void |
setOperation(MyMessagesFolderOperationCodeType operation)
Sets the ReviseMyMessagesFoldersRequestType.operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReviseMyMessagesFoldersCall()
public ReviseMyMessagesFoldersCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void reviseMyMessagesFolders() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public long[] getFolderID()
public void setFolderID(long[] folderID)
folderID
- long[]public String[] getFolderName()
public void setFolderName(String[] folderName)
folderName
- String[]public MyMessagesFolderOperationCodeType getOperation()
public void setOperation(MyMessagesFolderOperationCodeType operation)
operation
- MyMessagesFolderOperationCodeType
|
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.