Uses of Enum Class
com.esprow.oapi.ValidationResult.Severity
-
Uses of ValidationResult.Severity in com.esprow.oapi
Modifier and TypeMethodDescriptionValidationResult.severity()
Returns the value of theseverity
record component.static ValidationResult.Severity
Returns the enum constant of this class with the specified name.static ValidationResult.Severity[]
ValidationResult.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionValidationResult
(ValidationResult.Severity severity, String message, ValidationResult[] details) Creates an instance of aValidationResult
record class.