Uses of Enum Class
org.graylog.plugins.views.search.rest.ValidationTypeDTO
Packages that use ValidationTypeDTO
-
Uses of ValidationTypeDTO in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return ValidationTypeDTOModifier and TypeMethodDescriptionabstract ValidationTypeDTOValidationMessageDTO.errorType()static ValidationTypeDTOValidationTypeDTO.from(ValidationType validationType) static ValidationTypeDTOReturns the enum constant of this class with the specified name.static ValidationTypeDTO[]ValidationTypeDTO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.rest with parameters of type ValidationTypeDTOModifier and TypeMethodDescriptionstatic ValidationMessageDTO.BuilderValidationMessageDTO.builder(ValidationTypeDTO validationType, String errorMessage) abstract ValidationMessageDTO.BuilderValidationMessageDTO.Builder.errorType(ValidationTypeDTO type)