public interface SortConfigDTO
| Modifier and Type | Interface and Description |
|---|---|
static class |
SortConfigDTO.Direction |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_DIRECTION |
static String |
FIELD_FIELD |
static String |
FIELD_TYPE |
| Modifier and Type | Method and Description |
|---|---|
SortConfigDTO.Direction |
direction() |
String |
field() |
String |
type() |
static final String FIELD_TYPE
static final String FIELD_FIELD
static final String FIELD_DIRECTION
String type()
String field()
SortConfigDTO.Direction direction()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.