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