| Package | Description |
|---|---|
| org.graylog.plugins.views.search.rest |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessageDTO |
ValidationMessageDTO.create(ValidationTypeDTO validationType,
Integer beginLine,
Integer beginColumn,
Integer endLine,
Integer endColumn,
String errorMessage,
String relatedProperty) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ValidationMessageDTO> |
ValidationResponseDTO.explanations() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResponseDTO |
ValidationResponseDTO.create(ValidationStatusDTO status,
List<ValidationMessageDTO> explanations) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.