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