public final class Operation
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Operation |
Create |
static Operation |
Delete |
static Operation |
Update |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static Operation |
valueOf(java.lang.String name) |
static Operation[] |
values() |