Uses of Class
com.vonage.client.verify2.VerificationRequest.Builder
Packages that use VerificationRequest.Builder
-
Uses of VerificationRequest.Builder in com.vonage.client.verify2
Methods in com.vonage.client.verify2 that return VerificationRequest.BuilderModifier and TypeMethodDescriptionVerificationRequest.Builder.addWorkflow(Workflow workflow) (REQUIRED) Workflows are a sequence of actions that Vonage use to reach the user you wish to verify with a PIN code.(REQUIRED) The brand that is sending the verification request.static VerificationRequest.BuilderVerificationRequest.builder()Entry point for constructing an instance of this class.VerificationRequest.Builder.channelTimeout(int timeout) (OPTIONAL) Specifies the wait time in seconds between attempts to delivery the verification code between workflows.(OPTIONAL) If this reference is set when the request is sent, it will be included in the callbacks.(OPTIONAL) An optional alphanumeric custom code to use, if you don't want Vonage to generate the code.VerificationRequest.Builder.codeLength(int codeLength) (OPTIONAL) Length of the code to send to the user, must be between 4 and 10 (inclusive).VerificationRequest.Builder.fraudCheck()Bypasses the network block used for fraud check.VerificationRequest.Builder.fraudCheck(boolean fraudCheck) (OPTIONAL) Set this parameter tofalseto force through the request even if it's blocked by the network's fraud protection.(OPTIONAL) Set the language that this request will be delivered in.(OPTIONAL) Set the language that this request will be delivered in.(REQUIRED if addWorkflow(Workflow)) has not been called.