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