Uses of Class
com.twilio.twiml.voice.Prompt.ErrorType
-
Packages that use Prompt.ErrorType Package Description com.twilio.twiml.voice -
-
Uses of Prompt.ErrorType in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Prompt.ErrorType Modifier and Type Method Description static Prompt.ErrorTypePrompt.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static Prompt.ErrorType[]Prompt.ErrorType. 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 Prompt.ErrorType Modifier and Type Method Description List<Prompt.ErrorType>Prompt. getErrorTypes()Type of errorMethods in com.twilio.twiml.voice with parameters of type Prompt.ErrorType Modifier and Type Method Description Prompt.BuilderPrompt.Builder. errorTypes(Prompt.ErrorType errorType)Type of errorMethod parameters in com.twilio.twiml.voice with type arguments of type Prompt.ErrorType Modifier and Type Method Description Prompt.BuilderPrompt.Builder. errorTypes(List<Prompt.ErrorType> errorType)Type of error
-