|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TwilioRestException | |
|---|---|
| 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 | |
| Uses of TwilioRestException in com.twilio.sdk |
|---|
| Methods in com.twilio.sdk that return TwilioRestException | |
|---|---|
static TwilioRestException |
TwilioRestException.parseResponse(TwilioRestResponse response)
Parses the response. |
| Methods in com.twilio.sdk that throw TwilioRestException | |
|---|---|
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 |
| Uses of TwilioRestException in com.twilio.sdk.examples |
|---|
| Methods in com.twilio.sdk.examples that throw TwilioRestException | |
|---|---|
static void |
RestExamples.main(String[] args)
The main method. |
| Uses of TwilioRestException in com.twilio.sdk.resource |
|---|
| Methods in com.twilio.sdk.resource that throw TwilioRestException | |
|---|---|
void |
InstanceResource.update(Map<String,String> params)
Update. |
| Uses of TwilioRestException in com.twilio.sdk.resource.factory |
|---|
| Methods in com.twilio.sdk.resource.factory that throw TwilioRestException | |
|---|---|
Call |
CallFactory.create(Map<String,String> params)
Creates the. |
IncomingPhoneNumber |
IncomingPhoneNumberFactory.create(Map<String,String> params)
Creates the. |
Application |
ApplicationFactory.create(Map<String,String> params)
Creates the. |
Sms |
SmsFactory.create(Map<String,String> params)
Creates the. |
CallerIdValidation |
OutgoingCallerIdFactory.create(Map<String,String> params)
Creates the. |
Account |
AccountFactory.create(Map<String,String> params)
Creates a subaccount. |
| Uses of TwilioRestException in com.twilio.sdk.resource.instance |
|---|
| Methods in com.twilio.sdk.resource.instance that throw TwilioRestException | |
|---|---|
Call |
Call.cancel()
Cancel. |
boolean |
Account.close()
Close this subaccount. |
boolean |
Recording.delete()
Delete. |
boolean |
Notification.delete()
Delete. |
boolean |
IncomingPhoneNumber.delete()
Deprovision this IncomingPhoneNumber. |
Call |
Call.hangup()
Hangup. |
boolean |
Participant.kick()
Kick. |
Participant |
Participant.mute()
Mute. |
Call |
Call.redirect(String url,
String method)
Redirect. |
Participant |
Participant.unmute()
Unmute. |
| Uses of TwilioRestException in com.twilio.sdk.resource.list |
|---|
| Methods in com.twilio.sdk.resource.list that throw TwilioRestException | |
|---|---|
Call |
CallList.create(Map<String,String> params)
|
IncomingPhoneNumber |
IncomingPhoneNumberList.create(Map<String,String> params)
|
Account |
AccountList.create(Map<String,String> params)
|
Application |
ApplicationList.create(Map<String,String> params)
|
Sms |
SmsList.create(Map<String,String> params)
|
CallerIdValidation |
OutgoingCallerIdList.create(Map<String,String> params)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||