| Package | Description |
|---|---|
| com.twilio.sdk | |
| com.twilio.sdk.examples | |
| com.twilio.sdk.resource | |
| com.twilio.sdk.resource.factory | |
| com.twilio.sdk.resource.instance | |
| com.twilio.sdk.resource.list |
| Modifier and Type | Method and Description |
|---|---|
static TwilioRestException |
TwilioRestException.parseResponse(TwilioRestResponse response)
Parses the response.
|
| Modifier and Type | Method and Description |
|---|---|
TwilioRestResponse |
TwilioRestClient.get(String fullUri)
Perform a GET request against the given fully qualified uri.
|
TwilioRestResponse |
TwilioRestClient.request(String path,
String method,
Map<String,String> vars)
sendRequst Sends a REST Request to the Twilio REST API.
|
TwilioRestResponse |
TwilioRestClient.safeRequest(String path,
String method,
Map<String,String> vars)
Make a request, handles retries + back-off for server/network errors
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RestExamples.main(String[] args)
The main method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceResource.update(Map<String,String> params)
Update.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationFactory.create(Map<String,String> params)
Creates the.
|
Sms |
SmsFactory.create(Map<String,String> params)
Creates the.
|
Account |
AccountFactory.create(Map<String,String> params)
Creates a subaccount.
|
Call |
CallFactory.create(Map<String,String> params)
Creates the.
|
CallerIdValidation |
OutgoingCallerIdFactory.create(Map<String,String> params)
Creates the.
|
IncomingPhoneNumber |
IncomingPhoneNumberFactory.create(Map<String,String> params)
Creates the.
|
Queue |
QueueFactory.create(Map<String,String> params) |
UsageTrigger |
UsageTriggerFactory.create(Map<String,String> params)
Creates the.
|
| Modifier and Type | Method and Description |
|---|---|
Call |
Call.cancel()
Cancel.
|
boolean |
Account.close()
Close this subaccount.
|
boolean |
IncomingPhoneNumber.delete()
Deprovision this IncomingPhoneNumber.
|
boolean |
UsageTrigger.delete()
Delete
|
boolean |
Notification.delete()
Delete.
|
boolean |
Recording.delete()
Delete.
|
boolean |
Application.delete()
Delete this
Application. |
Member |
Member.dequeue(String url,
String method)
Dequeue this
Member and transfer control to the passed in url and method. |
Member |
Queue.dequeueHeadOfQueue(String url,
String method)
|
Call |
Call.hangup()
Hangup.
|
boolean |
Participant.kick()
Kick.
|
Participant |
Participant.mute()
Mute.
|
Call |
Call.redirect(String url,
String method)
Redirect.
|
void |
Queue.setFriendlyName(String friendlyName)
Sets the friendly name of this
Queue. |
void |
Queue.setMaxSize(int maxSize)
Sets the max size of this
Queue. |
Participant |
Participant.unmute()
Unmute.
|
| Modifier and Type | Method and Description |
|---|---|
UsageTrigger |
UsageTriggerList.create(Map<String,String> params) |
Application |
ApplicationList.create(Map<String,String> params) |
Account |
AccountList.create(Map<String,String> params) |
CallerIdValidation |
OutgoingCallerIdList.create(Map<String,String> params) |
Queue |
QueueList.create(Map<String,String> params) |
Call |
CallList.create(Map<String,String> params) |
Sms |
SmsList.create(Map<String,String> params) |
IncomingPhoneNumber |
IncomingPhoneNumberList.create(Map<String,String> params) |
Copyright © 2011 Twilio, Inc. All Rights Reserved.