| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.paging |
| Modifier and Type | Method and Description |
|---|---|
static Order.Direction |
Order.Direction.fromShortString(String shortString) |
Order.Direction |
Order.getDirection() |
static Order.Direction |
Order.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Direction[] |
Order.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.by(String field,
Order.Direction direction) |
Pager.Builder |
Pager.Builder.orderBy(String field,
Order.Direction direction) |
| Constructor and Description |
|---|
AlertComparator(AlertComparator.Field field,
Order.Direction direction) |
Order(String field,
Order.Direction direction) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.