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