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