Uses of Class
com.twilio.twiml.voice.Number.Event
-
Packages that use Number.Event Package Description com.twilio.twiml.voice -
-
Uses of Number.Event in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Number.Event Modifier and Type Method Description static Number.EventNumber.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static Number.Event[]Number.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 Number.Event Modifier and Type Method Description List<Number.Event>Number. getStatusCallbackEvents()Events to call status callbackMethods in com.twilio.twiml.voice with parameters of type Number.Event Modifier and Type Method Description Number.BuilderNumber.Builder. statusCallbackEvents(Number.Event statusCallbackEvent)Events to call status callbackMethod parameters in com.twilio.twiml.voice with type arguments of type Number.Event Modifier and Type Method Description Number.BuilderNumber.Builder. statusCallbackEvents(List<Number.Event> statusCallbackEvent)Events to call status callback
-