public static enum QueryObject.QueryParams extends Enum<QueryObject.QueryParams>
Enum Constant and Description |
---|
CURRENT_PAGE_INDEX |
MAX_RESULTS |
ORDERED_PARAMS |
PAGE_SIZE |
QUERY |
QUICK_FILTERS |
SORT_BY |
SORT_ORDER |
Modifier and Type | Method and Description |
---|---|
static QueryObject.QueryParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryObject.QueryParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryObject.QueryParams PAGE_SIZE
public static final QueryObject.QueryParams CURRENT_PAGE_INDEX
public static final QueryObject.QueryParams MAX_RESULTS
public static final QueryObject.QueryParams SORT_BY
public static final QueryObject.QueryParams SORT_ORDER
public static final QueryObject.QueryParams ORDERED_PARAMS
public static final QueryObject.QueryParams QUERY
public static final QueryObject.QueryParams QUICK_FILTERS
public static QueryObject.QueryParams[] values()
for (QueryObject.QueryParams c : QueryObject.QueryParams.values()) System.out.println(c);
public static QueryObject.QueryParams 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 © 2018 Nuxeo. All rights reserved.