| Modifier and Type | Method and Description |
|---|---|
static SearchParameter.SortOrder |
SearchParameter.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchParameter.SortOrder[] |
SearchParameter.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchParameter |
SearchParameter.orderBy(String field,
SearchParameter.SortOrder dir) |
| Constructor and Description |
|---|
OrderBy(String field,
SearchParameter.SortOrder dir) |
Copyright © 2018. All rights reserved.