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