public static enum Pagination.PaginationKey extends Enum<Pagination.PaginationKey>
Modifier and Type | Method and Description |
---|---|
static Pagination.PaginationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pagination.PaginationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pagination.PaginationKey offset
public static final Pagination.PaginationKey number
public static final Pagination.PaginationKey size
public static final Pagination.PaginationKey limit
public static final Pagination.PaginationKey totals
public static Pagination.PaginationKey[] values()
for (Pagination.PaginationKey c : Pagination.PaginationKey.values()) System.out.println(c);
public static Pagination.PaginationKey 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 © 2015–2019 Yahoo! Inc.. All rights reserved.