public enum KibanaLogCallResultTypes extends java.lang.Enum<KibanaLogCallResultTypes>
Enum Constant and Description |
---|
BACKEND_FAILURE |
CACHED |
SUCCESS |
TIME_OUT |
Modifier and Type | Method and Description |
---|---|
static KibanaLogCallResultTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KibanaLogCallResultTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KibanaLogCallResultTypes SUCCESS
public static final KibanaLogCallResultTypes TIME_OUT
public static final KibanaLogCallResultTypes BACKEND_FAILURE
public static final KibanaLogCallResultTypes CACHED
public static KibanaLogCallResultTypes[] values()
for (KibanaLogCallResultTypes c : KibanaLogCallResultTypes.values()) System.out.println(c);
public static KibanaLogCallResultTypes 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 null