|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageCollection
This interface represents Message Collection
Nested Class Summary | |
---|---|
static class |
MessageCollection.Field
An enumeration of field names in a message. |
Field Summary | |
---|---|
static String |
ALL
|
static String |
OUTBOX
|
Method Summary | |
---|---|
String |
getId()
Gets the unique ID of the message collection. |
String |
getTitle()
Gets the title of the message collection. |
Integer |
getTotal()
Gets the total number of messages for this collection. |
Integer |
getUnread()
Gets the total number of unread messages. |
Date |
getUpdated()
Returns the last time this message collection was modified. |
List<Url> |
getUrls()
Get the URLs related to the message collection. |
void |
setId(String id)
Sets the unique ID of the message collection. |
void |
setTitle(String newTitle)
Sets the title of the message message collection. |
void |
setTotal(Integer total)
Sets the total number of messages for this collection |
void |
setUnread(Integer unread)
Sets the total number of unread messages. |
void |
setUpdated(Date updated)
Sets the updated time for this message collection. |
void |
setUrls(List<Url> urls)
Set the URLs related to the message collection |
Field Detail |
---|
static final String OUTBOX
static final String ALL
Method Detail |
---|
String getId()
void setId(String id)
id
- the ID value to setString getTitle()
void setTitle(String newTitle)
newTitle
- the title of the messageInteger getTotal()
void setTotal(Integer total)
total
- the total number of messagesInteger getUnread()
void setUnread(Integer unread)
unread
- the number of unread messagesDate getUpdated()
void setUpdated(Date updated)
updated
- List<Url> getUrls()
void setUrls(List<Url> urls)
urls
- the URLs related to the message collection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |