|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.ResourceItem
oracle.workspaces.ws.beans.MessageItem
This class represents a message.
Constructor Summary | |
MessageItem() Default constructor |
Method Summary | |
MessageBodyPart[] |
getAttachments() Gets an array of body parts representing the attachments included in this message. |
NamedValue[] |
getAttributes() Gets the requested attributes in the form of name-value pairs. |
java.lang.String |
getBoardUid() Gets the board Uid of the message. |
java.lang.String[] |
getFlags() Gets the flags of the message. |
java.lang.String[] |
getFromAddresses() Gets the from Addresses of the message. |
java.util.Calendar |
getSentDate() Gets the sent date of the message. |
java.lang.String |
getSubject() Gets the subject of the message. |
java.lang.String |
getThreadUid() Gets the thread Uid of the message. |
void |
setAttributes(NamedValue[] attributes) Sets the name-value array representing the attributes. |
void |
setSubject(java.lang.String subject) Sets the subject of the message. |
Methods inherited from class oracle.workspaces.ws.beans.ResourceItem |
getCreatedTime, getDescription, getId, getLastModifiedBy, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName, setOwner |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageItem()
Method Detail |
public MessageBodyPart[] getAttachments()
public java.lang.String getBoardUid()
public java.lang.String[] getFlags()
public java.lang.String[] getFromAddresses()
public java.util.Calendar getSentDate()
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
-public java.lang.String getThreadUid()
public NamedValue[] getAttributes()
public void setAttributes(NamedValue[] attributes)
attributes
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |