public enum CalendarSharingActionType extends java.lang.Enum<CalendarSharingActionType>
| Enum Constant and Description |
|---|
ACCEPT
accept
|
UNEXPECTED_VALUE
For CalendarSharingActionType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarSharingActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarSharingActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarSharingActionType ACCEPT
public static final CalendarSharingActionType UNEXPECTED_VALUE
public static CalendarSharingActionType[] values()
for (CalendarSharingActionType c : CalendarSharingActionType.values()) System.out.println(c);
public static CalendarSharingActionType 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 null