public interface InboxItem extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
The item's message.
|
java.lang.String |
getContentHTML()
The items' message in HTML format.
|
java.util.Map<java.lang.String,Currency> |
getCurrencies()
The currencies awarded (or reduced) from the user as part of the message.
|
java.lang.String |
getID() |
java.lang.String |
getShortContent()
Get the message short description text.
|
java.util.Date |
getTimestamp()
The time at which the message was sent.
|
java.lang.String |
getTitle()
Get the message title
|
boolean |
isUnread()
Was this message read before or not.
|
java.lang.String getID()
java.lang.String getContent()
null
.java.lang.String getContentHTML()
null
java.util.Date getTimestamp()
java.util.Map<java.lang.String,Currency> getCurrencies()
0
for each currency.boolean isUnread()
true
if the message was never marked as read before,
false
otherwise.Inbox.markAllAsRead()
java.lang.String getTitle()
java.lang.String getShortContent()