Uses of Class
com.twilio.sdk.TwilioRestException

Packages that use TwilioRestException
com.twilio.sdk   
com.twilio.sdk.examples   
com.twilio.sdk.resource   
com.twilio.sdk.resource.factory   
com.twilio.sdk.resource.factory.sip   
com.twilio.sdk.resource.instance   
com.twilio.sdk.resource.instance.sip   
com.twilio.sdk.resource.list   
com.twilio.sdk.resource.list.sip   
 

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, List<org.apache.http.NameValuePair> paramList)
           
 TwilioRestResponse TwilioRestClient.request(String path, String method, Map<String,String> paramMap)
          sendRequst Sends a REST Request to the Twilio REST API.
 TwilioRestResponse TwilioRestClient.safeRequest(String path, String method, List<org.apache.http.NameValuePair> paramList)
          Make a request, handles retries + back-off for server/network errors
 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(List<org.apache.http.NameValuePair> params)
          Update.
 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
 UsageTrigger UsageTriggerFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the UsageTrigger
 Sms SmsFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the sms.
 Queue QueueFactory.create(List<org.apache.http.NameValuePair> params)
           
 CallerIdValidation OutgoingCallerIdFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the OutgoingCallerId
 Message MessageFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the message.
 IncomingPhoneNumber IncomingPhoneNumberFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the IncomingPhoneNumber
 Call CallFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the Call.
 Application ApplicationFactory.create(List<org.apache.http.NameValuePair> params)
           
 Account AccountFactory.create(List<org.apache.http.NameValuePair> params)
           
 UsageTrigger UsageTriggerFactory.create(Map<String,String> params)
          Creates the UsageTrigger
 Sms SmsFactory.create(Map<String,String> params)
          Creates the sms.
 Queue QueueFactory.create(Map<String,String> params)
           
 CallerIdValidation OutgoingCallerIdFactory.create(Map<String,String> params)
          Creates the OutgoingCallerId
 IncomingPhoneNumber IncomingPhoneNumberFactory.create(Map<String,String> params)
          Creates the IncomingPhoneNumber
 Call CallFactory.create(Map<String,String> params)
          Creates the Call.
 Application ApplicationFactory.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.factory.sip
 

Methods in com.twilio.sdk.resource.factory.sip that throw TwilioRestException
 IpAddress IpAddressFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the IpAddress
 IpAccessControlListMapping IpAccessControlListMappingFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the ip access control list mapping
 IpAccessControlList IpAccessControlListFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the ip access control list
 Domain DomainFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the sip domain.
 CredentialListMapping CredentialListMappingFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the ip access control list mapping
 CredentialListInstance CredentialListFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the credential list.
 Credential CredentialFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the credential
 IpAddress IpAddressFactory.create(Map<String,String> params)
          Creates the IpAddress
 IpAccessControlListMapping IpAccessControlListMappingFactory.create(Map<String,String> params)
          Creates the ip access control list mapping
 IpAccessControlList IpAccessControlListFactory.create(Map<String,String> params)
          Creates the ip access control list
 Domain DomainFactory.create(Map<String,String> params)
          Creates the sip domain.
 CredentialListMapping CredentialListMappingFactory.create(Map<String,String> params)
          Creates the ip access control list mapping
 CredentialListInstance CredentialListFactory.create(Map<String,String> params)
          Creates the credential list.
 Credential CredentialFactory.create(Map<String,String> params)
          Creates the credential
 

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 UsageTrigger.delete()
          Delete
 boolean Transcription.delete()
          Delete this Transcription
 boolean Recording.delete()
          Delete this Recording
 boolean OutgoingCallerId.delete()
          Delete this CallerId
 boolean Notification.delete()
          Delete.
 boolean Media.delete()
          Delete this Media
 boolean IncomingPhoneNumber.delete()
          Deprovision this IncomingPhoneNumber.
 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)
          Dequeue the head of the Queue, returning the Member or null if the Queue is empty.
 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.
 

Uses of TwilioRestException in com.twilio.sdk.resource.instance.sip
 

Methods in com.twilio.sdk.resource.instance.sip that throw TwilioRestException
 boolean IpAddress.delete()
          Delete this IpAddress.
 boolean IpAccessControlListMapping.delete()
          Delete this IpAccessControlList.
 boolean IpAccessControlList.delete()
          Delete this IpAccessControlList.
 boolean Domain.delete()
          Delete this Domain.
 boolean CredentialListMapping.delete()
          Delete this CredentialListMapping.
 boolean CredentialListInstance.delete()
          Delete this CredentialListInstance.
 boolean Credential.delete()
          Delete this Credential.
 

Uses of TwilioRestException in com.twilio.sdk.resource.list
 

Methods in com.twilio.sdk.resource.list that throw TwilioRestException
 UsageTrigger UsageTriggerList.create(List<org.apache.http.NameValuePair> params)
           
 Sms SmsList.create(List<org.apache.http.NameValuePair> params)
           
 Queue QueueList.create(List<org.apache.http.NameValuePair> params)
          
 CallerIdValidation OutgoingCallerIdList.create(List<org.apache.http.NameValuePair> params)
           
 Message MessageList.create(List<org.apache.http.NameValuePair> params)
           
 IncomingPhoneNumber IncomingPhoneNumberList.create(List<org.apache.http.NameValuePair> params)
           
 Call CallList.create(List<org.apache.http.NameValuePair> params)
           
 Application ApplicationList.create(List<org.apache.http.NameValuePair> params)
           
 Account AccountList.create(List<org.apache.http.NameValuePair> params)
           
 UsageTrigger UsageTriggerList.create(Map<String,String> params)
           
 Sms SmsList.create(Map<String,String> params)
           
 Queue QueueList.create(Map<String,String> params)
          
 CallerIdValidation OutgoingCallerIdList.create(Map<String,String> params)
           
 IncomingPhoneNumber IncomingPhoneNumberList.create(Map<String,String> params)
           
 Call CallList.create(Map<String,String> params)
           
 Application ApplicationList.create(Map<String,String> params)
           
 Account AccountList.create(Map<String,String> params)
           
 

Uses of TwilioRestException in com.twilio.sdk.resource.list.sip
 

Methods in com.twilio.sdk.resource.list.sip that throw TwilioRestException
 IpAddress IpAddressList.create(List<org.apache.http.NameValuePair> params)
           
 IpAccessControlListMapping IpAccessControlListMappingList.create(List<org.apache.http.NameValuePair> params)
           
 IpAccessControlList IpAccessControlListList.create(List<org.apache.http.NameValuePair> params)
           
 Domain DomainList.create(List<org.apache.http.NameValuePair> params)
           
 CredentialListMapping CredentialListMappingList.create(List<org.apache.http.NameValuePair> params)
           
 CredentialListInstance CredentialListList.create(List<org.apache.http.NameValuePair> params)
           
 Credential CredentialList.create(List<org.apache.http.NameValuePair> params)
           
 IpAddress IpAddressList.create(Map<String,String> params)
           
 IpAccessControlListMapping IpAccessControlListMappingList.create(Map<String,String> params)
           
 IpAccessControlList IpAccessControlListList.create(Map<String,String> params)
           
 Domain DomainList.create(Map<String,String> params)
           
 CredentialListMapping CredentialListMappingList.create(Map<String,String> params)
           
 CredentialListInstance CredentialListList.create(Map<String,String> params)
           
 Credential CredentialList.create(Map<String,String> params)
           
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.