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