public class ResultsOrder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultsOrder.Direction |
static class |
ResultsOrder.OrderBy |
Constructor and Description |
---|
ResultsOrder(T orderBy, ResultsOrder.Direction direction)
Contructor.
|
Modifier and Type | Method and Description |
---|---|
ResultsOrder.Direction |
getDirection() |
Order |
getOrderBy() |
public ResultsOrder(T orderBy, ResultsOrder.Direction direction)
orderBy
- an object that is both an Enum and implements Orderdirection
-public Order getOrderBy()
public ResultsOrder.Direction getDirection()