public static enum SteamUGC.UGCQueryType extends Enum<SteamUGC.UGCQueryType>
| Modifier and Type | Method and Description |
|---|---|
static SteamUGC.UGCQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamUGC.UGCQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamUGC.UGCQueryType RankedByVote
public static final SteamUGC.UGCQueryType RankedByPublicationDate
public static final SteamUGC.UGCQueryType AcceptedForGameRankedByAcceptanceDate
public static final SteamUGC.UGCQueryType RankedByTrend
public static final SteamUGC.UGCQueryType FavoritedByFriendsRankedByPublicationDate
public static final SteamUGC.UGCQueryType CreatedByFriendsRankedByPublicationDate
public static final SteamUGC.UGCQueryType RankedByNumTimesReported
public static final SteamUGC.UGCQueryType CreatedByFollowedUsersRankedByPublicationDate
public static final SteamUGC.UGCQueryType NotYetRated
public static final SteamUGC.UGCQueryType RankedByTotalVotesAsc
public static final SteamUGC.UGCQueryType RankedByVotesUp
public static final SteamUGC.UGCQueryType RankedByTextSearch
public static final SteamUGC.UGCQueryType RankedByTotalUniqueSubscriptions
public static final SteamUGC.UGCQueryType RankedByPlaytimeTrend
public static final SteamUGC.UGCQueryType RankedByTotalPlaytime
public static final SteamUGC.UGCQueryType RankedByAveragePlaytimeTrend
public static final SteamUGC.UGCQueryType RankedByLifetimeAveragePlaytime
public static final SteamUGC.UGCQueryType RankedByPlaytimeSessionsTrend
public static final SteamUGC.UGCQueryType RankedByLifetimePlaytimeSessions
public static SteamUGC.UGCQueryType[] values()
for (SteamUGC.UGCQueryType c : SteamUGC.UGCQueryType.values()) System.out.println(c);
public static SteamUGC.UGCQueryType 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.