public abstract class Sort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Sort.Order |
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
create(String field,
Sort.Order order) |
abstract String |
field() |
abstract Sort.Order |
order() |
public abstract String field()
public abstract Sort.Order order()
public static Sort create(String field, Sort.Order order)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.