|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailMessage.MessageFlag | |
|---|---|
| com.tootsville | |
| Uses of MailMessage.MessageFlag in com.tootsville |
|---|
| Fields in com.tootsville with type parameters of type MailMessage.MessageFlag | |
|---|---|
private HashMap<Integer,MailMessage.MessageFlag> |
MailMessage.flags
Flags set on this message, stored by key of the userID who created the flag and the value of the flag names. |
| Methods in com.tootsville that return MailMessage.MessageFlag | |
|---|---|
static MailMessage.MessageFlag |
MailMessage.MessageFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MailMessage.MessageFlag[] |
MailMessage.MessageFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.tootsville with parameters of type MailMessage.MessageFlag | |
|---|---|
void |
MailMessage.addFlag(AbstractUser u,
MailMessage.MessageFlag flag)
Add a flag to this message. |
void |
MailMessage.addFlag(int fromUserID,
MailMessage.MessageFlag flag)
Add a flag to this message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||