public static enum CalendarRestApi.RecurringUpdateType extends Enum<CalendarRestApi.RecurringUpdateType>
| Modifier and Type | Method and Description |
|---|---|
static CalendarRestApi.RecurringUpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarRestApi.RecurringUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarRestApi.RecurringUpdateType ALL
public static final CalendarRestApi.RecurringUpdateType FOLLOWING
public static final CalendarRestApi.RecurringUpdateType ONE
public static CalendarRestApi.RecurringUpdateType[] values()
for (CalendarRestApi.RecurringUpdateType c : CalendarRestApi.RecurringUpdateType.values()) System.out.println(c);
public static CalendarRestApi.RecurringUpdateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2003–2020 eXo Platform SAS. All rights reserved.