public final class Order extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.Direction |
| Constructor and Description |
|---|
Order(String field,
Order.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
static Order |
by(String field,
Order.Direction direction) |
boolean |
equals(Object o) |
Order.Direction |
getDirection() |
String |
getField() |
int |
hashCode() |
boolean |
isAscending() |
boolean |
isSpecific() |
String |
toString() |
static Order |
unspecified() |
public Order(String field, Order.Direction direction)
public static Order by(String field, Order.Direction direction)
public static Order unspecified()
public Order.Direction getDirection()
public String getField()
public boolean isSpecific()
public boolean isAscending()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.