|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResponseActions>
microsoft.exchange.webservices.data.ResponseActions
public enum ResponseActions
Defines the response actions that can be taken on an item.
Enum Constant Summary | |
---|---|
Accept
The Accept. |
|
Cancel
The Cancel. |
|
Decline
The Decline. |
|
Forward
The Forward. |
|
None
The None. |
|
PostReply
The Post reply. |
|
RemoveFromCalendar
The Remove from calendar. |
|
Reply
The Reply. |
|
ReplyAll
The Reply all. |
|
SuppressReadReceipt
The Suppress read receipt. |
|
TentativelyAccept
The Tentatively accept. |
Method Summary | |
---|---|
static ResponseActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResponseActions[] |
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 ResponseActions None
public static final ResponseActions Accept
public static final ResponseActions TentativelyAccept
public static final ResponseActions Decline
public static final ResponseActions Reply
public static final ResponseActions ReplyAll
public static final ResponseActions Forward
public static final ResponseActions Cancel
public static final ResponseActions RemoveFromCalendar
public static final ResponseActions SuppressReadReceipt
public static final ResponseActions PostReply
Method Detail |
---|
public static ResponseActions[] values()
for (ResponseActions c : ResponseActions.values()) System.out.println(c);
public static ResponseActions 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 |