Uses of Enum Class
com.esprow.oapi.ValidationResult.Severity
Packages that use ValidationResult.Severity
-
Uses of ValidationResult.Severity in com.esprow.oapi
Methods in com.esprow.oapi that return ValidationResult.SeverityModifier 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.Constructors in com.esprow.oapi with parameters of type ValidationResult.SeverityModifierConstructorDescriptionValidationResult
(ValidationResult.Severity severity, String message, ValidationResult[] details) Creates an instance of aValidationResult
record class.