Uses of Class
com.securenative.enums.RiskLevel
-
Packages that use RiskLevel Package Description com.securenative.enums com.securenative.models -
-
Uses of RiskLevel in com.securenative.enums
Methods in com.securenative.enums that return RiskLevel Modifier and Type Method Description static RiskLevelRiskLevel. fromString(java.lang.String key)static RiskLevelRiskLevel. valueOf(java.lang.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. -
Uses of RiskLevel in com.securenative.models
Methods in com.securenative.models that return RiskLevel Modifier and Type Method Description RiskLevelVerifyResult. getRiskLevel()Methods in com.securenative.models with parameters of type RiskLevel Modifier and Type Method Description voidVerifyResult. setRiskLevel(RiskLevel riskLevel)Constructors in com.securenative.models with parameters of type RiskLevel Constructor Description VerifyResult(RiskLevel riskLevel, float score, java.lang.String[] triggers)
-