| Package | Description |
|---|---|
| com.securenative.enums | |
| com.securenative.models |
| Modifier and Type | Method and Description |
|---|---|
static RiskLevel |
RiskLevel.fromString(String key) |
static RiskLevel |
RiskLevel.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.
|
| Modifier and Type | Method and Description |
|---|---|
RiskLevel |
VerifyResult.getRiskLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyResult.setRiskLevel(RiskLevel riskLevel) |
| Constructor and Description |
|---|
VerifyResult(RiskLevel riskLevel,
float score,
String[] triggers) |
Copyright © 2020. All rights reserved.