|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<LegacyFreeBusyStatus>
microsoft.exchange.webservices.data.LegacyFreeBusyStatus
public enum LegacyFreeBusyStatus
Defines the legacy free/busy status associated with an appointment.
| Enum Constant Summary | |
|---|---|
Busy
The Busy. |
|
Free
The Free. |
|
NoData
The No data. |
|
OOF
The OOF. |
|
Tentative
The Tentative. |
|
| Method Summary | |
|---|---|
static LegacyFreeBusyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LegacyFreeBusyStatus[] |
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 LegacyFreeBusyStatus Free
public static final LegacyFreeBusyStatus Tentative
public static final LegacyFreeBusyStatus Busy
public static final LegacyFreeBusyStatus OOF
public static final LegacyFreeBusyStatus NoData
| Method Detail |
|---|
public static LegacyFreeBusyStatus[] values()
for (LegacyFreeBusyStatus c : LegacyFreeBusyStatus.values()) System.out.println(c);
public static LegacyFreeBusyStatus valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||