Uses of Class
com.twilio.twiml.voice.Dial.Record
-
Packages that use Dial.Record Package Description com.twilio.twiml.voice -
-
Uses of Dial.Record in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Dial.Record Modifier and Type Method Description Dial.RecordDial. getRecord()Record the callstatic Dial.RecordDial.Record. valueOf(String name)Returns the enum constant of this type with the specified name.static Dial.Record[]Dial.Record. 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.Record Modifier and Type Method Description Dial.BuilderDial.Builder. record(Dial.Record record)Record the call
-