Uses of Class
com.twilio.twiml.voice.Dial.RecordingEvent
-
Packages that use Dial.RecordingEvent Package Description com.twilio.twiml.voice -
-
Uses of Dial.RecordingEvent in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Dial.RecordingEvent Modifier and Type Method Description static Dial.RecordingEventDial.RecordingEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static Dial.RecordingEvent[]Dial.RecordingEvent. 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 Dial.RecordingEvent Modifier and Type Method Description List<Dial.RecordingEvent>Dial. getRecordingStatusCallbackEvents()Recording status callback eventsMethods in com.twilio.twiml.voice with parameters of type Dial.RecordingEvent Modifier and Type Method Description Dial.BuilderDial.Builder. recordingStatusCallbackEvents(Dial.RecordingEvent recordingStatusCallbackEvent)Recording status callback eventsMethod parameters in com.twilio.twiml.voice with type arguments of type Dial.RecordingEvent Modifier and Type Method Description Dial.BuilderDial.Builder. recordingStatusCallbackEvents(List<Dial.RecordingEvent> recordingStatusCallbackEvent)Recording status callback events
-