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