Uses of Class
com.twilio.twiml.voice.Dial.RingTone
-
Packages that use Dial.RingTone Package Description com.twilio.twiml.voice -
-
Uses of Dial.RingTone in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Dial.RingTone Modifier and Type Method Description Dial.RingToneDial. getRingTone()Ringtone allows you to override the ringback tone that Twilio will play back to the caller while executing the Dialstatic Dial.RingToneDial.RingTone. valueOf(String name)Returns the enum constant of this type with the specified name.static Dial.RingTone[]Dial.RingTone. 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 Dial.RingTone Modifier and Type Method Description Dial.BuilderDial.Builder. ringTone(Dial.RingTone ringTone)Ringtone allows you to override the ringback tone that Twilio will play back to the caller while executing the Dial
-