public static enum Request.RequestType extends Enum<Request.RequestType> implements EnumValue<Integer>
Enum Constant and Description |
---|
followCollection |
followUser |
Modifier and Type | Method and Description |
---|---|
Integer |
getValue() |
static Request.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Request.RequestType followCollection
public static final Request.RequestType followUser
public static Request.RequestType[] values()
for (Request.RequestType c : Request.RequestType.values()) System.out.println(c);
public static Request.RequestType 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 nullCopyright © 2014 Equilibrium. All rights reserved.