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 ValidationStatus
ValidationStatus. getByValue(String value)
static ValidationStatus
ValidationStatus. 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.
-