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