public static enum MergedFreeBusy.SlotAvailability extends java.lang.Enum<MergedFreeBusy.SlotAvailability>
| Enum Constant and Description | 
|---|
Busy  | 
Free  | 
NoData  | 
OutOfOffice  | 
Tentative  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
static MergedFreeBusy.SlotAvailability | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MergedFreeBusy.SlotAvailability[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MergedFreeBusy.SlotAvailability Free
public static final MergedFreeBusy.SlotAvailability Tentative
public static final MergedFreeBusy.SlotAvailability Busy
public static final MergedFreeBusy.SlotAvailability OutOfOffice
public static final MergedFreeBusy.SlotAvailability NoData
public static MergedFreeBusy.SlotAvailability[] values()
for (MergedFreeBusy.SlotAvailability c : MergedFreeBusy.SlotAvailability.values()) System.out.println(c);
public static MergedFreeBusy.SlotAvailability 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<MergedFreeBusy.SlotAvailability>Copyright © 2021. All Rights Reserved.