|
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.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.ReviseMyMessagesRequestType
public class ReviseMyMessagesRequestType
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>
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 |
---|
protected MyMessagesMessageIDArrayType messageIDs
protected MyMessagesAlertIDArrayType alertIDs
protected java.lang.Boolean read
protected java.lang.Boolean flagged
protected java.lang.Long folderID
Constructor Detail |
---|
public ReviseMyMessagesRequestType()
Method Detail |
---|
public MyMessagesMessageIDArrayType getMessageIDs()
MyMessagesMessageIDArrayType
public void setMessageIDs(MyMessagesMessageIDArrayType value)
value
- allowed object is
MyMessagesMessageIDArrayType
public MyMessagesAlertIDArrayType getAlertIDs()
MyMessagesAlertIDArrayType
public void setAlertIDs(MyMessagesAlertIDArrayType value)
value
- allowed object is
MyMessagesAlertIDArrayType
public java.lang.Boolean isRead()
Boolean
public void setRead(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isFlagged()
Boolean
public void setFlagged(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Long getFolderID()
Long
public void setFolderID(java.lang.Long value)
value
- allowed object is
Long
|
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.