|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FlaggedForAction>
microsoft.exchange.webservices.data.FlaggedForAction
public enum FlaggedForAction
Defines the follow-up actions that may be stamped on a message.
Enum Constant Summary | |
---|---|
Any
The message is flagged with any action. |
|
Call
The recipient is requested to call the sender. |
|
DoNotForward
The recipient is requested not to forward the message. |
|
FollowUp
The recipient is requested to follow up on the message. |
|
Forward
The recipient is requested to forward the message. |
|
FYI
The recipient received the message for information. |
|
NoResponseNecessary
The recipient is informed that a response to the message is not required. |
|
Read
The recipient is requested to read the message. |
|
Reply
The recipient is requested to reply to the sender of the message. |
|
ReplyToAll
The recipient is requested to reply to everyone the message was sent to. |
|
Review
The recipient is requested to review the message. |
Method Summary | |
---|---|
static FlaggedForAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FlaggedForAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FlaggedForAction Any
public static final FlaggedForAction Call
public static final FlaggedForAction DoNotForward
public static final FlaggedForAction FollowUp
public static final FlaggedForAction FYI
public static final FlaggedForAction Forward
public static final FlaggedForAction NoResponseNecessary
public static final FlaggedForAction Read
public static final FlaggedForAction Reply
public static final FlaggedForAction ReplyToAll
public static final FlaggedForAction Review
Method Detail |
---|
public static FlaggedForAction[] values()
for (FlaggedForAction c : FlaggedForAction.values()) System.out.println(c);
public static FlaggedForAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |