Uses of Class
com.twilio.twiml.voice.Prompt.CardType
-
Packages that use Prompt.CardType Package Description com.twilio.twiml.voice -
-
Uses of Prompt.CardType in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Prompt.CardType Modifier and Type Method Description static Prompt.CardTypePrompt.CardType. valueOf(String name)Returns the enum constant of this type with the specified name.static Prompt.CardType[]Prompt.CardType. 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.CardType Modifier and Type Method Description List<Prompt.CardType>Prompt. getCardTypes()Type of the credit cardMethods in com.twilio.twiml.voice with parameters of type Prompt.CardType Modifier and Type Method Description Prompt.BuilderPrompt.Builder. cardTypes(Prompt.CardType cardType)Type of the credit cardMethod parameters in com.twilio.twiml.voice with type arguments of type Prompt.CardType Modifier and Type Method Description Prompt.BuilderPrompt.Builder. cardTypes(List<Prompt.CardType> cardType)Type of the credit card
-