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