| Package | Description |
|---|---|
| io.leangen.graphql.execution |
| Modifier and Type | Method and Description |
|---|---|
SortField.Direction |
SortField.getDirection() |
static SortField.Direction |
SortField.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortField.Direction[] |
SortField.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortField(String name,
SortField.Direction direction) |
Copyright © 2016–2017. All rights reserved.