public static enum IndicesAliasesRequest.AliasActions.Type extends java.lang.Enum<IndicesAliasesRequest.AliasActions.Type>
| Enum Constant and Description |
|---|
ADD |
REMOVE |
REMOVE_INDEX |
| Modifier and Type | Method and Description |
|---|---|
static IndicesAliasesRequest.AliasActions.Type |
fromValue(byte value) |
byte |
value() |
static IndicesAliasesRequest.AliasActions.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndicesAliasesRequest.AliasActions.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndicesAliasesRequest.AliasActions.Type ADD
public static final IndicesAliasesRequest.AliasActions.Type REMOVE
public static final IndicesAliasesRequest.AliasActions.Type REMOVE_INDEX
public static IndicesAliasesRequest.AliasActions.Type[] values()
for (IndicesAliasesRequest.AliasActions.Type c : IndicesAliasesRequest.AliasActions.Type.values()) System.out.println(c);
public static IndicesAliasesRequest.AliasActions.Type 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 nullpublic byte value()
public static IndicesAliasesRequest.AliasActions.Type fromValue(byte value)