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