Uses of Enum Class
com.vonage.client.verify.VerifyRequest.Workflow
Packages that use VerifyRequest.Workflow
-
Uses of VerifyRequest.Workflow in com.vonage.client.verify
Methods in com.vonage.client.verify that return VerifyRequest.WorkflowModifier and TypeMethodDescriptionVerifyRequest.getWorkflow()static VerifyRequest.WorkflowReturns the enum constant of this class with the specified name.static VerifyRequest.Workflow[]VerifyRequest.Workflow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.verify with parameters of type VerifyRequest.WorkflowModifier and TypeMethodDescriptionVerifyClient.verify(String number, String brand, VerifyRequest.Workflow workflow) Send a verification request to a phone number with a pin verification workflowVerifyRequest.Builder.workflow(VerifyRequest.Workflow workflow) Set the predefined sequence of SMS and TTS (Text To Speech) actions to use in order to convey the PIN to your user.