Uses of Enum
com.okta.sdk.resource.model.UserRiskRequest.RiskLevelEnum
-
Uses of UserRiskRequest.RiskLevelEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionUserRiskRequest.getRiskLevel()
The risk level associated with the userReturns the enum constant of this type with the specified name.static UserRiskRequest.RiskLevelEnum[]
UserRiskRequest.RiskLevelEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionUserRiskRequest.riskLevel
(UserRiskRequest.RiskLevelEnum riskLevel) void
UserRiskRequest.setRiskLevel
(UserRiskRequest.RiskLevelEnum riskLevel)