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.impl   
com.twilio.sdk.resource.factory.sip   
com.twilio.sdk.resource.factory.taskrouter   
com.twilio.sdk.resource.instance   
com.twilio.sdk.resource.instance.sip   
com.twilio.sdk.resource.list   
com.twilio.sdk.resource.list.sip   
com.twilio.sdk.resource.list.taskrouter   
 

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
 Activity TwilioTaskRouterClient.createActivity(String workspaceSid, Map<String,String> properties)
          Create an Activity.
 Task TwilioTaskRouterClient.createTask(String workspaceSid, Map<String,String> properties)
          Create an Task.
 TaskQueue TwilioTaskRouterClient.createTaskQueue(String workspaceSid, Map<String,String> properties)
          Create an TaskQueue.
 Worker TwilioTaskRouterClient.createWorker(String workspaceSid, Map<String,String> properties)
          Create an Worker.
 Workflow TwilioTaskRouterClient.createWorkflow(String workspaceSid, Map<String,String> properties)
          Create an Workflow.
 Workspace TwilioTaskRouterClient.createWorkspace(Map<String,String> properties)
          Create a Workspace.
 boolean TwilioTaskRouterClient.deleteActivity(String workspaceSid, String activitySid)
          Deletes an activity.
 boolean TwilioTaskRouterClient.deleteTask(String workspaceSid, String taskSid)
          Deletes a task.
 boolean TwilioTaskRouterClient.deleteTaskQueue(String workspaceSid, String queueSid)
          Deletes a queue.
 boolean TwilioTaskRouterClient.deleteWorker(String workspaceSid, String workerSid)
          Deletes a worker.
 boolean TwilioTaskRouterClient.deleteWorkflow(String workspaceSid, String workflowSid)
          Deletes a workflow.
 boolean TwilioTaskRouterClient.deleteWorkspace(String sid)
          Deletes a workspace.
 TwilioRestResponse TwilioClient.get(String fullUri)
          Perform a GET request against the given fully qualified uri.
 TwilioRestResponse TwilioClient.request(String path, String method, List<org.apache.http.NameValuePair> paramList)
           
 TwilioRestResponse TwilioClient.request(String path, String method, Map<String,String> paramMap)
          sendRequst Sends a REST Request to the Twilio REST API.
 TwilioRestResponse TwilioClient.safeRequest(String path, String method, List<org.apache.http.NameValuePair> paramList)
          Make a request, handles retries + back-off for server/network errors
 TwilioRestResponse TwilioClient.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
 Token TokenFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the token.
 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
 Feedback FeedbackFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the feedback factory for adding feedback to an resource.
 Call CallFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the Call.
 Application ApplicationFactory.create(List<org.apache.http.NameValuePair> params)
           
 Address AddressFactory.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.
 Address AddressFactory.create(Map<String,String> params)
           
 Account AccountFactory.create(Map<String,String> params)
          Creates a subaccount.
 

Uses of TwilioRestException in com.twilio.sdk.resource.factory.impl
 

Methods in com.twilio.sdk.resource.factory.impl that throw TwilioRestException
 Feedback FeedbackFactoryImpl.create(List<org.apache.http.NameValuePair> params)
          Creates the feedback factory for adding feedback to an resource.
 

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.factory.taskrouter
 

Methods in com.twilio.sdk.resource.factory.taskrouter that throw TwilioRestException
 Workspace WorkspaceFactory.create(List<org.apache.http.NameValuePair> params)
          Creates a workspace.
 Workflow WorkflowFactory.create(List<org.apache.http.NameValuePair> params)
          Creates a Workflow.
 Worker WorkerFactory.create(List<org.apache.http.NameValuePair> params)
          Creates a worker.
 TaskQueue TaskQueueFactory.create(List<org.apache.http.NameValuePair> params)
          Creates a TaskQueue.
 Task TaskFactory.create(List<org.apache.http.NameValuePair> params)
          Creates a task.
 Activity ActivityFactory.create(List<org.apache.http.NameValuePair> params)
          Creates an activity.
 Workspace WorkspaceFactory.create(Map<String,String> params)
          Creates a workspace.
 Workflow WorkflowFactory.create(Map<String,String> params)
          Creates a Workflow.
 Worker WorkerFactory.create(Map<String,String> params)
          Creates a worker.
 TaskQueue TaskQueueFactory.create(Map<String,String> params)
          Creates a TaskQueue.
 Task TaskFactory.create(Map<String,String> params)
          Creates a task.
 Activity ActivityFactory.create(Map<String,String> params)
          Creates an activity.
 

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.
 FeedbackSummary Account.createFeedbackSummary(Map<String,String> filters)
          Creates a call feedback summary for this account's calls.
 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 Message.delete()
          Delete this Message.
 boolean Media.delete()
          Delete this Media
 boolean IncomingPhoneNumber.delete()
          Deprovision this IncomingPhoneNumber.
 boolean Feedback.delete()
          Delete the call feedback.
 boolean Call.delete()
          Delete this Call.
 boolean Application.delete()
          Delete this Application.
 boolean Address.delete()
           
 boolean Call.deleteFeedback()
          Delete the call feedback.
 void Account.deleteFeedbackSummary(String sid)
          Deletes a call feedback summary for this account's calls.
 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.
 FeedbackSummary Account.getFeedbackSummary(String sid)
          Gets a call feedback summary for this account's calls.
 Call Call.hangup()
          Hangup.
 boolean Participant.kick()
          Kick.
 Participant Participant.mute()
          Mute.
 Message Message.redact()
          Redact the body of this Message.
 Call Call.redirect(String url, String method)
          Redirect.
 void Call.setFeedback(List<org.apache.http.NameValuePair> params)
          Sets the call feedback.
 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)
           
 Token TokenList.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)
           
 Address AddressList.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)
           
 Address AddressList.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)
           
 

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

Methods in com.twilio.sdk.resource.list.taskrouter that throw TwilioRestException
 Workspace WorkspaceList.create(List<org.apache.http.NameValuePair> params)
           
 Workflow WorkflowList.create(List<org.apache.http.NameValuePair> params)
           
 Worker WorkerList.create(List<org.apache.http.NameValuePair> params)
           
 TaskQueue TaskQueueList.create(List<org.apache.http.NameValuePair> params)
           
 Task TaskList.create(List<org.apache.http.NameValuePair> params)
           
 Activity ActivityList.create(List<org.apache.http.NameValuePair> params)
           
 Workspace WorkspaceList.create(Map<String,String> params)
           
 Workflow WorkflowList.create(Map<String,String> params)
           
 Worker WorkerList.create(Map<String,String> params)
           
 TaskQueue TaskQueueList.create(Map<String,String> params)
           
 Task TaskList.create(Map<String,String> params)
           
 Activity ActivityList.create(Map<String,String> params)
           
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.