Uses of Class
com.twilio.twiml.voice.Say.Language
-
Packages that use Say.Language Package Description com.twilio.twiml.voice -
-
Uses of Say.Language in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Say.Language Modifier and Type Method Description Say.Language
Say. getLanguage()
Message languagestatic Say.Language
Say.Language. valueOf(String name)
Returns the enum constant of this type with the specified name.static Say.Language[]
Say.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 Say.Language Modifier and Type Method Description Say.Builder
Say.Builder. language(Say.Language language)
Message language
-