|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<YouTubeQuery.OrderBy>
com.google.gdata.client.youtube.YouTubeQuery.OrderBy
public static enum YouTubeQuery.OrderBy
Standard values for the orderby
parameter.
Enum Constant Summary | |
---|---|
PUBLISHED
|
|
RATING
|
|
RELEVANCE
|
|
UPDATED
Deprecated. use PUBLISHED instead. |
|
VIEW_COUNT
|
Method Summary | |
---|---|
static YouTubeQuery.OrderBy |
fromParameterValue(java.lang.String value)
|
java.lang.String |
toParameterValue()
Returns the corresponding parameter value. |
static YouTubeQuery.OrderBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static YouTubeQuery.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final YouTubeQuery.OrderBy RELEVANCE
@Deprecated public static final YouTubeQuery.OrderBy UPDATED
PUBLISHED
instead.public static final YouTubeQuery.OrderBy VIEW_COUNT
public static final YouTubeQuery.OrderBy RATING
public static final YouTubeQuery.OrderBy PUBLISHED
Method Detail |
---|
public static YouTubeQuery.OrderBy[] values()
for (YouTubeQuery.OrderBy c : YouTubeQuery.OrderBy.values()) System.out.println(c);
public static YouTubeQuery.OrderBy 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toParameterValue()
public static YouTubeQuery.OrderBy fromParameterValue(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |