Package | Description |
---|---|
com.oss.teamshare.messaging |
Modifier and Type | Method and Description |
---|---|
MessageStatus |
Message.getStatus() |
static MessageStatus |
MessageStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageStatus[] |
MessageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setStatus(MessageStatus status) |
void |
Mailbox.updateMessageStatus(Message msg,
MessageStatus newStatus)
Updates the message's status (read/unread), see also
MessageStatus |