public abstract class MessageList extends Object implements SearchType
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageList.Builder |
static class |
MessageList.Result |
SearchType.Fallback| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
TYPE_FIELD| Constructor and Description |
|---|
MessageList() |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
static MessageList.Builder |
builder() |
abstract Filter |
filter() |
abstract String |
id() |
abstract int |
limit() |
abstract int |
offset() |
abstract List<Sort> |
sort() |
abstract MessageList.Builder |
toBuilder() |
abstract String |
type() |
public static final String NAME
public abstract String type()
type in interface SearchType@Nullable public abstract String id()
id in interface SearchType@Nullable public abstract Filter filter()
filter in interface SearchTypepublic abstract int limit()
public abstract int offset()
public static MessageList.Builder builder()
public abstract MessageList.Builder toBuilder()
public SearchType applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode state)
applyExecutionContext in interface SearchTypeCopyright © 2012–2020 Graylog, Inc.. All rights reserved.