| Package | Description |
|---|---|
| org.graylog.plugins.views.search.rest |
| Modifier and Type | Method and Description |
|---|---|
abstract ValidationTypeDTO |
ValidationMessageDTO.errorType() |
static ValidationTypeDTO |
ValidationTypeDTO.from(ValidationType validationType) |
static ValidationTypeDTO |
ValidationTypeDTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationTypeDTO[] |
ValidationTypeDTO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessageDTO |
ValidationMessageDTO.create(ValidationTypeDTO validationType,
Integer beginLine,
Integer beginColumn,
Integer endLine,
Integer endColumn,
String errorMessage,
String relatedProperty) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.