Package | Description |
---|---|
com.twilio.twiml |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Event,String> |
Event.TO_STRING |
Modifier and Type | Method and Description |
---|---|
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
Sip.getStatusCallbackEvents() |
List<Event> |
Number.getStatusCallbackEvents() |
List<Event> |
Client.getStatusCallbackEvents() |
Modifier and Type | Method and Description |
---|---|
Sip.Builder |
Sip.Builder.statusCallbackEvents(List<Event> statusCallbackEvents) |
Number.Builder |
Number.Builder.statusCallbackEvents(List<Event> statusCallbackEvents) |
Client.Builder |
Client.Builder.statusCallbackEvents(List<Event> statusCallbackEvents) |
Copyright © 2011 Twilio, Inc. All Rights Reserved.