public static enum CalendarOperationsExtension.CalendarOperation extends java.lang.Enum<CalendarOperationsExtension.CalendarOperation> implements Operation
Enum Constant and Description |
---|
CREATE
Create Operation.
|
DELETE
Delete operation.
|
UPDATE
Update operation.
|
UPLOADIMAGE
Image upload operation.
|
Modifier and Type | Method and Description |
---|---|
static CalendarOperationsExtension.CalendarOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarOperationsExtension.CalendarOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarOperationsExtension.CalendarOperation CREATE
public static final CalendarOperationsExtension.CalendarOperation UPDATE
public static final CalendarOperationsExtension.CalendarOperation DELETE
public static final CalendarOperationsExtension.CalendarOperation UPLOADIMAGE
public static CalendarOperationsExtension.CalendarOperation[] values()
for (CalendarOperationsExtension.CalendarOperation c : CalendarOperationsExtension.CalendarOperation.values()) System.out.println(c);
public static CalendarOperationsExtension.CalendarOperation 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved