Uses of Enum
org.openapitools.client.model.VerifyUserFactorResult
Packages that use VerifyUserFactorResult
-
Uses of VerifyUserFactorResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return VerifyUserFactorResultModifier and TypeMethodDescriptionstatic VerifyUserFactorResult
VerifyUserFactorResponse.getFactorResult()
Get factorResultstatic VerifyUserFactorResult
Returns the enum constant of this type with the specified name.static VerifyUserFactorResult[]
VerifyUserFactorResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type VerifyUserFactorResultModifier and TypeMethodDescriptionVerifyUserFactorResponse.factorResult
(VerifyUserFactorResult factorResult) void
VerifyUserFactorResponse.setFactorResult
(VerifyUserFactorResult factorResult)