Uses of Class
com.securenative.models.RiskLevel
-
Packages that use RiskLevel Package Description com.securenative.models -
-
Uses of RiskLevel in com.securenative.models
Methods in com.securenative.models that return RiskLevel Modifier and Type Method Description static RiskLevelRiskLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RiskLevel[]RiskLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-