| Modifier and Type | Method and Description |
|---|---|
static DataTablesInput.Order.Direction |
DataTablesInput.Order.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTablesInput.Order.Direction[] |
DataTablesInput.Order.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Order(@Min(value=0L) int column,
@NotNull DataTablesInput.Order.Direction dir) |
Copyright © 2019. All rights reserved.