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.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
 UsageTrigger UsageTriggerFactory.create(Map<String,String> params)
          Creates the.
 Sms SmsFactory.create(Map<String,String> params)
          Creates the.
 Queue QueueFactory.create(Map<String,String> params)
           
 CallerIdValidation OutgoingCallerIdFactory.create(Map<String,String> params)
          Creates the.
 IncomingPhoneNumber IncomingPhoneNumberFactory.create(Map<String,String> params)
          Creates the.
 Call CallFactory.create(Map<String,String> params)
          Creates the.
 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.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 Recording.delete()
          Delete this Recording
 boolean OutgoingCallerId.delete()
          Delete this CallerId
 boolean Notification.delete()
          Delete.
 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.list
 

Methods in com.twilio.sdk.resource.list that throw TwilioRestException
 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)
           
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.