Uses of Enum Class
com.vonage.client.verify.VerifyControlCommand
Packages that use VerifyControlCommand
-
Uses of VerifyControlCommand in com.vonage.client.verify
Methods in com.vonage.client.verify that return VerifyControlCommandModifier and TypeMethodDescriptionstatic VerifyControlCommandVerifyControlCommand.fromString(String name) ControlRequest.getCommand()ControlResponse.getCommand()static VerifyControlCommandReturns the enum constant of this class with the specified name.static VerifyControlCommand[]VerifyControlCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.verify with parameters of type VerifyControlCommandModifierConstructorDescriptionControlRequest(String requestId, VerifyControlCommand command) ControlResponse(String status, VerifyControlCommand command)