Uses of Class
com.twilio.twiml.voice.Sip.Event
-
Packages that use Sip.Event Package Description com.twilio.twiml.voice -
-
Uses of Sip.Event in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Sip.Event Modifier and Type Method Description static Sip.EventSip.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static Sip.Event[]Sip.Event. 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 Sip.Event Modifier and Type Method Description List<Sip.Event>Sip. getStatusCallbackEvents()Status callback eventsMethods in com.twilio.twiml.voice with parameters of type Sip.Event Modifier and Type Method Description Sip.BuilderSip.Builder. statusCallbackEvents(Sip.Event statusCallbackEvent)Status callback eventsMethod parameters in com.twilio.twiml.voice with type arguments of type Sip.Event Modifier and Type Method Description Sip.BuilderSip.Builder. statusCallbackEvents(List<Sip.Event> statusCallbackEvent)Status callback events
-