public enum ApiEventCategory extends Enum<ApiEventCategory>
Modifier and Type | Class and Description |
---|---|
static class |
ApiEventCategory.Adapter |
Enum Constant and Description |
---|
ACTIVITY_EVENT |
AUDIT_EVENT |
HBASE |
HEALTH_EVENT |
LOG_EVENT |
SYSTEM |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ApiEventCategory |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ApiEventCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEventCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiEventCategory UNKNOWN
public static final ApiEventCategory HEALTH_EVENT
public static final ApiEventCategory LOG_EVENT
public static final ApiEventCategory AUDIT_EVENT
public static final ApiEventCategory ACTIVITY_EVENT
public static final ApiEventCategory HBASE
public static final ApiEventCategory SYSTEM
public static ApiEventCategory[] values()
for (ApiEventCategory c : ApiEventCategory.values()) System.out.println(c);
public static ApiEventCategory 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 nullpublic String getValue()
public String toString()
toString
in class Enum<ApiEventCategory>
public static ApiEventCategory fromValue(String text)
Copyright © 2019. All rights reserved.