Uses of Class
com.twilio.twiml.voice.Gather.Input
-
Packages that use Gather.Input Package Description com.twilio.twiml.voice -
-
Uses of Gather.Input in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Gather.Input Modifier and Type Method Description static Gather.InputGather.Input. valueOf(String name)Returns the enum constant of this type with the specified name.static Gather.Input[]Gather.Input. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice that return types with arguments of type Gather.Input Modifier and Type Method Description List<Gather.Input>Gather. getInputs()Input type Twilio should acceptMethods in com.twilio.twiml.voice with parameters of type Gather.Input Modifier and Type Method Description Gather.BuilderGather.Builder. inputs(Gather.Input input)Input type Twilio should acceptMethod parameters in com.twilio.twiml.voice with type arguments of type Gather.Input Modifier and Type Method Description Gather.BuilderGather.Builder. inputs(List<Gather.Input> input)Input type Twilio should accept
-