Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ReviseMyMessagesFoldersRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.ReviseMyMessagesFoldersRequestType
All Implemented Interfaces:
Serializable

public class ReviseMyMessagesFoldersRequestType
extends AbstractRequestType
implements Serializable

Renames, removes, or restores the specified My Messages folders for a given user.

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

Field Summary
protected  List<Long> folderID
           
protected  List<String> folderName
           
protected  MyMessagesFolderOperationCodeType operation
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
ReviseMyMessagesFoldersRequestType()
           
 
Method Summary
protected  List<Long> _getFolderID()
           
protected  List<String> _getFolderName()
           
 long[] getFolderID()
           
 long getFolderID(int idx)
           
 int getFolderIDLength()
           
 String[] getFolderName()
           
 String getFolderName(int idx)
           
 int getFolderNameLength()
           
 MyMessagesFolderOperationCodeType getOperation()
          Gets the value of the operation property.
 long setFolderID(int idx, long value)
           
 void setFolderID(long[] values)
           
 String setFolderName(int idx, String value)
           
 void setFolderName(String[] values)
           
 void setOperation(MyMessagesFolderOperationCodeType value)
          Sets the value of the operation property.
 
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
 

Field Detail

operation

protected MyMessagesFolderOperationCodeType operation

folderID

protected List<Long> folderID

folderName

protected List<String> folderName
Constructor Detail

ReviseMyMessagesFoldersRequestType

public ReviseMyMessagesFoldersRequestType()
Method Detail

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 List<Long> _getFolderID()

setFolderID

public long setFolderID(int idx,
                        long value)
Parameters:
value - allowed object is Long

getFolderName

public String[] getFolderName()
Returns:
array of String

getFolderName

public String getFolderName(int idx)
Returns:
one of String

getFolderNameLength

public int getFolderNameLength()

setFolderName

public void setFolderName(String[] values)
Parameters:
values - allowed objects are String

_getFolderName

protected List<String> _getFolderName()

setFolderName

public String setFolderName(int idx,
                            String value)
Parameters:
value - allowed object is String

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.