public static final enum

YouTubeQuery.Time

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.client.youtube.YouTubeQuery.Time

Class Overview

Standard values for the time parameter.

Summary

Enum Values
YouTubeQuery.Time  ALL_TIME   
YouTubeQuery.Time  THIS_MONTH   
YouTubeQuery.Time  THIS_WEEK   
YouTubeQuery.Time  TODAY   
Fields
private static Map<String, YouTubeQuery.Time> PARAMETER_TO_TIME
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static YouTubeQuery.Time fromParameterValue(String value)
String toParameterValue()
Returns the corresponding parameter value.
static YouTubeQuery.Time valueOf(String name)
final static Time[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final YouTubeQuery.Time ALL_TIME

public static final YouTubeQuery.Time THIS_MONTH

public static final YouTubeQuery.Time THIS_WEEK

public static final YouTubeQuery.Time TODAY

Fields

private static Map<String, YouTubeQuery.Time> PARAMETER_TO_TIME

private final String value

Public Methods

public static YouTubeQuery.Time fromParameterValue (String value)

Parameters
value

public String toParameterValue ()

Returns the corresponding parameter value.

public static YouTubeQuery.Time valueOf (String name)

Parameters
name

public static final Time[] values ()