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