Uses of Class
com.twilio.rest.verify.v2.service.VerificationCheck.Channel
-
Packages that use VerificationCheck.Channel Package Description com.twilio.rest.verify.v2.service -
-
Uses of VerificationCheck.Channel in com.twilio.rest.verify.v2.service
Methods in com.twilio.rest.verify.v2.service that return VerificationCheck.Channel Modifier and Type Method Description static VerificationCheck.Channel
VerificationCheck.Channel. forValue(String value)
VerificationCheck.Channel
VerificationCheck. getChannel()
static VerificationCheck.Channel
VerificationCheck.Channel. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerificationCheck.Channel[]
VerificationCheck.Channel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-