public static enum UserManagementOperation.OperationType extends Enum<UserManagementOperation.OperationType>
| Modifier and Type | Method and Description |
|---|---|
static UserManagementOperation.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserManagementOperation.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserManagementOperation.OperationType ADD
public static final UserManagementOperation.OperationType UPDATE
public static final UserManagementOperation.OperationType REMOVE
public static UserManagementOperation.OperationType[] values()
for (UserManagementOperation.OperationType c : UserManagementOperation.OperationType.values()) System.out.println(c);
public static UserManagementOperation.OperationType 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021