Uses of Class
io.jans.configapi.core.model.ValidationStatus
-
Packages that use ValidationStatus Package Description io.jans.configapi.core.model -
-
Uses of ValidationStatus in io.jans.configapi.core.model
Methods in io.jans.configapi.core.model that return ValidationStatus Modifier and Type Method Description static ValidationStatusValidationStatus. getByValue(String value)static ValidationStatusValidationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationStatus[]ValidationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-