| Package | Description |
|---|---|
| org.graylog.plugins.views.search.rest | |
| org.graylog.plugins.views.search.validation |
| Modifier and Type | Method and Description |
|---|---|
static ValidationTypeDTO |
ValidationTypeDTO.from(ValidationType validationType) |
| Modifier and Type | Method and Description |
|---|---|
abstract ValidationType |
ValidationMessage.validationType() |
static ValidationType |
ValidationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationType[] |
ValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.Builder |
ValidationMessage.builder(ValidationType validationType) |
abstract ValidationMessage.Builder |
ValidationMessage.Builder.validationType(ValidationType undeclaredParameter) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.