Uses of Enum Class
com.vonage.client.verify2.Channel
Packages that use Channel
-
Uses of Channel in com.vonage.client.verify2
Fields in com.vonage.client.verify2 declared as ChannelModifier and TypeFieldDescriptionprotected ChannelVerificationCallback.channelprotected final ChannelWorkflow.Builder.channelprotected final ChannelWorkflow.channelprotected ChannelWorkflowStatus.channelMethods in com.vonage.client.verify2 that return ChannelModifier and TypeMethodDescriptionVerificationCallback.getChannel()If VerificationCallback.getType() is CallbackType.EVENT, this will return the contact channel of the event update,nullotherwise.Workflow.getChannel()The communication channel for this verification workflow.WorkflowStatus.getChannel()The workflow type.static ChannelReturns the enum constant of this class with the specified name.static Channel[]Channel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.verify2 with parameters of type Channel