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