|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailMessage.MessageFlag | |
---|---|
org.starhope.appius.messaging |
Uses of MailMessage.MessageFlag in org.starhope.appius.messaging |
---|
Fields in org.starhope.appius.messaging 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 org.starhope.appius.messaging 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 org.starhope.appius.messaging 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 |