Uses of Class
com.twilio.twiml.voice.Prompt.For
-
Packages that use Prompt.For Package Description com.twilio.twiml.voice -
-
Uses of Prompt.For in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Prompt.For Modifier and Type Method Description Prompt.ForPrompt. getFor_()Name of the payment source data elementstatic Prompt.ForPrompt.For. valueOf(String name)Returns the enum constant of this type with the specified name.static Prompt.For[]Prompt.For. 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 Prompt.For Modifier and Type Method Description Prompt.BuilderPrompt.Builder. for_(Prompt.For for_)Name of the payment source data element
-