public static enum PagingParameters.OrderBy extends Enum<PagingParameters.OrderBy>
Enum Constant and Description |
---|
Alpha |
Comments |
Popularity |
Recent |
Trending |
Modifier and Type | Method and Description |
---|---|
static PagingParameters.OrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagingParameters.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagingParameters.OrderBy Alpha
public static final PagingParameters.OrderBy Popularity
public static final PagingParameters.OrderBy Recent
public static final PagingParameters.OrderBy Comments
public static final PagingParameters.OrderBy Trending
public static PagingParameters.OrderBy[] values()
for (PagingParameters.OrderBy c : PagingParameters.OrderBy.values()) System.out.println(c);
public static PagingParameters.OrderBy 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 © 2014 Equilibrium. All rights reserved.