Uses of Enum Class
com.vonage.client.verify2.VerificationStatus
Packages that use VerificationStatus
-
Uses of VerificationStatus in com.vonage.client.verify2
Fields in com.vonage.client.verify2 declared as VerificationStatusModifier and TypeFieldDescriptionprotected VerificationStatusVerificationCallback.statusprotected VerificationStatusWorkflowStatus.statusMethods in com.vonage.client.verify2 that return VerificationStatusModifier and TypeMethodDescriptionstatic VerificationStatusVerificationStatus.fromString(String name) VerificationCallback.getStatus()Current status of this request.VerifyCodeResponse.getStatus()Status of the verification workflow.WorkflowStatus.getStatus()State of the verification workflow.static VerificationStatusReturns the enum constant of this class with the specified name.static VerificationStatus[]VerificationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.