com.ebay.soap.eBLBaseComponents
Class ReviseMyMessagesFoldersRequestType
java.lang.Object
com.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.ReviseMyMessagesFoldersRequestType
- All Implemented Interfaces:
- java.io.Serializable
public class ReviseMyMessagesFoldersRequestType
- extends AbstractRequestType
- implements java.io.Serializable
This call can be used to add, remove, or rename a custom folder in My eBay Messages. Note that the Inbox and Sent folders cannot be removed or renamed in My eBay Messages.
A user can have up to 10 custom folders in My eBay Messages, and it is possible to add, remove, or rename up to 10 custom folders with one ReviseMyMessagesFolders call
Java class for ReviseMyMessagesFoldersRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReviseMyMessagesFoldersRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="Operation" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesFolderOperationCodeType" minOccurs="0"/>
<element name="FolderID" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="FolderName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operation
protected MyMessagesFolderOperationCodeType operation
folderID
protected java.util.List<java.lang.Long> folderID
folderName
protected java.util.List<java.lang.String> folderName
ReviseMyMessagesFoldersRequestType
public ReviseMyMessagesFoldersRequestType()
getOperation
public MyMessagesFolderOperationCodeType getOperation()
- Gets the value of the operation property.
- Returns:
- possible object is
MyMessagesFolderOperationCodeType
setOperation
public void setOperation(MyMessagesFolderOperationCodeType value)
- Sets the value of the operation property.
- Parameters:
value
- allowed object is
MyMessagesFolderOperationCodeType
getFolderID
public long[] getFolderID()
- Returns:
- array of
Long
getFolderID
public long getFolderID(int idx)
- Returns:
- one of
Long
getFolderIDLength
public int getFolderIDLength()
setFolderID
public void setFolderID(long[] values)
- Parameters:
values
- allowed objects are
Long
_getFolderID
protected java.util.List<java.lang.Long> _getFolderID()
setFolderID
public long setFolderID(int idx,
long value)
- Parameters:
value
- allowed object is
Long
getFolderName
public java.lang.String[] getFolderName()
- Returns:
- array of
String
getFolderName
public java.lang.String getFolderName(int idx)
- Returns:
- one of
String
getFolderNameLength
public int getFolderNameLength()
setFolderName
public void setFolderName(java.lang.String[] values)
- Parameters:
values
- allowed objects are
String
_getFolderName
protected java.util.List<java.lang.String> _getFolderName()
setFolderName
public java.lang.String setFolderName(int idx,
java.lang.String value)
- Parameters:
value
- allowed object is
String
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.