Uses of Enum Class
org.graylog.plugins.views.search.validation.ValidationType
Packages that use ValidationType
Package
Description
-
Uses of ValidationType in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest with parameters of type ValidationTypeModifier and TypeMethodDescriptionstatic ValidationTypeDTOValidationTypeDTO.from(ValidationType validationType) -
Uses of ValidationType in org.graylog.plugins.views.search.validation
Methods in org.graylog.plugins.views.search.validation that return ValidationTypeModifier and TypeMethodDescriptionabstract ValidationTypeValidationMessage.validationType()static ValidationTypeReturns the enum constant of this class with the specified name.static ValidationType[]ValidationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.validation with parameters of type ValidationTypeModifier and TypeMethodDescriptionstatic ValidationMessage.BuilderValidationMessage.builder(ValidationStatus status, ValidationType validationType) abstract ValidationMessage.BuilderValidationMessage.Builder.validationType(ValidationType validationType)