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