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