Uses of Class
com.twilio.twiml.voice.Gather.Language
-
Packages that use Gather.Language Package Description com.twilio.twiml.voice -
-
Uses of Gather.Language in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Gather.Language Modifier and Type Method Description Gather.LanguageGather. getLanguage()Language to usestatic Gather.LanguageGather.Language. valueOf(String name)Returns the enum constant of this type with the specified name.static Gather.Language[]Gather.Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Gather.Language Modifier and Type Method Description Gather.BuilderGather.Builder. language(Gather.Language language)Language to use
-