|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MeetingResponseType>
microsoft.exchange.webservices.data.MeetingResponseType
public enum MeetingResponseType
Defines the types of response given to a meeting request.
Enum Constant Summary | |
---|---|
Accept
The Accept. |
|
Decline
The Decline. |
|
NoResponseReceived
The No response received. |
|
Organizer
The Organizer. |
|
Tentative
The Tentative. |
|
Unknown
The Unknown. |
Method Summary | |
---|---|
static MeetingResponseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MeetingResponseType[] |
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 MeetingResponseType Unknown
public static final MeetingResponseType Organizer
public static final MeetingResponseType Tentative
public static final MeetingResponseType Accept
public static final MeetingResponseType Decline
public static final MeetingResponseType NoResponseReceived
Method Detail |
---|
public static MeetingResponseType[] values()
for (MeetingResponseType c : MeetingResponseType.values()) System.out.println(c);
public static MeetingResponseType 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 |