Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ReviseMyMessagesRequestType

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

public class ReviseMyMessagesRequestType
extends AbstractRequestType
implements java.io.Serializable

This call can be used to mark one or more messages as 'Read', to flag one or more messages, and/or to move one or more messages to another My Messages folder. Any of these actions can be applied on up to 10 messages with one call.

Java class for ReviseMyMessagesRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReviseMyMessagesRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="MessageIDs" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesMessageIDArrayType" minOccurs="0"/>
         <element name="AlertIDs" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesAlertIDArrayType" minOccurs="0"/>
         <element name="Read" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Flagged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FolderID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  MyMessagesAlertIDArrayType alertIDs
           
protected  java.lang.Boolean flagged
           
protected  java.lang.Long folderID
           
protected  MyMessagesMessageIDArrayType messageIDs
           
protected  java.lang.Boolean read
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
ReviseMyMessagesRequestType()
           
 
Method Summary
 MyMessagesAlertIDArrayType getAlertIDs()
          Gets the value of the alertIDs property.
 java.lang.Long getFolderID()
          Gets the value of the folderID property.
 MyMessagesMessageIDArrayType getMessageIDs()
          Gets the value of the messageIDs property.
 java.lang.Boolean isFlagged()
          Gets the value of the flagged property.
 java.lang.Boolean isRead()
          Gets the value of the read property.
 void setAlertIDs(MyMessagesAlertIDArrayType value)
          Sets the value of the alertIDs property.
 void setFlagged(java.lang.Boolean value)
          Sets the value of the flagged property.
 void setFolderID(java.lang.Long value)
          Sets the value of the folderID property.
 void setMessageIDs(MyMessagesMessageIDArrayType value)
          Sets the value of the messageIDs property.
 void setRead(java.lang.Boolean value)
          Sets the value of the read 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

messageIDs

protected MyMessagesMessageIDArrayType messageIDs

alertIDs

protected MyMessagesAlertIDArrayType alertIDs

read

protected java.lang.Boolean read

flagged

protected java.lang.Boolean flagged

folderID

protected java.lang.Long folderID
Constructor Detail

ReviseMyMessagesRequestType

public ReviseMyMessagesRequestType()
Method Detail

getMessageIDs

public MyMessagesMessageIDArrayType getMessageIDs()
Gets the value of the messageIDs property.

Returns:
possible object is MyMessagesMessageIDArrayType

setMessageIDs

public void setMessageIDs(MyMessagesMessageIDArrayType value)
Sets the value of the messageIDs property.

Parameters:
value - allowed object is MyMessagesMessageIDArrayType

getAlertIDs

public MyMessagesAlertIDArrayType getAlertIDs()
Gets the value of the alertIDs property.

Returns:
possible object is MyMessagesAlertIDArrayType

setAlertIDs

public void setAlertIDs(MyMessagesAlertIDArrayType value)
Sets the value of the alertIDs property.

Parameters:
value - allowed object is MyMessagesAlertIDArrayType

isRead

public java.lang.Boolean isRead()
Gets the value of the read property.

Returns:
possible object is Boolean

setRead

public void setRead(java.lang.Boolean value)
Sets the value of the read property.

Parameters:
value - allowed object is Boolean

isFlagged

public java.lang.Boolean isFlagged()
Gets the value of the flagged property.

Returns:
possible object is Boolean

setFlagged

public void setFlagged(java.lang.Boolean value)
Sets the value of the flagged property.

Parameters:
value - allowed object is Boolean

getFolderID

public java.lang.Long getFolderID()
Gets the value of the folderID property.

Returns:
possible object is Long

setFolderID

public void setFolderID(java.lang.Long value)
Sets the value of the folderID property.

Parameters:
value - allowed object is Long

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.