Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

Account - Class in com.twilio.sdk.resource.instance
The Class Account.
Account(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Account
Instantiates a new account.
Account(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Account
Instantiates a new account.
ACCOUNT_SID - Static variable in class com.twilio.sdk.examples.RestExamples
The Constant ACCOUNT_SID.
ACCOUNT_SID_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
AccountFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Account objects.
AccountList - Class in com.twilio.sdk.resource.list
The Class AccountList.
AccountList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.AccountList
Instantiate a new AccountList
AccountList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.AccountList
Instantiates a new account list with the given filters.
Activity - Class in com.twilio.sdk.resource.instance.taskrouter
Activities describe the current status of your Worker resources, which determines whether they are eligible to receive Task assignments.
Activity(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Activity
Instantiates an activity.
Activity(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Activity
Instantiates an activity.
Activity(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Activity
Instantiates an activity.
ActivityDuration - Class in com.twilio.sdk.resource.instance.taskrouter
Represents an activity duration.
ActivityDuration(String, String, Double, Integer, Integer) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
Instantiates an ActivityDuration.
ActivityFactory - Interface in com.twilio.sdk.resource.factory.taskrouter
A factory for creating Activities.
ActivityList - Class in com.twilio.sdk.resource.list.taskrouter
ActivityList to work with Activity.
ActivityList(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.ActivityList
Instantiates an activity list.
ActivityList(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.ActivityList
Instantiates an activity list.
ActivityStatistic - Class in com.twilio.sdk.resource.instance.taskrouter
Represents an activity statistic.
ActivityStatistic(String, String, Integer) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
Instantiates an ActivityStatistic.
addPolicy(Policy) - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
 
addPolicy(String, String, Map<String, FilterRequirement>, Map<String, FilterRequirement>, boolean) - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Add policy to list of access policies
addPostFilterParam(String, FilterRequirement) - Method in class com.twilio.sdk.taskrouter.Policy
 
addQueryFilterParam(String, FilterRequirement) - Method in class com.twilio.sdk.taskrouter.Policy
 
Address - Class in com.twilio.sdk.resource.instance
An Address instance resource.
Address(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Address
Instantiates a new Address.
Address(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Address
Instantiates a new address.
AddressFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Address objects.
AddressList - Class in com.twilio.sdk.resource.list
The Class AddressList.
AddressList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.AddressList
Instantiates a new address list.
AddressList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.AddressList
Instantiates a new address list.
Alert - Class in com.twilio.sdk.resource.instance.monitor
The Class Notification.
Alert(TwilioMonitorClient) - Constructor for class com.twilio.sdk.resource.instance.monitor.Alert
Instantiates a new Alert resource.
Alert(TwilioMonitorClient, String) - Constructor for class com.twilio.sdk.resource.instance.monitor.Alert
Instantiates a new Alert resource.
Alert(TwilioMonitorClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.monitor.Alert
Instantiates a new Alert resource with properties returned from the Twilio API.
AlertList - Class in com.twilio.sdk.resource.list.monitor
The Class NotificationList.
AlertList(TwilioMonitorClient) - Constructor for class com.twilio.sdk.resource.list.monitor.AlertList
Instantiates a new alert list.
AlertList(TwilioMonitorClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.monitor.AlertList
Instantiates a new alert list.
allow(String, String, Map<String, FilterRequirement>, Map<String, FilterRequirement>) - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Add Allow access policy
allowActivityUpdates() - Method in class com.twilio.sdk.taskrouter.TaskRouterWorkerCapability
Allow a worker to update its own activity status
allowClientIncoming(String) - Method in class com.twilio.sdk.client.TwilioCapability
If the user of this token should be allowed to accept incoming connections then configure the TwilioCapability through this method and specify the client name.
allowClientOutgoing(String) - Method in class com.twilio.sdk.client.TwilioCapability
Allow the user of this token to make outgoing connections.
allowClientOutgoing(String, Map<String, String>) - Method in class com.twilio.sdk.client.TwilioCapability
Allow the user of this token to make outgoing connections.
allowDelete() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Allow deletion of the defined resource
allowDeleteSubresources() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Allow deletion of any subresources of the defined resource
allowEventStream(Map<String, String>) - Method in class com.twilio.sdk.client.TwilioCapability
Allow the user of this token to access their event stream.
allowFetchSubresources() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Allow fetching all subresources of the defined resource
allowReservationUpdates() - Method in class com.twilio.sdk.taskrouter.TaskRouterWorkerCapability
Allow a worker to update assigned reservations
allowTaskReservationUpdates() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Deprecated.
Please use {TaskRouterWorkerCapability.allowReservationUpdates} instead
allowUpdates() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Allow updating attributes of the defined resource
allowUpdatesSubresources() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Allow updating attributes of all subresources of the defined resource
allowWorkerActivityUpdates() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Deprecated.
Please use {TaskRouterWorkerCapability.allowActivityUpdates} instead
allowWorkerFetchAttributes() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Deprecated.
Please use {TaskRouterWorkerCapability} instead; added automatically in constructor
append(Verb) - Method in class com.twilio.sdk.verbs.Verb
Append.
AppEngineClientConnectionManager - Class in com.twilio.sdk
 
AppEngineClientConnectionManager() - Constructor for class com.twilio.sdk.AppEngineClientConnectionManager
 
Application - Class in com.twilio.sdk.resource.instance
The Class Application.
Application(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Application
Instantiates a new application.
Application(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Application
Instantiates a new application.
Application(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Application
Instantiates a new application.
ApplicationFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Application objects.
ApplicationList - Class in com.twilio.sdk.resource.list
The Class ApplicationList.
ApplicationList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.ApplicationList
Instantiates a new application list.
ApplicationList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.ApplicationList
Instantiates a new application list.
asURL() - Method in class com.twilio.sdk.verbs.Verb
As url.
AUTH_TOKEN - Static variable in class com.twilio.sdk.examples.RestExamples
The Constant AUTH_TOKEN.
AuthorizedConnectApp - Class in com.twilio.sdk.resource.instance
The AuthorizedConnectApps list resource shows all of the Connect Apps that you have authorized for your account.
AuthorizedConnectApp(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Instantiates a new application.
AuthorizedConnectApp(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Instantiates a new application.
AuthorizedConnectApp(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Instantiates a new application.
AuthorizedConnectAppList - Class in com.twilio.sdk.resource.list
The ConnectApps list resource shows all of the Connect Apps that you have authorized within your Twilio account.
AuthorizedConnectAppList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.AuthorizedConnectAppList
Instantiates a new AuthorizedConnectApp list.
AuthorizedConnectAppList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.AuthorizedConnectAppList
Instantiates a new AuthorizedConnectApp list.
AvailablePhoneNumber - Class in com.twilio.sdk.resource.instance
The Class AvailablePhoneNumber.
AvailablePhoneNumber(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Instantiates a new available phone number.
AvailablePhoneNumber(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Instantiates a new available phone number.
AvailablePhoneNumberList - Class in com.twilio.sdk.resource.list
The Class AvailablePhoneNumberList.
AvailablePhoneNumberList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.AvailablePhoneNumberList
Instantiates a new available phone number list.
AvailablePhoneNumberList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.AvailablePhoneNumberList
Instantiates a new available phone number list.
AvailablePhoneNumberList(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.list.AvailablePhoneNumberList
Instantiates a new available phone number list.
AvailablePhoneNumberList(TwilioRestClient, Map<String, String>, String, String) - Constructor for class com.twilio.sdk.resource.list.AvailablePhoneNumberList
 
AVERAGE_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
 

B

BEEP_FALSE - Static variable in class com.twilio.sdk.verbs.Conference
 
BEEP_ONENTER - Static variable in class com.twilio.sdk.verbs.Conference
 
BEEP_ONEXIT - Static variable in class com.twilio.sdk.verbs.Conference
 
BEEP_TRUE - Static variable in class com.twilio.sdk.verbs.Conference
 
Body - Class in com.twilio.sdk.verbs
The Class Body.
Body(String) - Constructor for class com.twilio.sdk.verbs.Body
Instantiates a new body.

C

Call - Class in com.twilio.sdk.resource.instance
The Class Call.
Call(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Call
Instantiates a new call.
Call(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Call
Instantiates a new call.
Call(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Call
Instantiates a new call.
CALL_COUNT_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
CALL_FEEDBACK_COUNT_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
CallerIdValidation - Class in com.twilio.sdk.resource.instance
 
CallerIdValidation(TwilioRestResponse) - Constructor for class com.twilio.sdk.resource.instance.CallerIdValidation
Instantiates a new caller id validation.
CallFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Call objects.
CallList - Class in com.twilio.sdk.resource.list
The Class CallList.
CallList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.CallList
Instantiates a new call list.
CallList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.CallList
Instantiates a new call list.
callTranscriptionList(TwilioRestClient, String) - Static method in class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list from a call.
callTranscriptionList(TwilioRestClient, String, Map<String, String>) - Static method in class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list from a call.
cancel() - Method in class com.twilio.sdk.resource.instance.Call
Cancel.
CapabilityToken - Class in com.twilio.sdk
 
CapabilityToken() - Constructor for class com.twilio.sdk.CapabilityToken
 
CapabilityToken.DomainException - Exception in com.twilio.sdk
 
Client - Class in com.twilio.sdk.verbs
Class for the <Client> TwiML verb.
Client(String) - Constructor for class com.twilio.sdk.verbs.Client
Instantiate a new client.
close() - Method in class com.twilio.sdk.resource.instance.Account
Close this subaccount.
closeExpiredConnections() - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
com.twilio.sdk - package com.twilio.sdk
 
com.twilio.sdk.client - package com.twilio.sdk.client
 
com.twilio.sdk.examples - package com.twilio.sdk.examples
 
com.twilio.sdk.parser - package com.twilio.sdk.parser
 
com.twilio.sdk.resource - package com.twilio.sdk.resource
 
com.twilio.sdk.resource.factory - package com.twilio.sdk.resource.factory
 
com.twilio.sdk.resource.factory.impl - package com.twilio.sdk.resource.factory.impl
 
com.twilio.sdk.resource.factory.sip - package com.twilio.sdk.resource.factory.sip
 
com.twilio.sdk.resource.factory.taskrouter - package com.twilio.sdk.resource.factory.taskrouter
 
com.twilio.sdk.resource.instance - package com.twilio.sdk.resource.instance
 
com.twilio.sdk.resource.instance.lookups - package com.twilio.sdk.resource.instance.lookups
 
com.twilio.sdk.resource.instance.monitor - package com.twilio.sdk.resource.instance.monitor
 
com.twilio.sdk.resource.instance.pricing - package com.twilio.sdk.resource.instance.pricing
 
com.twilio.sdk.resource.instance.sip - package com.twilio.sdk.resource.instance.sip
 
com.twilio.sdk.resource.instance.taskrouter - package com.twilio.sdk.resource.instance.taskrouter
 
com.twilio.sdk.resource.list - package com.twilio.sdk.resource.list
 
com.twilio.sdk.resource.list.monitor - package com.twilio.sdk.resource.list.monitor
 
com.twilio.sdk.resource.list.pricing - package com.twilio.sdk.resource.list.pricing
 
com.twilio.sdk.resource.list.sip - package com.twilio.sdk.resource.list.sip
 
com.twilio.sdk.resource.list.taskrouter - package com.twilio.sdk.resource.list.taskrouter
 
com.twilio.sdk.taskrouter - package com.twilio.sdk.taskrouter
 
com.twilio.sdk.verbs - package com.twilio.sdk.verbs
 
Conference - Class in com.twilio.sdk.resource.instance
The Class Conference.
Conference(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Conference
Instantiates a new conference.
Conference(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Conference
Instantiates a new conference.
Conference(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Conference
Instantiates a new conference.
Conference - Class in com.twilio.sdk.verbs
The Class Conference.
Conference(String) - Constructor for class com.twilio.sdk.verbs.Conference
Instantiates a new conference.
Conference.Record - Enum in com.twilio.sdk.verbs
Values for the record attribute
Conference.Trim - Enum in com.twilio.sdk.verbs
Values for the trim attribute
ConferenceList - Class in com.twilio.sdk.resource.list
The Class ConferenceList.
ConferenceList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.ConferenceList
Instantiates a new conference list.
ConferenceList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.ConferenceList
Instantiates a new conference list.
ConnectApp - Class in com.twilio.sdk.resource.instance
The ConnectApps list resource shows all of the Connect Apps that you have created within your Twilio account.
ConnectApp(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.ConnectApp
Instantiates a new application.
ConnectApp(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.ConnectApp
Instantiates a new application.
ConnectApp(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.ConnectApp
Instantiates a new application.
ConnectAppList - Class in com.twilio.sdk.resource.list
The ConnectApps list resource shows all of the Connect Apps that you have created within your Twilio account.
ConnectAppList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.ConnectAppList
Instantiates a new ConnectApp list.
ConnectAppList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.ConnectAppList
Instantiates a new ConnectApp list.
COUNT_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
 
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.AccountFactory
Creates a subaccount.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.AccountFactory
 
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.AddressFactory
 
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.AddressFactory
 
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.ApplicationFactory
Creates the.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.ApplicationFactory
 
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.CallFactory
Creates the Call.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.CallFactory
Creates the Call.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.FeedbackFactory
Creates the feedback factory for adding feedback to an resource.
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.factory.impl.FeedbackFactoryImpl
Creates the feedback factory for adding feedback to an resource.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.IncomingPhoneNumberFactory
Creates the IncomingPhoneNumber
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.IncomingPhoneNumberFactory
Creates the IncomingPhoneNumber
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.MessageFactory
Creates the message.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.OutgoingCallerIdFactory
Creates the OutgoingCallerId
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.OutgoingCallerIdFactory
Creates the OutgoingCallerId
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.QueueFactory
 
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.QueueFactory
 
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.CredentialFactory
Creates the credential
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.CredentialFactory
Creates the credential
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.CredentialListFactory
Creates the credential list.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.CredentialListFactory
Creates the credential list.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.CredentialListMappingFactory
Creates the ip access control list mapping
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.CredentialListMappingFactory
Creates the ip access control list mapping
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.DomainFactory
Creates the sip domain.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.DomainFactory
Creates the sip domain.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.IpAccessControlListFactory
Creates the ip access control list
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.IpAccessControlListFactory
Creates the ip access control list
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.IpAccessControlListMappingFactory
Creates the ip access control list mapping
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.IpAccessControlListMappingFactory
Creates the ip access control list mapping
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.sip.IpAddressFactory
Creates the IpAddress
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.sip.IpAddressFactory
Creates the IpAddress
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.SmsFactory
Creates the sms.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.SmsFactory
Creates the sms.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.ActivityFactory
Creates an activity.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.ActivityFactory
Creates an activity.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.TaskFactory
Creates a task.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.TaskFactory
Creates a task.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.TaskQueueFactory
Creates a TaskQueue.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.TaskQueueFactory
Creates a TaskQueue.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.WorkerFactory
Creates a worker.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.WorkerFactory
Creates a worker.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.WorkflowFactory
Creates a Workflow.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.WorkflowFactory
Creates a Workflow.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.WorkspaceFactory
Creates a workspace.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.taskrouter.WorkspaceFactory
Creates a workspace.
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.TokenFactory
Creates the token.
create(Map<String, String>) - Method in interface com.twilio.sdk.resource.factory.UsageTriggerFactory
Creates the UsageTrigger
create(List<NameValuePair>) - Method in interface com.twilio.sdk.resource.factory.UsageTriggerFactory
Creates the UsageTrigger
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.AccountList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.AccountList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.AddressList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.AddressList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.ApplicationList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.ApplicationList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.CallList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.CallList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.IncomingPhoneNumberList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.IncomingPhoneNumberList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.MessageList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.OutgoingCallerIdList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.OutgoingCallerIdList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.QueueList
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.QueueList
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.CredentialList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.CredentialList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.CredentialListList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.CredentialListList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.CredentialListMappingList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.CredentialListMappingList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.DomainList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.DomainList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.IpAccessControlListList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.IpAccessControlListList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.sip.IpAddressList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.sip.IpAddressList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.SmsList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.SmsList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.taskrouter.ActivityList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.taskrouter.ActivityList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.taskrouter.TaskList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.taskrouter.TaskList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.taskrouter.TaskQueueList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.taskrouter.TaskQueueList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.taskrouter.WorkerList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.taskrouter.WorkerList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.taskrouter.WorkflowList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.taskrouter.WorkflowList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.taskrouter.WorkspaceList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.taskrouter.WorkspaceList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.TokenList
 
create(Map<String, String>) - Method in class com.twilio.sdk.resource.list.UsageTriggerList
 
create(List<NameValuePair>) - Method in class com.twilio.sdk.resource.list.UsageTriggerList
 
createActivity(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Create an Activity.
createFeedbackSummary(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Creates a call feedback summary for this account's calls.
createTask(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Create an Task.
createTaskQueue(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Create an TaskQueue.
createWorker(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Create an Worker.
createWorkflow(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Create an Workflow.
createWorkspace(Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Create a Workspace.
Credential - Class in com.twilio.sdk.resource.instance.sip
 
Credential(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.Credential
Instantiates a new Credential.
Credential(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.sip.Credential
Instantiates a new Credential.
Credential(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.Credential
Instantiates a new Credential.
CredentialFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating Credential objects.
CredentialList - Class in com.twilio.sdk.resource.list.sip
The Class CredentialList For more information see https://www.twilio.com/docs/api/rest/sip-domain
CredentialList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialList
Instantiates a new sip domain list.
CredentialList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialList
Instantiates a new sip domain list.
CredentialList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialList
Instantiates a new sip domain list.
CredentialListFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating CredentialListInstance objects.
CredentialListInstance - Class in com.twilio.sdk.resource.instance.sip
This class is the instance resource corresponding to /CredentialLists/CLXXX.
CredentialListInstance(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Instantiates a new CredentialListInstance.
CredentialListInstance(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Instantiates a new CredentialListInstance.
CredentialListInstance(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Instantiates a new CredentialListInstance.
CredentialListList - Class in com.twilio.sdk.resource.list.sip
 
CredentialListList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialListList
Instantiates a new list of ip access control lists
CredentialListList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialListList
Instantiates a new list of ip access control lists
CredentialListMapping - Class in com.twilio.sdk.resource.instance.sip
 
CredentialListMapping(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Instantiates a new CredentialListMapping.
CredentialListMapping(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Instantiates a new CredentialListMapping.
CredentialListMapping(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Instantiates a new CredentialListMapping.
CredentialListMappingFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating SipDomain objects.
CredentialListMappingList - Class in com.twilio.sdk.resource.list.sip
 
CredentialListMappingList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialListMappingList
Instantiates a new list of ip access control list mappings
CredentialListMappingList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialListMappingList
Instantiates a new list of ip access control list mappings
CredentialListMappingList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.CredentialListMappingList
Instantiates a new list of ip access control list mappings

D

DATE_CREATED_PROP - Static variable in class com.twilio.sdk.resource.instance.Feedback
 
DATE_UPDATED_PROP - Static variable in class com.twilio.sdk.resource.instance.Feedback
 
DEFAULT_VERSION - Static variable in class com.twilio.sdk.LookupsClient
 
DEFAULT_VERSION - Static variable in class com.twilio.sdk.TwilioClient
The Constant DEFAULT_VERSION.
DEFAULT_VERSION - Static variable in class com.twilio.sdk.TwilioMonitorClient
 
DEFAULT_VERSION - Static variable in class com.twilio.sdk.TwilioPricingClient
 
DEFAULT_VERSION - Static variable in class com.twilio.sdk.TwilioTaskRouterClient
 
delete() - Method in class com.twilio.sdk.resource.instance.Address
 
delete() - Method in class com.twilio.sdk.resource.instance.Application
Delete this Application.
delete() - Method in class com.twilio.sdk.resource.instance.Call
Delete this Call.
delete() - Method in class com.twilio.sdk.resource.instance.Feedback
Delete the call feedback.
delete() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Deprovision this IncomingPhoneNumber.
delete() - Method in class com.twilio.sdk.resource.instance.Media
Delete this Media
delete() - Method in class com.twilio.sdk.resource.instance.Message
Delete this Message.
delete() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
Delete this Alert from your Twilio account's logs.
delete() - Method in class com.twilio.sdk.resource.instance.Notification
Delete.
delete() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Delete this CallerId
delete() - Method in class com.twilio.sdk.resource.instance.Recording
Delete this Recording
delete() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Delete this Credential.
delete() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
delete() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
delete() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Delete this Domain.
delete() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Delete this IpAccessControlList.
delete() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Delete this IpAccessControlList.
delete() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Delete this IpAddress.
delete() - Method in class com.twilio.sdk.resource.instance.Transcription
Delete this Transcription
delete() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Delete
deleteActivity(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Deletes an activity.
deleteFeedback() - Method in class com.twilio.sdk.resource.instance.Call
Delete the call feedback.
deleteFeedbackSummary(String) - Method in class com.twilio.sdk.resource.instance.Account
Deletes a call feedback summary for this account's calls.
deleteTask(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Deletes a task.
deleteTaskQueue(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Deletes a queue.
deleteWorker(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Deletes a worker.
deleteWorkflow(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Deletes a workflow.
deleteWorkspace(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Deletes a workspace.
deny(String, String, Map<String, FilterRequirement>, Map<String, FilterRequirement>) - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Add Deny access policy
DependentPhoneNumber - Class in com.twilio.sdk.resource.instance
An incoming phone number that depends on a particular address.
DependentPhoneNumber(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.DependentPhoneNumber
Instantiates a new dependent phone number.
DependentPhoneNumber(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.DependentPhoneNumber
Instantiates a new dependent phone number.
DependentPhoneNumber(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.DependentPhoneNumber
Instantiates a new conference.
DependentPhoneNumberList - Class in com.twilio.sdk.resource.list
A list of phone numbers depending on a particular Address for legal requirements.
DependentPhoneNumberList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.DependentPhoneNumberList
Instantiates a new dependent phone number list.
DependentPhoneNumberList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.DependentPhoneNumberList
 
DependentPhoneNumberList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.DependentPhoneNumberList
Instantiates a new dependent phone number list.
dequeue(String, String) - Method in class com.twilio.sdk.resource.instance.Member
Dequeue this Member and transfer control to the passed in url and method.
dequeueHeadOfQueue(String, String) - Method in class com.twilio.sdk.resource.instance.Queue
Dequeue the head of the Queue, returning the Member or null if the Queue is empty.
DESCRIPTION_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
 
Dial - Class in com.twilio.sdk.verbs
The Class Dial.
Dial(String) - Constructor for class com.twilio.sdk.verbs.Dial
Instantiates a new dial.
Dial() - Constructor for class com.twilio.sdk.verbs.Dial
Instantiates a new dial.
Domain - Class in com.twilio.sdk.resource.instance.sip
 
Domain(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.Domain
Instantiates a new Domain.
Domain(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.sip.Domain
Instantiates a new Domain.
Domain(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.Domain
Instantiates a new Domain.
DomainException(String) - Constructor for exception com.twilio.sdk.CapabilityToken.DomainException
 
DomainException(Exception) - Constructor for exception com.twilio.sdk.CapabilityToken.DomainException
 
DomainFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating Domain objects.
DomainList - Class in com.twilio.sdk.resource.list.sip
The Class DomainList.
DomainList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.DomainList
Instantiates a new sip domain list.
DomainList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.DomainList
Instantiates a new sip domain list.

E

END_DATE_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
Enqueue - Class in com.twilio.sdk.verbs
 
Enqueue(String) - Constructor for class com.twilio.sdk.verbs.Enqueue
 
equals(Object) - Method in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
 
equals(Object) - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry.NumberPrice
 
equals(Object) - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.InboundCallPrice
 
equals(Object) - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
 
equals(Object) - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.InboundCallPrice
 
equals(Object) - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.OutboundCallPrice
 
Event - Class in com.twilio.sdk.resource.instance.monitor
Monitor Events for each state change.
Event(TwilioMonitorClient) - Constructor for class com.twilio.sdk.resource.instance.monitor.Event
Instantiates an event.
Event(TwilioMonitorClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.monitor.Event
Instantiates an event.
Event(TwilioMonitorClient, String) - Constructor for class com.twilio.sdk.resource.instance.monitor.Event
Instantiates an event.
Event - Class in com.twilio.sdk.resource.instance.taskrouter
TaskRouter logs Events for each state change in the Workspace for the purpose of historical reporting and auditing.
Event(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Event
Instantiates an event.
Event(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Event
Instantiates an event.
Event(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Event
Instantiates an event.
EventList - Class in com.twilio.sdk.resource.list.monitor
 
EventList(TwilioMonitorClient) - Constructor for class com.twilio.sdk.resource.list.monitor.EventList
Instantiates a event list.
EventList(TwilioMonitorClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.monitor.EventList
Instantiates a event list.
EventList - Class in com.twilio.sdk.resource.list.taskrouter
 
EventList(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.EventList
Instantiates a event list.
EventList(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.EventList
Instantiates a event list.

F

Feedback - Class in com.twilio.sdk.resource.instance
A Feedback class.
Feedback(TwilioRestClient, Map<String, Object>, String) - Constructor for class com.twilio.sdk.resource.instance.Feedback
Instantiates a new feedback.
Feedback(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Feedback
Instantiates a new feedback.
FeedbackFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating/adding a Feedback object to a resource.
FeedbackFactoryImpl - Class in com.twilio.sdk.resource.factory.impl
An implementation of the interface FeedbackFactory.
FeedbackFactoryImpl(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.factory.impl.FeedbackFactoryImpl
Instantiates a new feedback factory.
FeedbackSummary - Class in com.twilio.sdk.resource.instance
A FeedbackSummary class.
FeedbackSummary(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.FeedbackSummary
Instantiates a new FeedbackSummary
FeedbackSummary(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.FeedbackSummary
Instantiates a new FeedbackSummary.
FeedbackSummaryIssue - Class in com.twilio.sdk.resource.instance
Represents an issue in the call feedback summary.
FeedbackSummaryIssue(String, int, double) - Constructor for class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
Instantiates a FeedbackSummaryIssue.
FilterRequirement - Class in com.twilio.sdk.taskrouter
 
FilterRequirement(boolean) - Constructor for class com.twilio.sdk.taskrouter.FilterRequirement
 
FRIENDLY_NAME_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
 
FRIENDLY_NAME_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
 

G

Gather - Class in com.twilio.sdk.verbs
The Class Gather.
Gather() - Constructor for class com.twilio.sdk.verbs.Gather
Instantiates a new gather.
generateToken() - Method in class com.twilio.sdk.client.TwilioCapability
Generates a new token based on the credentials and permissions that previously has been granted to this token.
generateToken(long) - Method in class com.twilio.sdk.client.TwilioCapability
Generates a new token based on the credentials and permissions that previously has been granted to this token.
generateToken() - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Generate a capability token with the currently-configured policies on this object.
generateToken(long) - Method in class com.twilio.sdk.taskrouter.TaskRouterCapability
Generate a capability token with the currently-configured policies on this object.
get(String) - Method in class com.twilio.sdk.TwilioClient
Perform a GET request against the given fully qualified uri.
getAccount() - Method in class com.twilio.sdk.TwilioRestClient
A shortcut for the most common case, returning the Account object for this authenticated client.
getAccount(String) - Method in class com.twilio.sdk.TwilioRestClient
Get an account by account sid.
getAccountFactory() - Method in class com.twilio.sdk.TwilioRestClient
Return an account factory to create new subaccounts
getAccounts(Map<String, String>) - Method in class com.twilio.sdk.TwilioRestClient
Get a list of Account objects.
getAccounts() - Method in class com.twilio.sdk.TwilioRestClient
Get all accounts.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Address
Identifier for the account owning this Address.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Application
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Call
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Conference
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getAccountSid() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Media
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Message
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The Account owning this Event.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Participant
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
The unique ID of the account that owns this Activity.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The Account owning this Event.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The unique ID of the Account that owns this Reservation.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The ID of the Account that owns this Task.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The ID of the Account that owns this TaskQueue
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
The ID of the Account that owns this worker.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The ID of the Account that owns this Workspace.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Token
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the account sid.
getAccountSid() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Get the account sid
getAccountSid() - Method in class com.twilio.sdk.TwilioClient
 
getActivities() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves the ActivityList for this Workspace
getActivities(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the activities.
getActivities(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the activities.
getActivity(String) - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves an Activity from this Workspace by ID.
getActivity(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get an activity instance by sid.
getActivityDurations() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the activity durations.
getActivityDurations() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the activity durations.
getActivityName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
String describing the worker's current activity, for example 'on-call', 'after-call-work', 'break', etc.
getActivitySid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
The ID of the Activity this Worker is currently performing.
getActivityStatistics() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the activity statistics.
getActivityStatistics() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the activity statistics.
getActivityStatistics() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the activity statistics.
getActorSid() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The unique ID of the actor that generated this Event.
getActorSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The unique ID of the actor that generated this Event.
getActorType() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The type of the actor that generated this Event.
getActorType() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The type of the actor that generated this Event.
getActorUrl() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The URL for the resource representing the actor that generated this Event.
getActorUrl() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The URL for the resource representing the actor that generated this Event.
getAddress(String) - Method in class com.twilio.sdk.resource.instance.Account
 
getAddresses(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
 
getAddresses() - Method in class com.twilio.sdk.resource.instance.Account
 
getAddressFactory() - Method in class com.twilio.sdk.resource.instance.Account
 
getAddressRequirements() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Indicates whether this number requires an Address to be on file with Twilio.
getAddressRequirements() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the address requirements.
getAddressRequirements() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Indicates whether this number requires an Address to be on file with Twilio.
getAge() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The number of seconds since this Task was created.
getAlert(String) - Method in class com.twilio.sdk.TwilioMonitorClient
Get an Alert instance by sid.
getAlerts(Map<String, String>) - Method in class com.twilio.sdk.TwilioMonitorClient
 
getAlerts() - Method in class com.twilio.sdk.TwilioMonitorClient
Get a list of Alerts for the current account.
getAlertText() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The text of the alert.
getAnsweredBy() - Method in class com.twilio.sdk.resource.instance.Call
Gets the answered by.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Application
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Call
The API version that Twilio used for TwiML requests during this call.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Media
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Message
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The version of the Twilio API in use when this alert was generated.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the api version.
getApiVersion() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the api version.
getApplication(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given application instance by sid
getApplicationFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the application factory which lets you create new applications

https://www.twilio.com/docs/api/rest/applications#list-post

getApplications() - Method in class com.twilio.sdk.resource.instance.Account
getApplications(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the application list with the given filters

https://www.twilio.com/docs/api/rest/applications

getApplicationSid() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the application sid.
getAssignedTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of assigned tasks.
getAssignedTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of assigned tasks.
getAssignedTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of assigned tasks.
getAssignmentActivitySid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The Activity to assign a Worker when they accept a Task from this TaskQueue.
getAssignmentCallbackUrl() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
The URL that will be called whenever a task managed by this Workflow is assigned to a Worker.
getAssignmentStatus() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
A string representing the Assignment State of the task.
getAttributes() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The user-defined JSON string describing the custom attributes of this work.
getAttributes() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
A user-defined JSON object describing this Worker.
getAttributes() - Method in class com.twilio.sdk.verbs.Verb
Gets the attributes.
getAuthorizedConnectApp(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given connect app instance by sid
getAuthorizedConnectApps() - Method in class com.twilio.sdk.resource.instance.Account
getAuthorizedConnectApps(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the authorized connect app list with the given filters

https://www.twilio.com/docs/api/rest/authorized-connect-apps

getAuthorizeRedirectUrl() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the authorize redirect url.
getAuthToken() - Method in class com.twilio.sdk.resource.instance.Account
Gets the auth token.
getAuthType() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the auth type
getAvailablePhoneNumbers() - Method in class com.twilio.sdk.resource.instance.Account
Gets the available phone numbers.
getAvailablePhoneNumbers(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the available phone numbers.
getAvailablePhoneNumbers(Map<String, String>, String, String) - Method in class com.twilio.sdk.resource.instance.Account
Gets the available phone numbers with the given iso country and type

See: https://www.twilio.com/docs/api/rest/available-phone-numbers

getAverage() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
Get the average duration in seconds.
getAverageTaskAcceptanceTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the average time of task acceptance in seconds.
getAverageTaskAcceptanceTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the average time of task acceptance in seconds.
getAverageTaskAcceptanceTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the average time of task acceptance in seconds.
getAverageWaitTime() - Method in class com.twilio.sdk.resource.instance.Queue
Returns the average wait time in the Queue
getBasePrice() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry.NumberPrice
The list price for this type of phone number.
getBasePrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.InboundCallPrice
The price per minute for inbound calls to numbers of this type, before discounts have been applied.
getBasePrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
The price per minute for calls placed to numbers matching this prefix group, before any discounts have been applied.
getBasePrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.InboundCallPrice
Price per minute for inbound calls to a specific Twilio-hosted phone number, before any discounts have been applied.
getBasePrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.OutboundCallPrice
Price per minute for outbound calls to a specific phone number, before any discounts have been applied.
getBeta() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Whether this number is new to the Twilio platform.
getBeta() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Whether this number is new to the Twilio platform.
getBody() - Method in class com.twilio.sdk.resource.instance.Message
Gets the body.
getBody() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the body.
getBody() - Method in class com.twilio.sdk.verbs.Verb
Gets the body.
getCall(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given call instance by sid
getCallbackMethod() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the callback Method
getCallbackUrl() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the callback URL
getCallCount() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getCallerName() - Method in class com.twilio.sdk.resource.instance.Call
Gets the caller name.
getCallFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the call factory, which lets you make outgoing calls.
getCallFeedbackCount() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getCalls() - Method in class com.twilio.sdk.resource.instance.Account
Gets the calls list resource without any filters.
getCalls(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the calls list resource with the given filters.
getCallSid() - Method in class com.twilio.sdk.resource.instance.Member
Retrieves the call sid.
getCallSid() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the call sid.
getCallSid() - Method in class com.twilio.sdk.resource.instance.Participant
Gets the call sid.
getCallSid() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the call sid.
getCarrierName() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
Only available if carrier information was requested.
getCategory() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getChildren() - Method in class com.twilio.sdk.verbs.Verb
Gets the children.
getCity() - Method in class com.twilio.sdk.resource.instance.Address
The city for this Address.
getCompanyName() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the company name.
getCompanyName() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the company name.
getConference(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given conference instance by sid
getConferences() - Method in class com.twilio.sdk.resource.instance.Account
getConferences(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the conferences list with the given filters

See: https://www.twilio.com/docs/api/rest/conference

getConferenceSid() - Method in class com.twilio.sdk.resource.instance.Participant
Gets the conference sid.
getConfiguration() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
JSON document configuring the rules for this Workflow.
getConnectApp(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given connect app instance by sid
getConnectAppCompanyName() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the company name.
getConnectAppDescription() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the description.
getConnectAppFriendlyName() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Get the connect app friendly name.
getConnectAppHomepageUrl() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the homepage url.
getConnectApps() - Method in class com.twilio.sdk.resource.instance.Account
getConnectApps(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the connect app list with the given filters

https://www.twilio.com/docs/api/rest/connect-apps

getConnectAppSid() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the sid.
getConnection(HttpRoute, Object) - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
getContentType() - Method in class com.twilio.sdk.resource.instance.Media
Gets the content type
getCount() - Method in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
Gets the number of calls affected by the issue.
getCount() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getCountry() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
Get the name of the country this pricing information applies to.
getCountry() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry
Get the name of the country this pricing information applies to.
getCountry() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber
The name of the country this number is located in.
getCountryCode() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getCountUnit() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getCountUnits() - Method in class com.twilio.sdk.resource.instance.UsageRecord
Deprecated.
getCredential(String) - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the credentials from the credential list
getCredentialFactory() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets a CredentialFactory which creates credentials
getCredentialList(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given CredentialList instance by sid
getCredentialListFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets a CredentialListFactory
getCredentialListMapping(String) - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the list of CredentialListMappings associated with this domain.
getCredentialListMappingFactory() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the CredentialListMappingFactory so you can create new CredentialListMappings
getCredentialListMappings() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the list of CredentialListMappings associated with this domain.
getCredentialLists() - Method in class com.twilio.sdk.resource.instance.Account
Gets the sip CredentialLists list.
getCredentialLists(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the CredentialList list with the given filters

https://www.twilio.com/docs/api/rest/sip-credential-lists

getCredentials() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the credentials from the credential list
getCurrentPrice() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry.NumberPrice
The price for this type of phone number after applying any discounts available for your account.
getCurrentPrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.InboundCallPrice
The price per minute for inbound calls to numbers of this type, after available discounts have been applied.
getCurrentPrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
The price per minute for calls placed to numbers matching this prefix group, after any available discounts have been applied.
getCurrentPrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.InboundCallPrice
Price per minute for outbound calls to a specific Twilio-hosted phone number, after any available discounts have been applied.
getCurrentPrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.OutboundCallPrice
Price per minute for outbound calls to a specific phone number, after the requesting account's discounts, if any, have been applied.
getCurrentSize() - Method in class com.twilio.sdk.resource.instance.Queue
Retrieves the current size of the Queue
getCurrentValue() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the current value.
getCustomerName() - Method in class com.twilio.sdk.resource.instance.Address
You or your customer's business name for this Address.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Account
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Address
The date/time the Address resource was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Application
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Call
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Conference
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Feedback
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getDateCreated() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Media
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Message
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The date that this resource was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Participant
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
The date and time this Activity was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The date and time this Reservation was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
Date and time this Task was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The date and time this TaskQueue was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
The date and time this Worker was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
The date and time this Workflow was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The date and time this Workspace was created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Token
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the date created.
getDateCreated() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the date created.
getDateEnqueued() - Method in class com.twilio.sdk.resource.instance.Member
Retrieves the Date the call was enqueued.
getDateFired() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the date fired
getDateGenerated() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The date the alert was actually generated.
getDateSent() - Method in class com.twilio.sdk.resource.instance.Message
Gets the date sent.
getDateSent() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the date sent.
getDateStatusChanged() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
The date and time this Worker's Activity status last changed.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Account
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Address
Date/time this Address was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Application
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Call
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Conference
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Feedback
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Media
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Message
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The date this alert was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Participant
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
The date and time this Activity was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The date and time this Reservation was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
Date and time this Task was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The date and time this TaskQueue was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
The date and time this Worker was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
The date and time this Workflow was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The date and time this Workspace was last updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Token
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the date updated.
getDateUpdated() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the date updated.
getDeauthorizeCallbackMethod() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the deauthorize callback method.
getDeauthorizeCallbackUrl() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the deauthorize callback url.
getDefaultActivityName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The human-readable name of the default activity.
getDefaultActivitySid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The ID of the Activity that will be used when new Workers are created in this Workspace.
getDependentPhoneNumbers() - Method in class com.twilio.sdk.resource.instance.Address
A list of phone numbers owned by this Address's account that depend on it to satisfy legal requirements.
getDescription() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the description.
getDescription() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the description.
getDescription() - Method in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
Gets the description.
getDescription() - Method in class com.twilio.sdk.resource.instance.monitor.Event
A description of this event.
getDescription() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
A description of this event.
getDescription() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getDirection() - Method in class com.twilio.sdk.resource.instance.Call
Gets the direction.
getDirection() - Method in class com.twilio.sdk.resource.instance.Message
Gets the direction.
getDirection() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the direction.
getDomain(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given sip domain instance by sid
getDomainFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets a DomainFactory
getDomainName() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the domain name
getDomains() - Method in class com.twilio.sdk.resource.instance.Account
Gets the sip domains list.
getDomains(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the domain list with the given filters

https://www.twilio.com/docs/api/rest/sip-domains

getDuration() - Method in class com.twilio.sdk.resource.instance.Call
Gets the duration.
getDuration() - Method in class com.twilio.sdk.resource.instance.Media
Gets the duration
getDuration() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the duration.
getDuration() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the duration.
getEnd() - Method in class com.twilio.sdk.resource.ListResource
Gets the end.
getEndDate() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getEndDate() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getEndpoint() - Method in class com.twilio.sdk.TwilioClient
Get the current endpoint this client is pointed at.
getEndTime() - Method in class com.twilio.sdk.resource.instance.Call
Gets the end time.
getEndTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the end time.
getEndTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the end time.
getEndTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the end time.
getEndTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the end time.
getEndTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the end time.
getErrorCode() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getErrorCode() - Method in class com.twilio.sdk.resource.instance.Message
Gets the error code for this message.
getErrorCode() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
A unique error code for the error condition.
getErrorCode() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the error code.
getErrorCode() - Method in exception com.twilio.sdk.TwilioRestException
Gets the error code.
getErrorMessage() - Method in class com.twilio.sdk.resource.instance.Message
Gets the error message for this message.
getErrorMessage() - Method in exception com.twilio.sdk.TwilioRestException
Gets the error message.
getEvent(String) - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves an Event from this Workspace
getEvent(String) - Method in class com.twilio.sdk.TwilioMonitorClient
Get an event instance by sid.
getEvent(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get an event instance by sid.
getEventCallbackUrl() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
An optional URL where the Workspace will publish events.
getEventData() - Method in class com.twilio.sdk.resource.instance.monitor.Event
Data about this specific event.
getEventData() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
Data about this specific event.
getEventDate() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The date and time this Event occurred.
getEventDate() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The date and time this Event occurred.
getEvents() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves the EventList for this Workspace
getEvents() - Method in class com.twilio.sdk.TwilioMonitorClient
Get the events.
getEvents(Map<String, String>) - Method in class com.twilio.sdk.TwilioMonitorClient
Get the events.
getEvents(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the events.
getEvents(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the events.
getEventType() - Method in class com.twilio.sdk.resource.instance.monitor.Event
An identifier for this type of Event.
getEventType() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
An identifier for this type of Event.
getFallbackAssignmentCallbackUrl() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
If the request to the AssignmentCallbackUrl fails, the assignment callback will be made to this URL.
getFeedback() - Method in class com.twilio.sdk.resource.instance.Call
Gets the feedback for the call.
getFeedbackFactory() - Method in class com.twilio.sdk.resource.instance.Call
Gets the feedback factory, which lets add feedback to this call.
getFeedbackSummary(String) - Method in class com.twilio.sdk.resource.instance.Account
Gets a call feedback summary for this account's calls.
getFormattedNumber() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getForwardedFrom() - Method in class com.twilio.sdk.resource.instance.Call
Gets the forwarded from.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.Account
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.Address
An optional user-defined string describing this Address.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.Application
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.Conference
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
A friendly name for this prefix group.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.Queue
Retrieves the friendly name of this Queue.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the friendly name
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Gets the friendly name
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the friendly name
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the friendly name
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Gets the friendly name
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Gets the friendly name
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
A human-readable description of this Activity.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
Get the activity's friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
Get the activity's friendly name.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
Human-readable description of the TaskQueue (for example “Customer Support” or “Sales”)
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
A human-readable name for this Worker.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
A human-readable description of this Workflow.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
A human-readable description of this Workspace.
getFriendlyName() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the friendly name.
getFrom() - Method in class com.twilio.sdk.resource.instance.Call
Gets the from.
getFrom() - Method in class com.twilio.sdk.resource.instance.Message
Gets the from.
getFrom() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the from.
getHomepageUrl() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the homepage url.
getHomepageUrl() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the homepage url.
getHttpClient() - Method in class com.twilio.sdk.TwilioClient
 
getHttpStatus() - Method in class com.twilio.sdk.TwilioRestResponse
Get the http status code associated with this response.
getIceServers() - Method in class com.twilio.sdk.resource.instance.Token
Returns the ice servers associated with this token.
getInboundCallPrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber
Pricing information for inbound Twilio Voice calls to this phone number, if it is a Twilio-hosted number.
getInboundCallPrices() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry
Get a list of prices for inbound voice calls in this country, broken out by number type.
getIncomingPhoneNumber(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given incoming phone number instance by sid
getIncomingPhoneNumberFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the incoming phone number factory.
getIncomingPhoneNumbers() - Method in class com.twilio.sdk.resource.instance.Account
Gets the incoming phone numbers list

See: https://www.twilio.com/docs/api/rest/incoming-phone-numbers

getIncomingPhoneNumbers(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the incoming phone numbers list with the given filters

See: https://www.twilio.com/docs/api/rest/incoming-phone-numbers

getIpAccessControlList(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given IpAccessControlList instance by sid
getIpAccessControlListFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets an IpAccessControlListFactory
getIpAccessControlListMapping(String) - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the list of IpAccessControlListMappings associated with this domain.
getIpAccessControlListMappingFactory() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the CredentialListMappingFactory so you can't create new CredentialListMappings
getIpAccessControlListMappings() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the list of IpAccessControlListMappings associated with this domain.
getIpAccessControlLists() - Method in class com.twilio.sdk.resource.instance.Account
Gets the sip IpAccessControlLists list.
getIpAccessControlLists(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the IpAccessControlList list with the given filters

https://www.twilio.com/docs/api/rest/sip-ip-access-control-lists

getIpAccessControlListSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
 
getIpAddress(String) - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the ip IpAddresses on this list.
getIpAddress() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Gets the ip IpAddress
getIpAddresses() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the ip addresses on this list.
getIpAddressFactory() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the IpAddressFactory, which lets you make new IpAddresses.
getIsoCountry() - Method in class com.twilio.sdk.resource.instance.Address
The country for this address, specified in ISO 3166-1 alpha-2 (two characters) format.
getIsoCountry() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the iso country.
getIsoCountry() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
Get an abbreviated identifier for the country this pricing information applies to.
getIsoCountry() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry
Get an abbreviated identifier for the country this pricing information applies to.
getIsoCountry() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber
An abbreviated identifier for the country this number is located in.
getIssues() - Method in class com.twilio.sdk.resource.instance.Feedback
Gets the issues.
getIssues() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getLata() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the lata.
getLatitude() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the latitude.
getLog() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the log.
getLogLevel() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The type of alert.
getLongestTaskWaitingAge() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the longest task waiting age in seconds.
getLongestTaskWaitingAge() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the longest task waiting age in seconds.
getLongestTaskWaitingAge() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the longest task waiting age in seconds.
getLongestTaskWaitingSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the sid of the longest waiting task.
getLongestTaskWaitingSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the sid of the longest waiting task.
getLongestTaskWaitingSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the sid of the longest waiting task.
getLongitude() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the longitude.
getMaximum() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
Get the maximum duration in seconds.
getMaxSize() - Method in class com.twilio.sdk.resource.instance.Queue
Returns the max size of the Queue
getMedia() - Method in class com.twilio.sdk.resource.instance.Account
Gets the media list.
getMedia(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the media list with the given filters.
getMedia(String) - Method in class com.twilio.sdk.resource.instance.Account
Gets the media instance for this sid.
getMedia() - Method in class com.twilio.sdk.resource.instance.Message
Returns the a list of media.
getMedia(String) - Method in class com.twilio.sdk.resource.instance.Message
Returns the a list of media.
getMedia(String) - Method in class com.twilio.sdk.resource.instance.Recording
Gets the media.
getMember(String) - Method in class com.twilio.sdk.resource.instance.Queue
Return a single Member instance
getMembers() - Method in class com.twilio.sdk.resource.instance.Queue
Retrieves the MemberList for this Queue
getMessage(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given message instance by sid
getMessageDate() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the message date.
getMessageFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the message factory which lets you send messages

https://www.twilio.com/docs/api/rest/sending-messages

getMessages() - Method in class com.twilio.sdk.resource.instance.Account
Gets the message list.
getMessages(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the messages list with the given filters

https://www.twilio.com/docs/api/rest/messages

getMessageText() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the message text.
getMinimum() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
Get the minimum duration in seconds.
getMobileCountryCode() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
The country code for the mobile carrier, or null.
getMobileNetworkCode() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
The mobile carrier's network code, or null.
getMoreInfo() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
A URL for more information about the error condition.
getMoreInfo() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the more info.
getMoreInfo() - Method in exception com.twilio.sdk.TwilioRestException
Gets the more info.
getNextPageUrl() - Method in class com.twilio.sdk.resource.NextGenListResource
 
getNextUri() - Method in class com.twilio.sdk.resource.ListResource
Gets the next uri.
getNotification(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given notification instance by sid
getNotifications() - Method in class com.twilio.sdk.resource.instance.Account
Gets the notifications.
getNotifications(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the notifications.
getNotifications() - Method in class com.twilio.sdk.resource.instance.Call
Returns the list of associated notifications
getNumber() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber
The phone number this pricing information applies to, in E.164 format.
getNumberType() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry.NumberPrice
The type of phone number these prices apply to.
getNumberType() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.InboundCallPrice
The type of number for which this price applies, e.g.
getNumberType() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.InboundCallPrice
The type of phone number this price information applies to.
getNumMedia() - Method in class com.twilio.sdk.resource.instance.Message
Gets the number of media associated with the message.
getNumRetries() - Method in class com.twilio.sdk.TwilioClient
Gets the num retries.
getNumSegments() - Method in class com.twilio.sdk.resource.instance.Message
Gets the number of segments used to deliver this message.
getObject(String) - Method in class com.twilio.sdk.resource.InstanceResource
Gets the property as an Object.
getOutboundCallPrice() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber
Pricing information for outbound Twilio Voice calls to this phone number.
getOutboundPrefixPrices() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry
Get a list of prices for outbound voice calls in this country.
getOutgoingCallerId(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given outgoing caller id instance by sid
getOutgoingCallerIdFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the outgoing caller id factory which lets you create outgoing caller ids

https://www.twilio.com/docs/api/rest/outgoing-caller-ids

getOutgoingCallerIds() - Method in class com.twilio.sdk.resource.instance.Account
Gets the outgoing caller ids.
getOutgoingCallerIds(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the outgoing caller ids.
getPage() - Method in class com.twilio.sdk.resource.ListResource
Gets the page.
getPage() - Method in class com.twilio.sdk.resource.NextGenListResource
 
getPageData() - Method in class com.twilio.sdk.resource.ListResource
Gets the page data.
getPageData() - Method in class com.twilio.sdk.resource.NextGenListResource
 
getPageSize() - Method in class com.twilio.sdk.resource.NextGenListResource
 
getPagingPropertyKey(ResponseParser.PagingProperty) - Method in class com.twilio.sdk.parser.JsonResponseParser
 
getPagingPropertyKey(ResponseParser.PagingProperty) - Method in interface com.twilio.sdk.parser.ResponseParser
Gets the paging property key.
getPagingPropertyKey(ResponseParser.PagingProperty) - Method in class com.twilio.sdk.parser.XmlResponseParser
 
getParentCallSid() - Method in class com.twilio.sdk.resource.instance.Call
Gets the parent call sid.
getParentSid() - Method in class com.twilio.sdk.resource.instance.Media
Gets the parent sid.
getParser() - Method in class com.twilio.sdk.TwilioRestResponse
Get an appropriate response parser for this response type
getParticipant(String) - Method in class com.twilio.sdk.resource.instance.Conference
Retrieve a Participant from a conference
getParticipants() - Method in class com.twilio.sdk.resource.instance.Conference
Get the participant list
getPassword() - Method in class com.twilio.sdk.resource.instance.Token
Gets the password
getPendingTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of pending tasks.
getPendingTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of pending tasks.
getPendingTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of pending tasks.
getPercentageOfTotalCalls() - Method in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
Gets the percentage of the total calls affected.
getPermissions() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
 
getPermissions() - Method in class com.twilio.sdk.resource.instance.ConnectApp
 
getPhoneNumber(String) - Method in class com.twilio.sdk.LookupsClient
 
getPhoneNumber(String, Boolean) - Method in class com.twilio.sdk.LookupsClient
 
getPhoneNumber(String, String, Boolean) - Method in class com.twilio.sdk.LookupsClient
 
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the phone number.
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.CallerIdValidation
Gets the phone number.
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the phone number.
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the phone number.
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Gets the phone number.
getPhoneNumber() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the phone number.
getPhoneNumberCountries() - Method in class com.twilio.sdk.TwilioPricingClient
Get a list of countries where Twilio Phone Numbers are available.
getPhoneNumberCountry(String) - Method in class com.twilio.sdk.TwilioPricingClient
Get pricing information for Twilio Phone Numbers in a specific country.
getPhoneNumberPrices() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
Get a list of prices for available phone number types in this country.
getPhoneNumberSid() - Method in class com.twilio.sdk.resource.instance.Call
Gets the phone number sid.
getPin() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the pin.
getPosition() - Method in class com.twilio.sdk.resource.instance.Member
Retrieves the position of the Member in the queue.
getPostalCode() - Method in class com.twilio.sdk.resource.instance.Address
The postal or zip code for this Address.
getPostalCode() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the postal code.
getPrefixes() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
Prefixes of phone numbers to which this price applies.
getPreviousPageUrl() - Method in class com.twilio.sdk.resource.NextGenListResource
 
getPrice() - Method in class com.twilio.sdk.resource.instance.Call
Gets the price.
getPrice() - Method in class com.twilio.sdk.resource.instance.Message
Gets the price.
getPrice() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the price.
getPrice() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the price.
getPrice() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getPriceUnit() - Method in class com.twilio.sdk.resource.instance.Message
Gets the price.
getPriceUnit() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
Get the currency unit for this pricing information.
getPriceUnit() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry
Get the currency unit for this pricing information.
getPriceUnit() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber
 
getPriceUnit() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getPriority() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The current priority score of the task, as assigned by the workflow.
getProperty(String) - Method in class com.twilio.sdk.resource.instance.CallerIdValidation
Gets the property.
getProperty(String) - Method in class com.twilio.sdk.resource.InstanceResource
Gets the property.
getQualityScore() - Method in class com.twilio.sdk.resource.instance.Feedback
Gets the quality score.
getQualityScoreAverage() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getQualityScoreMedian() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getQualityScoreStandardDeviation() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getQueryString() - Method in class com.twilio.sdk.TwilioRestResponse
Get the query string that resulted in this response
getQueue(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given queue by sid
getQueueFactory() - Method in class com.twilio.sdk.resource.instance.Account
Get the queue factory
getQueues() - Method in class com.twilio.sdk.resource.instance.Account
getQueueSid() - Method in class com.twilio.sdk.resource.instance.Member
Retrieves the queue sid.
getQueueSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The unique ID of the TaskQueue this Task occupies.
getQueueSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Gets the queue's sid.
getQueuesStatistics(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get queues statistics.
getQueuesStatistics(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get queues statistics.
getQueueStatistics(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a queue statistics.
getQueueStatistics(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a queue statistics.
getRateCenter() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the rate center.
getRealm() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the realm
getReason() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The reason the Task was canceled (if applicable).
getRecording(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given recording instance by sid
getRecordings() - Method in class com.twilio.sdk.resource.instance.Account
getRecordings(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
getRecordings() - Method in class com.twilio.sdk.resource.instance.Call
Returns the list of associated recordings
getRecordingSid() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the recording sid.
getRecurring() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the recurrence.
getRegion() - Method in class com.twilio.sdk.resource.instance.Address
The state or region for this Address.
getRegion() - Method in class com.twilio.sdk.resource.instance.AvailablePhoneNumber
Gets the region.
getRequestCallSid() - Method in class com.twilio.sdk.resource.list.NotificationList
Gets the call sid of the notification *if* it was initially referenced as the child of a message
getRequestCallSid() - Method in class com.twilio.sdk.resource.list.RecordingList
Gets the call sid of the recording *if* it was constructed with a call sid.
getRequestCallSid() - Method in class com.twilio.sdk.resource.list.TranscriptionList
Gets the call sid of the transcription *if* it was constructed with a call sid.
getRequestCredentialListSid() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Gets the sid of the parent credential list
getRequestCredentialListSid() - Method in class com.twilio.sdk.resource.list.sip.CredentialList
Returns the sid of the containing credential list.
getRequestMessageSid() - Method in class com.twilio.sdk.resource.instance.Media
Gets the sid of the requesting message
getRequestMessageSid() - Method in class com.twilio.sdk.resource.list.MediaList
Gets the message sid of this media *if* it was initially referenced as the child of a message.
getRequestMethod() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
If the Alert was generated by a request Twilio made to your server, this will be the request method used when Twilio made the request to your server.
getRequestRecordingSid() - Method in class com.twilio.sdk.resource.list.TranscriptionList
Gets the recording sid of the transcription *if* it was constructed with a recording sid.
getRequestSipDomainSid() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Gets the sid of the sip domain owning this mapping.
getRequestSipDomainSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Gets the sid of the sip domain owning this mapping.
getRequestSipDomainSid() - Method in class com.twilio.sdk.resource.list.sip.CredentialListMappingList
 
getRequestSipDomainSid() - Method in class com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
 
getRequestUrl() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
If the Alert was generated by a request Twilio made to your server, this will be the URL on your server that generated the alert.
getRequestUrl() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the request url.
getRequestVariables() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
Only available in the Alert instance resource.
getRequestVariables() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the request variables.
getReservation(String, String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a reservation instance by sid.
getReservationActivityName() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The FriendlyName of the Activity Workers will be assigned when they are reserved for a Task from this queue.
getReservationActivitySid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The unique ID of the Activity Workers will be assigned when they are reserved for a Task from this queue.
getReservations(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the reservations.
getReservations(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the reservations.
getReservationsAccepted() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of accepted reservations.
getReservationsAccepted() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the number of accepted reservations.
getReservationsAccepted() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the number of accepted reservations.
getReservationsAccepted() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of accepted reservations.
getReservationsAccepted() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of accepted reservations.
getReservationsRejected() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of rejected reservations.
getReservationsRejected() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the number of rejected reservations.
getReservationsRejected() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the number of rejected reservations.
getReservationsRejected() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of rejected reservations.
getReservationsRejected() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of rejected reservations.
getReservationStatus() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The current status of this Reservation.
getReservationsTimedOut() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of timed out reservations.
getReservationsTimedOut() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the number of timed out reservations.
getReservationsTimedOut() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the number of timed out reservations.
getReservationsTimedOut() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of timed out reservations.
getReservationsTimedOut() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of timed out reservations.
getReservedTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of reserved tasks.
getReservedTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of reserved tasks.
getReservedTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of reserved tasks.
getResourceLocation() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getResourceSid() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
The unique ID of the resource for which the Alert was generated.
getResourceSid() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The sid of the object this event is most relevant to (TaskSid, ReservationSid, WorkerSid)
getResourceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The sid of the object this event is most relevant to (TaskSid, ReservationSid, WorkerSid)
getResourceType() - Method in class com.twilio.sdk.resource.instance.monitor.Event
The type of object this event is most relevant to (Task, Reservation, Worker)
getResourceType() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
The type of object this event is most relevant to (Task, Reservation, Worker)
getResourceUrl() - Method in class com.twilio.sdk.resource.instance.monitor.Event
Gets the resource url.
getResourceUrl() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
Gets the resource url.
getResponseBody() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
Only available in the Alert instance resource.
getResponseBody() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the response body.
getResponseHeaders() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
Only available in the Alert instance resource.
getResponseHeaders() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the response headers.
getResponseText() - Method in class com.twilio.sdk.TwilioRestResponse
Get the raw response body as a String
getSandbox() - Method in class com.twilio.sdk.resource.instance.Account
getSchemeRegistry() - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
getShortCode(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given short code instance by sid
getShortCode() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the short code number.
getShortCodes() - Method in class com.twilio.sdk.resource.instance.Account
Gets the shortcode list.
getShortCodes(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the short code list with filters
getSid() - Method in class com.twilio.sdk.resource.instance.Account
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Address
A unique identifier for this Address.
getSid() - Method in class com.twilio.sdk.resource.instance.Application
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.AuthorizedConnectApp
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Call
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Conference
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.ConnectApp
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Media
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Message
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
Unique ID for this Alert.
getSid() - Method in class com.twilio.sdk.resource.instance.monitor.Event
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Notification
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.OutgoingCallerId
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Queue
Retrieves the queue sid of this Queue
getSid() - Method in class com.twilio.sdk.resource.instance.Recording
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListInstance
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.CredentialListMapping
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.sip.IpAddress
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
This Activity's unique ID.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
Get the activity's sid.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
Get the activity's sid.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The unique ID of this Reservation.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The unique ID of this Task.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The unique ID of this TaskQueue.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
This Worker's unique ID.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
This Workflow's unique ID.
getSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The unique ID for this Workspace.
getSid() - Method in class com.twilio.sdk.resource.instance.Token
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the sid.
getSid() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the sid.
getSms(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given sms instance by sid
getSmsApplicationSid() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sms application sid.
getSmsApplicationSid() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sms application sid.
getSmsApplicationSid() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the sms application sid.
getSmsFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the sms factory which lets you send sms messages

https://www.twilio.com/docs/api/rest/sending-sms

getSmsFallbackMethod() - Method in class com.twilio.sdk.resource.instance.Application
Gets the sms fallback method.
getSmsFallbackMethod() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sms fallback method.
getSmsFallbackMethod() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sms fallback method.
getSmsFallbackMethod() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the sms fallback method.
getSmsFallbackUrl() - Method in class com.twilio.sdk.resource.instance.Application
Gets the sms fallback url.
getSmsFallbackUrl() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sms fallback url.
getSmsFallbackUrl() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sms fallback url.
getSmsFallbackUrl() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the sms fallback url.
getSmsMessages() - Method in class com.twilio.sdk.resource.instance.Account
Gets the sms message list.
getSmsMessages(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the sms messages list with the given filters

https://www.twilio.com/docs/api/rest/sms

getSmsMethod() - Method in class com.twilio.sdk.resource.instance.Application
Gets the sms method.
getSmsMethod() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sms method.
getSmsMethod() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sms method.
getSmsMethod() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the sms method.
getSmsMethod() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the sms method.
getSmsStatusCallback() - Method in class com.twilio.sdk.resource.instance.Application
Gets the sms status callback.
getSmsStatusCallback() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sms status callback.
getSmsStatusCallback() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sms status callback.
getSmsUrl() - Method in class com.twilio.sdk.resource.instance.Application
Gets the sms url.
getSmsUrl() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the sms url.
getSmsUrl() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the sms url.
getSmsUrl() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the sms url.
getSmsUrl() - Method in class com.twilio.sdk.resource.instance.ShortCode
Gets the sms url.
getSource() - Method in class com.twilio.sdk.resource.instance.monitor.Event
 
getSource() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
 
getSourceIpAddress() - Method in class com.twilio.sdk.resource.instance.monitor.Event
 
getSourceIpAddress() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
 
getStart() - Method in class com.twilio.sdk.resource.ListResource
Gets the start.
getStartDate() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getStartDate() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getStartTime() - Method in class com.twilio.sdk.resource.instance.Call
Gets the start time.
getStartTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the start time.
getStartTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the start time.
getStartTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the start time.
getStartTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the start time.
getStartTime() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the start time.
getStatus() - Method in class com.twilio.sdk.resource.instance.Account
Gets the status.
getStatus() - Method in class com.twilio.sdk.resource.instance.Application
Gets the status.
getStatus() - Method in class com.twilio.sdk.resource.instance.Call
Gets the status.
getStatus() - Method in class com.twilio.sdk.resource.instance.Conference
Gets the status.
getStatus() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
getStatus() - Method in class com.twilio.sdk.resource.instance.Message
Gets the status.
getStatus() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the status.
getStatus() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the status.
getStatusCallback() - Method in class com.twilio.sdk.resource.instance.Application
Gets the status callback.
getStatusCallback() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the status callback.
getStatusCallback() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the status callback.
getStatusCallbackMethod() - Method in class com.twilio.sdk.resource.instance.Application
Gets the status callback method.
getStatusCallbackMethod() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the status callback method.
getStatusCallbackMethod() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the status callback method.
getStreet() - Method in class com.twilio.sdk.resource.instance.Address
The number and street of this Address.
getSubresourceUris() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getTag() - Method in class com.twilio.sdk.verbs.Verb
Gets the tag.
getTargetWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The worker selection expressions for this TaskQueue.
getTask(String) - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves a Task from this Workspace.
getTask(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a task instance by sid.
getTaskQueue(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a queue instance by sid.
getTaskQueues(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the queues.
getTaskQueues(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the queues.
getTaskReservationTimeout() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
Determines how long TaskRouter will wait for a confirmation response from your application after assigning a Task to a worker.
getTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves the TaskList for this Workspace.
getTasks(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the tasks.
getTasks(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the tasks.
getTasksAssigned() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the number of tasks assigned.
getTasksAssigned() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Get the number of tasks assigned.
getTasksCanceled() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of tasks canceled.
getTasksCanceled() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of tasks canceled.
getTasksCanceled() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of tasks canceled.
getTasksCreated() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of tasks created.
getTasksEntered() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of tasks entered.
getTasksEntered() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of tasks entered.
getTaskSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The unique ID of the Task this Reservation was created for.
getTasksMoved() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the number of tasks moved.
getTasksMoved() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of tasks moved.
getTasksMoved() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of tasks moved.
getTasksTimedOutInWorkflow() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the number of tasks that timed out in the workflow.
getTasksTimedOutInWorkflow() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the number of tasks that timed out in the workflow.
getTimeout() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The Task assignment request timeout, in seconds.
getTimeoutActivityName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The human-readable name of the timeout activity.
getTimeoutActivitySid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
The ID of the Activity that will be assigned to a Worker when a Task reservation times out without a response.
getTo() - Method in class com.twilio.sdk.resource.instance.Call
Gets the to.
getTo() - Method in class com.twilio.sdk.resource.instance.Message
Gets the to.
getTo() - Method in class com.twilio.sdk.resource.instance.Sms
Gets the to.
getTokenFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the factory for creating new tokens.
getTotalAvailableWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the total number of available workers.
getTotalEligibleWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the total number of eligible workers.
getTotalTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Get the total number of tasks.
getTotalTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Get the total number of tasks.
getTotalTasks() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the total number of tasks.
getTotalWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Get the number of workers.
getTotalWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Get the total number of workers.
getTranscription(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a given transcription instance by sid
getTranscriptions() - Method in class com.twilio.sdk.resource.instance.Account
getTranscriptions(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the transcriptions list with the given filters

https://www.twilio.com/docs/api/rest/transcription

getTranscriptions() - Method in class com.twilio.sdk.resource.instance.Call
Returns the list of associated transcriptions
getTranscriptions() - Method in class com.twilio.sdk.resource.instance.Recording
Returns the list of associated transcriptions
getTranscriptionText() - Method in class com.twilio.sdk.resource.instance.Transcription
Gets the transcription text.
getTriggerBy() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the trigger.
getTriggerValue() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the trigger value.
getTtl() - Method in class com.twilio.sdk.resource.instance.Token
Gets the ttl
getType() - Method in class com.twilio.sdk.resource.instance.Account
Gets the account type
getType() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getType() - Method in class com.twilio.sdk.resource.list.UsageRecordList
 
getUri() - Method in class com.twilio.sdk.resource.instance.Media
Gets the uri of this media
getUri() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getUri() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Get the URI
getUrl() - Method in class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
getUrl() - Method in class com.twilio.sdk.resource.instance.monitor.Alert
URL of this Alert in the Twilio REST API.
getUrl() - Method in class com.twilio.sdk.resource.NextGenListResource
 
getUrl() - Method in class com.twilio.sdk.TwilioRestResponse
Get the url that resulted in this response
getUsage() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getUsageCategory() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the usage category.
getUsageRecords(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the Usage Record list with the given filters

https://www.twilio.com/docs/api/rest/usage-records

getUsageRecords() - Method in class com.twilio.sdk.resource.instance.Account
getUsageRecordUri() - Method in class com.twilio.sdk.resource.instance.UsageTrigger
Gets the usage record URI
getUsageTrigger(String) - Method in class com.twilio.sdk.resource.instance.Account
Get a specific Usage Trigger
getUsageTriggerFactory() - Method in class com.twilio.sdk.resource.instance.Account
Gets the Usage Trigger factory which lets you create usage triggers
getUsageTriggers(Map<String, String>) - Method in class com.twilio.sdk.resource.instance.Account
Gets the Usage Triggers list with the given filters

https://www.twilio.com/docs/api/rest/usage-triggers

getUsageTriggers() - Method in class com.twilio.sdk.resource.instance.Account
getUsageUnit() - Method in class com.twilio.sdk.resource.instance.UsageRecord
 
getUsageUnits() - Method in class com.twilio.sdk.resource.instance.UsageRecord
Deprecated.
getUsername() - Method in class com.twilio.sdk.resource.instance.sip.Credential
Gets the username
getUsername() - Method in class com.twilio.sdk.resource.instance.Token
Gets the username
getValidationCode() - Method in class com.twilio.sdk.resource.instance.CallerIdValidation
Gets the validation code.
getValidationSignature(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioUtils
 
getValue() - Method in enum com.twilio.sdk.resource.list.UsageRecordList.Type
 
getVoiceApplicationSid() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the voice application sid.
getVoiceApplicationSid() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the voice application sid.
getVoiceCallerIdLookup() - Method in class com.twilio.sdk.resource.instance.Application
Gets the voice caller id lookup.
getVoiceCallerIdLookup() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the voice caller id lookup.
getVoiceCallerIdLookup() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Whether this number has caller-ID lookup enabled for incoming voice calls.
getVoiceCountries() - Method in class com.twilio.sdk.TwilioPricingClient
Get a list of objects representing countries where Twilio Voice services are available.
getVoiceCountry(String) - Method in class com.twilio.sdk.TwilioPricingClient
Get pricing information for Twilio Voice services in a specific country.
getVoiceFallbackMethod() - Method in class com.twilio.sdk.resource.instance.Application
Gets the voice fallback method.
getVoiceFallbackMethod() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the voice fallback method.
getVoiceFallbackMethod() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the voice fallback method.
getVoiceFallbackMethod() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the voice fallback method
getVoiceFallbackUrl() - Method in class com.twilio.sdk.resource.instance.Application
Gets the voice fallback url.
getVoiceFallbackUrl() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the voice fallback url.
getVoiceFallbackUrl() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the voice fallback url.
getVoiceFallbackUrl() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the voice fallback url
getVoiceMethod() - Method in class com.twilio.sdk.resource.instance.Application
Gets the voice method.
getVoiceMethod() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the voice method.
getVoiceMethod() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the voice method.
getVoiceMethod() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the voice method.
getVoiceMethod() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the voice method
getVoiceNumber(String) - Method in class com.twilio.sdk.TwilioPricingClient
Get pricing information for Twilio Voice calls to and from a specific phone number.
getVoiceStatusCallbackMethod() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the voice status callback method
getVoiceStatusCallbackUrl() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the voice status callback url
getVoiceUrl() - Method in class com.twilio.sdk.resource.instance.Application
Gets the voice url.
getVoiceUrl() - Method in class com.twilio.sdk.resource.instance.DependentPhoneNumber
Gets the voice url.
getVoiceUrl() - Method in class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Gets the voice url.
getVoiceUrl() - Method in class com.twilio.sdk.resource.instance.Sandbox
Gets the voice url.
getVoiceUrl() - Method in class com.twilio.sdk.resource.instance.sip.Domain
Gets the voice url
getWaitTime() - Method in class com.twilio.sdk.resource.instance.Member
Retrieves the wait time in the queue for this Member.
getWorker(String) - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves a Worker from a Workspace
getWorker(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a worker instance by sid.
getWorkerName() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The FriendlyName of the reserved Worker.
getWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
Get the activity's number of workers.
getWorkers() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves the WorkerList for this Workspace
getWorkers(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the workers.
getWorkers(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the workers.
getWorkerSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The unique ID of the reserved Worker
getWorkerSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Gets the worker's sid.
getWorkersStatistics(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get workers statistics.
getWorkersStatistics(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get workers statistics.
getWorkerStatistics(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get worker statistics.
getWorkerStatistics(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get worker statistics.
getWorkflow(String) - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves a Workflow from a Workspace
getWorkflow(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a workflow instance by sid.
getWorkflows() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workspace
Retrieves the WorkflowList for this Workspace
getWorkflows(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the workflows.
getWorkflows(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the workflows.
getWorkflowSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The ID of the Workflow responsible for routing this Task.
getWorkflowSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Gets the workflow's sid.
getWorkflowStatistics(String, String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get workflow statistics.
getWorkflowStatistics(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get workflow statistics.
getWorkspace(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get a workspace instance by sid
getWorkspaces() - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the workspaces.
getWorkspaces(Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get the workspaces.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
The unique ID of the Workspace that contains this Activity.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Event
Gets the workspace sid.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Reservation
The unique ID of the Workspace containing this Reservation.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Task
The ID of the Workspace containing this Task.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
The unique ID of the Workspace containing this TaskQueue.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Gets the workspace sid.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
The ID of the Workspace containing this Worker.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Gets the workspace sid.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Gets the workspace sid.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.Workflow
The unique ID of the Workspace containing this Workflow.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Gets the workspace sid.
getWorkspaceSid() - Method in class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Gets the workspace sid.
getWorkspaceStatistics(String) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get workspace statistics.
getWorkspaceStatistics(String, Map<String, String>) - Method in class com.twilio.sdk.TwilioTaskRouterClient
Get workspace statistics.

H

hangup() - Method in class com.twilio.sdk.resource.instance.Call
Hangup.
Hangup - Class in com.twilio.sdk.verbs
The Class Hangup.
Hangup() - Constructor for class com.twilio.sdk.verbs.Hangup
Instantiates a new hangup.
hashCode() - Method in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
 
hashCode() - Method in class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry.NumberPrice
 
hashCode() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.InboundCallPrice
 
hashCode() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
 
hashCode() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.InboundCallPrice
 
hashCode() - Method in class com.twilio.sdk.resource.instance.pricing.VoiceNumber.OutboundCallPrice
 

I

InboundCallPrice(NumberType, BigDecimal, BigDecimal) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceCountry.InboundCallPrice
 
InboundCallPrice(NumberType, BigDecimal, BigDecimal) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceNumber.InboundCallPrice
 
INCLUDE_SUB_ACCOUNTS_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
IncomingPhoneNumber - Class in com.twilio.sdk.resource.instance
The Class IncomingPhoneNumber.
IncomingPhoneNumber(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Instantiates a new incoming phone number.
IncomingPhoneNumber(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Instantiates a new incoming phone number.
IncomingPhoneNumber(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.IncomingPhoneNumber
Instantiates a new incoming phone number.
IncomingPhoneNumberFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating IncomingPhoneNumber objects.
IncomingPhoneNumberList - Class in com.twilio.sdk.resource.list
The Class IncomingPhoneNumberList.
IncomingPhoneNumberList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.IncomingPhoneNumberList
Instantiates a new incoming phone number list.
IncomingPhoneNumberList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.IncomingPhoneNumberList
Instantiates a new incoming phone number list.
IncomingPhoneNumberList(TwilioRestClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.IncomingPhoneNumberList
Instantiates a new incoming phone number list.
IncomingPhoneNumberList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.IncomingPhoneNumberList
Instantiates a new incoming phone number list.
InstanceResource<C extends TwilioClient> - Class in com.twilio.sdk.resource
The Class InstanceResource.
InstanceResource(C) - Constructor for class com.twilio.sdk.resource.InstanceResource
Instantiates a new instance resource.
InstanceResource(C, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.InstanceResource
Instantiates a new instance resource.
InstanceResource(C, Map<String, Object>, Map<String, String>) - Constructor for class com.twilio.sdk.resource.InstanceResource
Instantiates a new instance resource.
IpAccessControlList - Class in com.twilio.sdk.resource.instance.sip
 
IpAccessControlList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Instantiates a new IpAccessControlList.
IpAccessControlList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Instantiates a new IpAccessControlList.
IpAccessControlList(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAccessControlList
Instantiates a new IpAccessControlList.
IpAccessControlListFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating IpAccessControlList objects.
IpAccessControlListList - Class in com.twilio.sdk.resource.list.sip
This class is a list of IpAccessControlLists.
IpAccessControlListList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.IpAccessControlListList
Instantiates a new list of ip access control lists
IpAccessControlListList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.IpAccessControlListList
Instantiates a new list of ip access control lists
IpAccessControlListMapping - Class in com.twilio.sdk.resource.instance.sip
 
IpAccessControlListMapping(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Instantiates a new IpAccessControlListMapping.
IpAccessControlListMapping(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Instantiates a new IpAccessControlListMapping.
IpAccessControlListMapping(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAccessControlListMapping
Instantiates a new IpAccessControlListMapping.
IpAccessControlListMappingFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating SipDomain objects.
IpAccessControlListMappingList - Class in com.twilio.sdk.resource.list.sip
 
IpAccessControlListMappingList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
Instantiates a new list of ip access control list mappings
IpAccessControlListMappingList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
Instantiates a new list of ip access control list mappings
IpAccessControlListMappingList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
Instantiates a new list of ip access control list mappings
IpAddress - Class in com.twilio.sdk.resource.instance.sip
 
IpAddress(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAddress
Instantiates a new IpAddress.
IpAddress(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAddress
Instantiates a new IpAddress.
IpAddress(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.sip.IpAddress
Instantiates a new IpAddress.
IpAddressFactory - Interface in com.twilio.sdk.resource.factory.sip
A factory for creating SipDomain objects.
IpAddressList - Class in com.twilio.sdk.resource.list.sip
 
IpAddressList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.sip.IpAddressList
Instantiates a new IpAddress list
IpAddressList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.sip.IpAddressList
Instantiates a new IpAddress list
IpAddressList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.sip.IpAddressList
Instantiates a new IpAddress list
isAvailable() - Method in class com.twilio.sdk.resource.instance.taskrouter.Activity
Whether Workers in this Activity state are available to accept new tasks.
isAvailable() - Method in class com.twilio.sdk.resource.instance.taskrouter.Worker
Whether this Worker can be assigned another Task.
isClientError() - Method in class com.twilio.sdk.TwilioRestResponse
Determines if the response was a client side error (HTTP 4XX status)
isEndConferenceOnExit() - Method in class com.twilio.sdk.resource.instance.Participant
Checks if is end conference on exit.
isError() - Method in class com.twilio.sdk.TwilioRestResponse
Determine if this request resulted in any kind of error
isIncludeSubAccounts() - Method in class com.twilio.sdk.resource.instance.FeedbackSummary
 
isJson() - Method in class com.twilio.sdk.TwilioRestResponse
Method to determine if the response content type was a JSON type
isMuted() - Method in class com.twilio.sdk.resource.instance.Participant
Checks if is muted.
isServerError() - Method in class com.twilio.sdk.TwilioRestResponse
Determines if the response was a server side error (HTTP 5XX status)
isStartConferenceOnEnter() - Method in class com.twilio.sdk.resource.instance.Participant
Checks if is start conference on enter.
ISSUE_PARAM - Static variable in class com.twilio.sdk.resource.instance.Feedback
 
ISSUES_PROP - Static variable in class com.twilio.sdk.resource.instance.Feedback
 
ISSUES_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
isXml() - Method in class com.twilio.sdk.TwilioRestResponse
Method to determine if the response content type was an XML type
iterator() - Method in class com.twilio.sdk.resource.ListResource
 
iterator() - Method in class com.twilio.sdk.resource.NextGenListResource
 

J

JsonResponseParser - Class in com.twilio.sdk.parser
The Class JsonResponseParser.
JsonResponseParser() - Constructor for class com.twilio.sdk.parser.JsonResponseParser
 

K

kick() - Method in class com.twilio.sdk.resource.instance.Participant
Kick.

L

Leave - Class in com.twilio.sdk.verbs
 
Leave() - Constructor for class com.twilio.sdk.verbs.Leave
 
ListResource<T extends Resource,C extends TwilioClient> - Class in com.twilio.sdk.resource
 
ListResource(C) - Constructor for class com.twilio.sdk.resource.ListResource
Instantiates a new list resource.
ListResource(C, Map<String, String>) - Constructor for class com.twilio.sdk.resource.ListResource
Instantiates a new list resource.
LookupsClient - Class in com.twilio.sdk
 
LookupsClient(String, String) - Constructor for class com.twilio.sdk.LookupsClient
 
LookupsClient(String, String, String) - Constructor for class com.twilio.sdk.LookupsClient
 

M

main(String[]) - Static method in class com.twilio.sdk.client.TwilioCapability
Example usage
main(String[]) - Static method in class com.twilio.sdk.examples.RestExamples
The main method.
main(String[]) - Static method in class com.twilio.sdk.examples.TwiMLResponseExample
The main method.
main(String[]) - Static method in class com.twilio.sdk.TwilioUtilsExample
 
MAXIMUM_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
 
Media - Class in com.twilio.sdk.resource.instance
The Class Media.
Media(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Media
Instantiates a new media instance.
Media(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Media
Instantiates a new media instance.
Media(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.Media
Instantiates a new media instance.
Media(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Media
Instantiates a new media instance.
Media - Class in com.twilio.sdk.verbs
The Class Media.
Media(String) - Constructor for class com.twilio.sdk.verbs.Media
Instantiates a new media.
MediaList - Class in com.twilio.sdk.resource.list
The Class MediaList.
MediaList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.MediaList
Instantiates a new media list.
MediaList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.MediaList
Instantiates a new media list.
MediaList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.MediaList
Instantiates a new media list.
Member - Class in com.twilio.sdk.resource.instance
The Member represents a single Queue member.
Member(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.Member
Creates a Member.
Member(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Member
Creates a Member representing the front of the queue.
Member(TwilioRestClient, Map<String, Object>, String) - Constructor for class com.twilio.sdk.resource.instance.Member
Constructs a Member by passing in the properties to read from.
MemberList - Class in com.twilio.sdk.resource.list
The MemberList represents the list resource for Members.
MemberList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.MemberList
Instantiates a new participant list.
MemberList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.MemberList
Instantiates a new MemberList.
MemberList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.MemberList
Instantiates a new MemberList.
Message - Class in com.twilio.sdk.resource.instance
 
Message(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Message
Instantiates a new message.
Message(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Message
Instantiates a new message.
Message(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Message
Instantiates a new message.
Message - Class in com.twilio.sdk.verbs
The Class Message.
Message() - Constructor for class com.twilio.sdk.verbs.Message
Instantiates a new message verb.
Message(String) - Constructor for class com.twilio.sdk.verbs.Message
 
MessageFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Message objects.
MessageList - Class in com.twilio.sdk.resource.list
The Class MessageList.
MessageList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.MessageList
Instantiates a new Message list.
MessageList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.MessageList
Instantiates a new Message list.
MINIMUM_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.taskrouter.ActivityDuration
 
mute() - Method in class com.twilio.sdk.resource.instance.Participant
Mute.

N

NextGenInstanceResource<C extends TwilioClient> - Class in com.twilio.sdk.resource
 
NextGenInstanceResource(C) - Constructor for class com.twilio.sdk.resource.NextGenInstanceResource
 
NextGenInstanceResource(C, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.NextGenInstanceResource
 
NextGenInstanceResource(C, Map<String, Object>, Map<String, String>) - Constructor for class com.twilio.sdk.resource.NextGenInstanceResource
 
NextGenListResource<T extends NextGenInstanceResource,C extends TwilioClient> - Class in com.twilio.sdk.resource
 
NextGenListResource(C) - Constructor for class com.twilio.sdk.resource.NextGenListResource
 
NextGenListResource(C, Map<String, String>) - Constructor for class com.twilio.sdk.resource.NextGenListResource
 
Notification - Class in com.twilio.sdk.resource.instance
The Class Notification.
Notification(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Notification
Instantiates a new notification.
Notification(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Notification
Instantiates a new notification.
Notification(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Notification
Instantiates a new notification.
NotificationList - Class in com.twilio.sdk.resource.list
The Class NotificationList.
NotificationList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.NotificationList
Instantiates a new notification list.
NotificationList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.NotificationList
Instantiates a new notification list.
NotificationList(TwilioRestClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.NotificationList
Instantiates a new notification list.
NotificationList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.NotificationList
Instantiates a new notification list.
Number - Class in com.twilio.sdk.verbs
The Class Number.
Number(String) - Constructor for class com.twilio.sdk.verbs.Number
Instantiates a new number.
NumberPrice(NumberType, BigDecimal, BigDecimal) - Constructor for class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry.NumberPrice
 
NumberType - Enum in com.twilio.sdk.resource.instance.pricing
Types of Twilio phone numbers

O

OPTIONAL - Static variable in class com.twilio.sdk.taskrouter.FilterRequirement
 
OutboundCallPrice(BigDecimal, BigDecimal) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceNumber.OutboundCallPrice
 
OutboundPrefixPrice(String, BigDecimal, BigDecimal, List<String>) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceCountry.OutboundPrefixPrice
 
OutgoingCallerId - Class in com.twilio.sdk.resource.instance
The Class OutgoingCallerId.
OutgoingCallerId(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.OutgoingCallerId
Instantiates a new outgoing caller id.
OutgoingCallerId(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.OutgoingCallerId
Instantiates a new outgoing caller id.
OutgoingCallerId(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.OutgoingCallerId
Instantiates a new outgoing caller id.
OutgoingCallerIdFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating OutgoingCallerId objects.
OutgoingCallerIdList - Class in com.twilio.sdk.resource.list
The Class OutgoingCallerIdList.
OutgoingCallerIdList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.OutgoingCallerIdList
Instantiates a new outgoing caller id list.
OutgoingCallerIdList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.OutgoingCallerIdList
Instantiates a new outgoing caller id list.

P

parse(TwilioRestResponse) - Method in class com.twilio.sdk.parser.JsonResponseParser
 
parse(TwilioRestResponse) - Method in interface com.twilio.sdk.parser.ResponseParser
Parses the.
parse(TwilioRestResponse) - Method in class com.twilio.sdk.parser.XmlResponseParser
 
parseResponse(TwilioRestResponse) - Static method in exception com.twilio.sdk.TwilioRestException
Parses the response.
Participant - Class in com.twilio.sdk.resource.instance
The Class Participant.
Participant(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Participant
Instantiates a new participant.
Participant(TwilioRestClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.Participant
Instantiates a new participant.
Participant(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Participant
Instantiates a new participant.
ParticipantList - Class in com.twilio.sdk.resource.list
The Class ParticipantList.
ParticipantList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.ParticipantList
Instantiates a new participant list.
ParticipantList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.ParticipantList
Instantiates a new participant list.
ParticipantList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.ParticipantList
Instantiates a new participant list.
Pause - Class in com.twilio.sdk.verbs
The Class Pause.
Pause() - Constructor for class com.twilio.sdk.verbs.Pause
Instantiates a new pause.
PERCENTAGE_OF_TOTAL_CALLS_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummaryIssue
 
PhoneNumber - Class in com.twilio.sdk.resource.instance.lookups
 
PhoneNumber(LookupsClient) - Constructor for class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
PhoneNumber(LookupsClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
PhoneNumber(LookupsClient, String) - Constructor for class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
PhoneNumber(LookupsClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.instance.lookups.PhoneNumber
 
PhoneNumber.Type - Enum in com.twilio.sdk.resource.instance.lookups
 
PhoneNumberCountry - Class in com.twilio.sdk.resource.instance.pricing
Pricing information for Phone Numbers in a specific country.
PhoneNumberCountry(TwilioPricingClient) - Constructor for class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
 
PhoneNumberCountry(TwilioPricingClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
 
PhoneNumberCountry(TwilioPricingClient, String) - Constructor for class com.twilio.sdk.resource.instance.pricing.PhoneNumberCountry
 
PhoneNumberCountry.NumberPrice - Class in com.twilio.sdk.resource.instance.pricing
Holds pricing information for a specific type of Twilio Phone Number.
PhoneNumberCountryList - Class in com.twilio.sdk.resource.list.pricing
A list of PhoneNumberCountry objects where Twilio Phone Numbers are available.
PhoneNumberCountryList(TwilioPricingClient) - Constructor for class com.twilio.sdk.resource.list.pricing.PhoneNumberCountryList
 
PhoneNumberCountryList(TwilioPricingClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.pricing.PhoneNumberCountryList
 
Play - Class in com.twilio.sdk.verbs
The Class Play.
Play(String) - Constructor for class com.twilio.sdk.verbs.Play
Instantiates a new play.
Policy - Class in com.twilio.sdk.taskrouter
 
Policy(String, String, Map<String, FilterRequirement>, Map<String, FilterRequirement>, boolean) - Constructor for class com.twilio.sdk.taskrouter.Policy
Represents permissions for a specific operation against a TaskRouter resource.
Policy(String, String, boolean) - Constructor for class com.twilio.sdk.taskrouter.Policy
 

Q

QUALITY_SCORE_AVERAGE_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
QUALITY_SCORE_MEDIAN_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
QUALITY_SCORE_PARAM - Static variable in class com.twilio.sdk.resource.instance.Feedback
 
QUALITY_SCORE_PROP - Static variable in class com.twilio.sdk.resource.instance.Feedback
 
QUALITY_SCORE_STANDARD_DEVIATION_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
Queue - Class in com.twilio.sdk.resource.instance
The Queue represents a queue resource.
Queue(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Queue
Creates a Queue instance.
Queue(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Queue
Creates a Queue instance.
Queue - Class in com.twilio.sdk.verbs
 
Queue(String) - Constructor for class com.twilio.sdk.verbs.Queue
 
QUEUE_FRONT - Static variable in class com.twilio.sdk.resource.instance.Member
The front of the queue is identified with a special id, "Front".
QueueFactory - Interface in com.twilio.sdk.resource.factory
The QueueFactory creates Queue instances, passing in a map of properties
QueueList - Class in com.twilio.sdk.resource.list
The QueueList represents a list of Queues.
QueueList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.QueueList
Creates a QueueList
QueueList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.QueueList
Creates a QueueList with filters.

R

Record - Class in com.twilio.sdk.verbs
The Class Record.
Record() - Constructor for class com.twilio.sdk.verbs.Record
Instantiates a new record.
Recording - Class in com.twilio.sdk.resource.instance
The Class Recording.
Recording(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Recording
Instantiates a new recording.
Recording(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Recording
Instantiates a new recording.
Recording(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Recording
Instantiates a new recording.
RecordingList - Class in com.twilio.sdk.resource.list
The Class RecordingList.
RecordingList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.RecordingList
Instantiates a new recording list.
RecordingList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.RecordingList
Instantiates a new recording list.
RecordingList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.RecordingList
Instantiates a new recording list belonging to call.
RecordingList(TwilioRestClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.RecordingList
Instantiates a new recording list belonging to call with filters.
recordingTranscriptionList(TwilioRestClient, String) - Static method in class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list from a recording.
recordingTranscriptionList(TwilioRestClient, String, Map<String, String>) - Static method in class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list from a recording.
Recurrence - Enum in com.twilio.sdk.resource.instance
 
redact() - Method in class com.twilio.sdk.resource.instance.Message
Redact the body of this Message.
redirect(String, String) - Method in class com.twilio.sdk.resource.instance.Call
Redirect.
Redirect - Class in com.twilio.sdk.verbs
The Class Redirect.
Redirect() - Constructor for class com.twilio.sdk.verbs.Redirect
Instantiates a new redirect.
Redirect(String) - Constructor for class com.twilio.sdk.verbs.Redirect
Instantiates a new redirect.
Reject - Class in com.twilio.sdk.verbs
The Class Reject.
Reject() - Constructor for class com.twilio.sdk.verbs.Reject
Instantiates a new reject.
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
request(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioClient
sendRequst Sends a REST Request to the Twilio REST API.
request(String, String, List<NameValuePair>) - Method in class com.twilio.sdk.TwilioClient
 
requestConnection(HttpRoute, Object) - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
requestStream(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioClient
Request stream.
requestStream(String, String, List<NameValuePair>) - Method in class com.twilio.sdk.TwilioClient
Request stream.
REQUIRED - Static variable in class com.twilio.sdk.taskrouter.FilterRequirement
 
Reservation - Class in com.twilio.sdk.resource.instance.taskrouter
The Reservation subresource of Task is created whenever a Task is assigned to a Worker.
Reservation(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Reservation
Instantiates a reservation.
Reservation(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Reservation
Instantiates a reservation.
Reservation(TwilioTaskRouterClient, String, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Reservation
Instantiates a reservation.
ReservationList - Class in com.twilio.sdk.resource.list.taskrouter
ReservationList to work with Reservation.
ReservationList(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.ReservationList
Instantiates a reservation list.
ReservationList(TwilioTaskRouterClient, String, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.ReservationList
Instantiates a reservation list.
Resource<C extends TwilioClient> - Class in com.twilio.sdk.resource
The Class Resource.
Resource(C) - Constructor for class com.twilio.sdk.resource.Resource
Instantiates a new resource.
ResponseParser - Interface in com.twilio.sdk.parser
The Interface ResponseParser.
ResponseParser.PagingProperty - Enum in com.twilio.sdk.parser
The Enum PagingProperty.
RestExamples - Class in com.twilio.sdk.examples
The Class RestExamples.
RestExamples() - Constructor for class com.twilio.sdk.examples.RestExamples
 

S

safeRequest(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioClient
Make a request, handles retries + back-off for server/network errors
safeRequest(String, String, List<NameValuePair>) - Method in class com.twilio.sdk.TwilioClient
Make a request, handles retries + back-off for server/network errors
Sandbox - Class in com.twilio.sdk.resource.instance
The Class Sandbox.
Sandbox(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Sandbox
Instantiates a new sandbox.
Sandbox(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Sandbox
Instantiates a new sandbox.
Say - Class in com.twilio.sdk.verbs
The Class Say.
Say(String) - Constructor for class com.twilio.sdk.verbs.Say
Instantiates a new say.
set(String, String) - Method in class com.twilio.sdk.verbs.Verb
Sets the.
setAction(String) - Method in class com.twilio.sdk.verbs.Dial
Sets the action.
setAction(String) - Method in class com.twilio.sdk.verbs.Enqueue
 
setAction(String) - Method in class com.twilio.sdk.verbs.Gather
Sets the action.
setAction(String) - Method in class com.twilio.sdk.verbs.Message
Sets the action.
setAction(String) - Method in class com.twilio.sdk.verbs.Record
Sets the action.
setAction(String) - Method in class com.twilio.sdk.verbs.Sms
Sets the action.
setAuthToken(String) - Method in class com.twilio.sdk.resource.instance.Account
Sets the auth token.
setBeep(String) - Method in class com.twilio.sdk.verbs.Conference
Sets the beep behavior.
setBeep(Boolean) - Method in class com.twilio.sdk.verbs.Conference
Sets the beep behavior (the legacy way) true - beep on enter and exit false - no beep
setCallerId(String) - Method in class com.twilio.sdk.verbs.Dial
Sets the caller id.
setContentType(String) - Method in class com.twilio.sdk.TwilioRestResponse
Sets the content type.
setEndConferenceOnExit(Boolean) - Method in class com.twilio.sdk.verbs.Conference
Sets the end conference on exit.
setError(boolean) - Method in class com.twilio.sdk.TwilioRestResponse
Sets the error.
setEventCallbackUrl(String) - Method in class com.twilio.sdk.verbs.Conference
Sets a URL that Twilio will POST to when the conference ends.
setFeedback(List<NameValuePair>) - Method in class com.twilio.sdk.resource.instance.Call
Sets the call feedback.
setFinishOnKey(String) - Method in class com.twilio.sdk.verbs.Gather
Sets the finish on key.
setFinishOnKey(String) - Method in class com.twilio.sdk.verbs.Record
Sets the finish on key.
setFriendlyName(String) - Method in class com.twilio.sdk.resource.instance.Queue
Sets the friendly name of this Queue.
setFrom(String) - Method in class com.twilio.sdk.verbs.Message
Sets the from.
setFrom(String) - Method in class com.twilio.sdk.verbs.Sms
Sets the from.
setHangupOnStar(boolean) - Method in class com.twilio.sdk.verbs.Dial
Sets the hangup on star.
setHttpClient(HttpClient) - Method in class com.twilio.sdk.TwilioClient
 
setHttpStatus(int) - Method in class com.twilio.sdk.TwilioRestResponse
Sets the http status.
setLanguage(String) - Method in class com.twilio.sdk.verbs.Say
Sets the language.
setLength(int) - Method in class com.twilio.sdk.verbs.Pause
Sets the length.
setLoop(int) - Method in class com.twilio.sdk.verbs.Play
Sets the loop.
setLoop(int) - Method in class com.twilio.sdk.verbs.Say
Sets the loop.
setMaxLength(int) - Method in class com.twilio.sdk.verbs.Record
Sets the max length.
setMaxParticipants(int) - Method in class com.twilio.sdk.verbs.Conference
Sets the maximum number of participants you want to allow
setMaxSize(int) - Method in class com.twilio.sdk.resource.instance.Queue
Sets the max size of this Queue.
setMethod(String) - Method in class com.twilio.sdk.verbs.Client
Sets the method to use when requesting the URL.
setMethod(String) - Method in class com.twilio.sdk.verbs.Dial
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Enqueue
 
setMethod(String) - Method in class com.twilio.sdk.verbs.Gather
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Message
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Number
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Queue
 
setMethod(String) - Method in class com.twilio.sdk.verbs.Record
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Redirect
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Sip
Sets the method.
setMethod(String) - Method in class com.twilio.sdk.verbs.Sms
Sets the method.
setMuted(Boolean) - Method in class com.twilio.sdk.verbs.Conference
Sets the muted.
setNumDigits(int) - Method in class com.twilio.sdk.verbs.Gather
Sets the num digits.
setNumRetries(int) - Method in class com.twilio.sdk.TwilioClient
Sets the num retries.
setPassword(String) - Method in class com.twilio.sdk.verbs.Sip
 
setPassword(String) - Method in class com.twilio.sdk.verbs.Uri
 
setPlayBeep(boolean) - Method in class com.twilio.sdk.verbs.Record
Sets the playBeep parameter
setPostFilter(Map<String, FilterRequirement>) - Method in class com.twilio.sdk.taskrouter.Policy
 
setQueryFilter(Map<String, FilterRequirement>) - Method in class com.twilio.sdk.taskrouter.Policy
 
setQueryString(String) - Method in class com.twilio.sdk.TwilioRestResponse
Sets the query string.
setReason(String) - Method in class com.twilio.sdk.verbs.Reject
Sets the reason.
setRecord(Conference.Record) - Method in class com.twilio.sdk.verbs.Conference
Sets the record attribute on the conference.
setRecord(String) - Method in class com.twilio.sdk.verbs.Conference
Sets the record attribute on the conference.
setRecord(String) - Method in class com.twilio.sdk.verbs.Dial
Sets the record behavior.
setRecord(boolean) - Method in class com.twilio.sdk.verbs.Dial
Set the record behavior (Legacy way).
setRequestAccountSid(String) - Method in class com.twilio.sdk.resource.Resource
Sets the request account sid.
setResponseText(String) - Method in class com.twilio.sdk.TwilioRestResponse
Sets the response text.
setSendDigits(String) - Method in class com.twilio.sdk.verbs.Number
Sets the send digits.
setSid(String) - Method in class com.twilio.sdk.resource.instance.Account
Sets the sid.
setStartConferenceOnEnter(Boolean) - Method in class com.twilio.sdk.verbs.Conference
Sets the start conference on enter.
setStatusCallback(String) - Method in class com.twilio.sdk.verbs.Client
Set a URL to be requested when the status of this Call changes.
setStatusCallback(String) - Method in class com.twilio.sdk.verbs.Message
Sets the status callback.
setStatusCallback(String) - Method in class com.twilio.sdk.verbs.Number
Set a URL to be requested when the status of this Call changes.
setStatusCallback(String) - Method in class com.twilio.sdk.verbs.Sip
Set a URL to be requested when the status of this Call changes.
setStatusCallback(String) - Method in class com.twilio.sdk.verbs.Sms
Sets the status callback.
setStatusCallbackEvents(String) - Method in class com.twilio.sdk.verbs.Client
Set the events Twilio will fire StatusCallbacks for.
setStatusCallbackEvents(String) - Method in class com.twilio.sdk.verbs.Number
Set the events Twilio will fire StatusCallbacks for.
setStatusCallbackEvents(String) - Method in class com.twilio.sdk.verbs.Sip
Set the events Twilio will fire StatusCallbacks for.
setStatusCallbackMethod(String) - Method in class com.twilio.sdk.verbs.Client
Set the method Twilio will use to request the StatusCallback URL.
setStatusCallbackMethod(String) - Method in class com.twilio.sdk.verbs.Number
Set the method Twilio will use to request the StatusCallback URL.
setStatusCallbackMethod(String) - Method in class com.twilio.sdk.verbs.Sip
Set the method Twilio will use to request the StatusCallback URL.
setTimeLimit(int) - Method in class com.twilio.sdk.verbs.Dial
Sets the time limit.
setTimeout(int) - Method in class com.twilio.sdk.verbs.Dial
Sets the timeout.
setTimeout(int) - Method in class com.twilio.sdk.verbs.Gather
Sets the timeout.
setTimeout(int) - Method in class com.twilio.sdk.verbs.Record
Sets the timeout.
setTo(String) - Method in class com.twilio.sdk.verbs.Message
Sets the to.
setTo(String) - Method in class com.twilio.sdk.verbs.Sms
Sets the to.
setTranscribe(boolean) - Method in class com.twilio.sdk.verbs.Record
Sets the transcribe.
setTranscribeCallback(String) - Method in class com.twilio.sdk.verbs.Record
Sets the transcribe callback.
setTrim(Conference.Trim) - Method in class com.twilio.sdk.verbs.Conference
Sets the trim value for recordings of the conference.
setTrim(String) - Method in class com.twilio.sdk.verbs.Conference
Sets the trim value for recordings of the conference.
setUrl(String) - Method in class com.twilio.sdk.TwilioRestResponse
Sets the url.
setUrl(String) - Method in class com.twilio.sdk.verbs.Client
Sets a url to play to one party before both parties have been connected.
setUrl(String) - Method in class com.twilio.sdk.verbs.Number
Sets the url.
setUrl(String) - Method in class com.twilio.sdk.verbs.Queue
 
setUrl(String) - Method in class com.twilio.sdk.verbs.Sip
Sets the url.
setUsername(String) - Method in class com.twilio.sdk.verbs.Sip
 
setUsername(String) - Method in class com.twilio.sdk.verbs.Uri
 
setVoice(String) - Method in class com.twilio.sdk.verbs.Say
Sets the voice.
setWaitMethod(String) - Method in class com.twilio.sdk.verbs.Conference
Sets the wait method.
setWaitUrl(String) - Method in class com.twilio.sdk.verbs.Conference
Sets the wait url.
setWaitUrl(String) - Method in class com.twilio.sdk.verbs.Enqueue
 
setWaitUrlMethod(String) - Method in class com.twilio.sdk.verbs.Enqueue
 
ShortCode - Class in com.twilio.sdk.resource.instance
The Class IncomingPhoneNumber.
ShortCode(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.ShortCode
Instantiates a new incoming phone number.
ShortCode(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.ShortCode
Instantiates a new incoming phone number.
ShortCode(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.ShortCode
Instantiates a new incoming phone number.
ShortCodeList - Class in com.twilio.sdk.resource.list
The Class IncomingPhoneNumberList.
ShortCodeList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.ShortCodeList
Instantiates a new incoming phone number list.
ShortCodeList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.ShortCodeList
Instantiates a new incoming phone number list.
shutdown() - Method in class com.twilio.sdk.AppEngineClientConnectionManager
 
Sip - Class in com.twilio.sdk.verbs
 
Sip(String) - Constructor for class com.twilio.sdk.verbs.Sip
Instantiates a new Sip.
Sip() - Constructor for class com.twilio.sdk.verbs.Sip
Instantiates a new Sip Noun with no URI.
Sms - Class in com.twilio.sdk.resource.instance
The Class Sms.
Sms(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Sms
Instantiates a new sms.
Sms(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Sms
Instantiates a new sms.
Sms(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Sms
Instantiates a new sms.
Sms - Class in com.twilio.sdk.verbs
The Class Sms.
Sms(String) - Constructor for class com.twilio.sdk.verbs.Sms
Instantiates a new sms.
SmsFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Sms objects.
SmsList - Class in com.twilio.sdk.resource.list
The Class SmsList.
SmsList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.SmsList
Instantiates a new sms list.
SmsList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.SmsList
Instantiates a new sms list.
START_DATE_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 
STATUS_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.FeedbackSummary
 

T

Task - Class in com.twilio.sdk.resource.instance.taskrouter
A Task resource represents a single item of work waiting to be processed.
Task(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Task
Instantiates a task.
Task(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Task
Instantiates a task.
Task(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Task
Instantiates a task.
TaskFactory - Interface in com.twilio.sdk.resource.factory.taskrouter
A factory for creating Tasks.
TaskList - Class in com.twilio.sdk.resource.list.taskrouter
TaskList to work with Task.
TaskList(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.TaskList
Instantiates a task list.
TaskList(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.TaskList
Instantiates a task list.
TaskQueue - Class in com.twilio.sdk.resource.instance.taskrouter
TaskQueues are the resource you use to categorize Tasks and describe which Workers are eligible to handle those Tasks.
TaskQueue(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
Instantiates a queue.
TaskQueue(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
Instantiates a queue.
TaskQueue(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.TaskQueue
Instantiates a queue.
TaskQueueFactory - Interface in com.twilio.sdk.resource.factory.taskrouter
A factory for creating Queues.
TaskQueueList - Class in com.twilio.sdk.resource.list.taskrouter
TaskQueueList to work with TaskQueue.
TaskQueueList(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.TaskQueueList
Instantiates a queue list.
TaskQueueList(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.TaskQueueList
Instantiates a queue list.
TaskQueueListStatistics - Class in com.twilio.sdk.resource.list.taskrouter
TaskQueueListStatistics to work with TaskQueueStatistics.
TaskQueueListStatistics(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.TaskQueueListStatistics
Instantiates a queue list statistics.
TaskQueueListStatistics(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.TaskQueueListStatistics
Instantiates a queue list statistics.
TaskQueueStatistics - Class in com.twilio.sdk.resource.instance.taskrouter
Statistics about task distribution.
TaskQueueStatistics(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Instantiates a queue statistics.
TaskQueueStatistics(TwilioTaskRouterClient, String, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Instantiates a queue statistics.
TaskQueueStatistics(TwilioTaskRouterClient, String, String, Map<String, String>, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.TaskQueueStatistics
Instantiates a queue statistics.
TaskRouterCapability - Class in com.twilio.sdk.taskrouter
 
TaskRouterCapability(String, String, String, String) - Constructor for class com.twilio.sdk.taskrouter.TaskRouterCapability
Create a new Capability object to authorize clients to interact with the TaskRouter service.
TaskRouterTaskQueueCapability - Class in com.twilio.sdk.taskrouter
 
TaskRouterTaskQueueCapability(String, String, String, String) - Constructor for class com.twilio.sdk.taskrouter.TaskRouterTaskQueueCapability
Create a new Capability object to authorize taskqueue clients to interact with the TaskRouter service.
TaskRouterWorkerCapability - Class in com.twilio.sdk.taskrouter
 
TaskRouterWorkerCapability(String, String, String, String) - Constructor for class com.twilio.sdk.taskrouter.TaskRouterWorkerCapability
Create a new Capability object to authorize worker clients to interact with the TaskRouter service.
TaskRouterWorkspaceCapability - Class in com.twilio.sdk.taskrouter
 
TaskRouterWorkspaceCapability(String, String, String) - Constructor for class com.twilio.sdk.taskrouter.TaskRouterWorkspaceCapability
Create a new Capability object to authorize workspace clients to interact with the TaskRouter service.
toEscapedXML() - Method in class com.twilio.sdk.verbs.Verb
Return escaped XML representation of the verb.
toJSONString() - Method in class com.twilio.sdk.taskrouter.Policy
 
Token - Class in com.twilio.sdk.resource.instance
 
Token(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Token
Instantiates a new token.
Token(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Token
Instantiates a new token.
Token(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Token
Instantiates a new token.
TokenFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Token objects.
TokenList - Class in com.twilio.sdk.resource.list
The Class TokenList.
TokenList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.TokenList
Instantiates a new Token list.
TokenList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.TokenList
Instantiates a new Token list.
toMap() - Method in class com.twilio.sdk.TwilioRestResponse
Helper method to convert the response to a canonical object map.
toString() - Method in class com.twilio.sdk.taskrouter.Policy
 
toString() - Method in enum com.twilio.sdk.verbs.Conference.Record
 
toString() - Method in enum com.twilio.sdk.verbs.Conference.Trim
 
toXML() - Method in class com.twilio.sdk.verbs.Verb
Returns (unescaped) xml representation of the Verb.
Transcription - Class in com.twilio.sdk.resource.instance
The Class Transcription.
Transcription(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.Transcription
Instantiates a new transcription.
Transcription(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.Transcription
Instantiates a new transcription.
Transcription(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.Transcription
Instantiates a new transcription.
TranscriptionList - Class in com.twilio.sdk.resource.list
The Class TranscriptionList.
TranscriptionList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list.
TranscriptionList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list.
TranscriptionList(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list from a call.
TranscriptionList(TwilioRestClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.TranscriptionList
Instantiates a new transcription list from a call with filters.
Trigger - Enum in com.twilio.sdk.resource.instance
The Enum Trigger.
TwilioCapability - Class in com.twilio.sdk.client
This class represents a token that will grant someone access to resources within Twilio.
TwilioCapability(String, String) - Constructor for class com.twilio.sdk.client.TwilioCapability
Create a new TwilioCapability with zero permissions.
TwilioClient - Class in com.twilio.sdk
The abstract class TwilioClient.
TwilioClient(String, String) - Constructor for class com.twilio.sdk.TwilioClient
Explicitly construct a TwilioClient with the given API credentials.
TwilioClient(String, String, String) - Constructor for class com.twilio.sdk.TwilioClient
Explicitly construct a TwilioClient with the given API credentials and endpoint.
TwilioMonitorClient - Class in com.twilio.sdk
 
TwilioMonitorClient(String, String) - Constructor for class com.twilio.sdk.TwilioMonitorClient
 
TwilioMonitorClient(String, String, String) - Constructor for class com.twilio.sdk.TwilioMonitorClient
 
TwilioPricingClient - Class in com.twilio.sdk
Client for the Twilio Pricing API.
TwilioPricingClient(String, String) - Constructor for class com.twilio.sdk.TwilioPricingClient
Construct a new TwilioPricingClient.
TwilioPricingClient(String, String, String) - Constructor for class com.twilio.sdk.TwilioPricingClient
Construct a new TwilioPricingClient.
TwilioRestClient - Class in com.twilio.sdk
The client class that access http://api.twilio.com.
TwilioRestClient(String, String) - Constructor for class com.twilio.sdk.TwilioRestClient
 
TwilioRestClient(String, String, String) - Constructor for class com.twilio.sdk.TwilioRestClient
 
TwilioRestException - Exception in com.twilio.sdk
TwilioRestException(String, int) - Constructor for exception com.twilio.sdk.TwilioRestException
Instantiates a new twilio rest exception.
TwilioRestException(String, int, String) - Constructor for exception com.twilio.sdk.TwilioRestException
Instantiates a new twilio rest exception.
TwilioRestResponse - Class in com.twilio.sdk
TwilioRestResponse holds all the REST response data Before using the response, check IsError to see if an exception occurred with the data sent to Twilio ResponseText contains the raw string response Url and QueryString are from the request HttpStatus is the response code of the request.
TwilioRestResponse(String, String, int) - Constructor for class com.twilio.sdk.TwilioRestResponse
Instantiates a new twilio rest response.
TwilioTaskRouterClient - Class in com.twilio.sdk
The client class that access http://taskrouter.twilio.com.
TwilioTaskRouterClient(String, String) - Constructor for class com.twilio.sdk.TwilioTaskRouterClient
 
TwilioTaskRouterClient(String, String, String) - Constructor for class com.twilio.sdk.TwilioTaskRouterClient
 
TwilioUtils - Class in com.twilio.sdk
 
TwilioUtils(String) - Constructor for class com.twilio.sdk.TwilioUtils
 
TwilioUtils(String, String) - Constructor for class com.twilio.sdk.TwilioUtils
Deprecated.
TwilioUtilsExample - Class in com.twilio.sdk
 
TwilioUtilsExample() - Constructor for class com.twilio.sdk.TwilioUtilsExample
 
TwiMLException - Exception in com.twilio.sdk.verbs
The Class TwiMLException.
TwiMLException(String) - Constructor for exception com.twilio.sdk.verbs.TwiMLException
Instantiates a new twi ml exception.
TwiMLResponse - Class in com.twilio.sdk.verbs
The Class TwiMLResponse.
TwiMLResponse() - Constructor for class com.twilio.sdk.verbs.TwiMLResponse
Instantiates a new twiml response.
TwiMLResponseExample - Class in com.twilio.sdk.examples
The Class TwiMLResponseExample.
TwiMLResponseExample() - Constructor for class com.twilio.sdk.examples.TwiMLResponseExample
 
type - Variable in class com.twilio.sdk.resource.list.IncomingPhoneNumberList
The type.
TYPE_LOCAL - Static variable in class com.twilio.sdk.resource.list.AvailablePhoneNumberList
 
TYPE_LOCAL - Static variable in class com.twilio.sdk.resource.list.IncomingPhoneNumberList
 
TYPE_MOBILE - Static variable in class com.twilio.sdk.resource.list.AvailablePhoneNumberList
 
TYPE_MOBILE - Static variable in class com.twilio.sdk.resource.list.IncomingPhoneNumberList
 
TYPE_TOLLFREE - Static variable in class com.twilio.sdk.resource.list.AvailablePhoneNumberList
 
TYPE_TOLLFREE - Static variable in class com.twilio.sdk.resource.list.IncomingPhoneNumberList
 

U

unmute() - Method in class com.twilio.sdk.resource.instance.Participant
Unmute.
update(Map<String, String>) - Method in class com.twilio.sdk.resource.InstanceResource
Update.
update(List<NameValuePair>) - Method in class com.twilio.sdk.resource.InstanceResource
Update.
Uri - Class in com.twilio.sdk.verbs
 
Uri(String) - Constructor for class com.twilio.sdk.verbs.Uri
Instantiates a new Uri to dial with Sip
UsageCategory - Enum in com.twilio.sdk.resource.instance
The Enum UsageCategory.
UsageRecord - Class in com.twilio.sdk.resource.instance
The Class Usage.
UsageRecord(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.UsageRecord
Instantiates a new usageRecord.
UsageRecord(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.UsageRecord
Instantiates a new usageRecord.
UsageRecord(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.UsageRecord
Instantiates a new UsageRecord.
UsageRecordList - Class in com.twilio.sdk.resource.list
The Class UsageRecordList.
UsageRecordList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.UsageRecordList
Instantiates a new usage record list.
UsageRecordList(TwilioRestClient, UsageRecordList.Type) - Constructor for class com.twilio.sdk.resource.list.UsageRecordList
Instantiates a new usage record list.
UsageRecordList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.UsageRecordList
Instantiates a new usage record list.
UsageRecordList(TwilioRestClient, Map<String, String>, UsageRecordList.Type) - Constructor for class com.twilio.sdk.resource.list.UsageRecordList
Instantiates a new usage record list.
UsageRecordList.Type - Enum in com.twilio.sdk.resource.list
 
UsageTrigger - Class in com.twilio.sdk.resource.instance
The Class UsageTrigger.
UsageTrigger(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.instance.UsageTrigger
Instantiates a new usageRecord.
UsageTrigger(TwilioRestClient, String) - Constructor for class com.twilio.sdk.resource.instance.UsageTrigger
Instantiates a new usageRecord.
UsageTrigger(TwilioRestClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.UsageTrigger
Instantiates a new recordingRecord.
UsageTriggerFactory - Interface in com.twilio.sdk.resource.factory
A factory for creating Usage Trigger objects.
UsageTriggerList - Class in com.twilio.sdk.resource.list
 
UsageTriggerList(TwilioRestClient) - Constructor for class com.twilio.sdk.resource.list.UsageTriggerList
Instantiates a new usage trigger list.
UsageTriggerList(TwilioRestClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.UsageTriggerList
Instantiates a new usage trigger list.

V

V_BODY - Static variable in class com.twilio.sdk.verbs.Verb
Constants
V_CLIENT - Static variable in class com.twilio.sdk.verbs.Verb
 
V_CONFERENCE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_DIAL - Static variable in class com.twilio.sdk.verbs.Verb
 
V_ENQUEUE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_GATHER - Static variable in class com.twilio.sdk.verbs.Verb
 
V_HANGUP - Static variable in class com.twilio.sdk.verbs.Verb
 
V_LEAVE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_MEDIA - Static variable in class com.twilio.sdk.verbs.Verb
 
V_MESSAGE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_NUMBER - Static variable in class com.twilio.sdk.verbs.Verb
 
V_PAUSE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_PLAY - Static variable in class com.twilio.sdk.verbs.Verb
 
V_QUEUE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_RECORD - Static variable in class com.twilio.sdk.verbs.Verb
 
V_REDIRECT - Static variable in class com.twilio.sdk.verbs.Verb
 
V_REJECT - Static variable in class com.twilio.sdk.verbs.Verb
 
V_RESPONSE - Static variable in class com.twilio.sdk.verbs.Verb
 
V_SAY - Static variable in class com.twilio.sdk.verbs.Verb
 
V_SIP - Static variable in class com.twilio.sdk.verbs.Verb
 
V_SMS - Static variable in class com.twilio.sdk.verbs.Verb
The Constant V_SMS.
V_URI - Static variable in class com.twilio.sdk.verbs.Verb
 
validateRequest(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioUtils
 
valueOf(String) - Static method in enum com.twilio.sdk.parser.ResponseParser.PagingProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.resource.instance.lookups.PhoneNumber.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.resource.instance.pricing.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.resource.instance.Recurrence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.resource.instance.Trigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.resource.instance.UsageCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.resource.list.UsageRecordList.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.verbs.Conference.Record
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.sdk.verbs.Conference.Trim
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twilio.sdk.parser.ResponseParser.PagingProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.resource.instance.lookups.PhoneNumber.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.resource.instance.pricing.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.resource.instance.Recurrence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.resource.instance.Trigger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.resource.instance.UsageCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.resource.list.UsageRecordList.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.verbs.Conference.Record
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.sdk.verbs.Conference.Trim
Returns an array containing the constants of this enum type, in the order they are declared.
Verb - Class in com.twilio.sdk.verbs
The Class Verb.
Verb(String, String) - Constructor for class com.twilio.sdk.verbs.Verb
Instantiates a new verb.
VoiceCountry - Class in com.twilio.sdk.resource.instance.pricing
Pricing information for Twilio Voice services in a specific country.
VoiceCountry(TwilioPricingClient) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceCountry
 
VoiceCountry(TwilioPricingClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceCountry
 
VoiceCountry(TwilioPricingClient, String) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceCountry
 
VoiceCountry.InboundCallPrice - Class in com.twilio.sdk.resource.instance.pricing
 
VoiceCountry.OutboundPrefixPrice - Class in com.twilio.sdk.resource.instance.pricing
Represents current prices for outbound Twilio Voice calls to the given list of number prefixes.
VoiceCountryList - Class in com.twilio.sdk.resource.list.pricing
A list of VoiceCountry objects where Twilio Voice services are available.
VoiceCountryList(TwilioPricingClient) - Constructor for class com.twilio.sdk.resource.list.pricing.VoiceCountryList
 
VoiceCountryList(TwilioPricingClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.pricing.VoiceCountryList
 
VoiceNumber - Class in com.twilio.sdk.resource.instance.pricing
Pricing information for Twilio Voice calls to a specific number.
VoiceNumber(TwilioPricingClient) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceNumber
 
VoiceNumber(TwilioPricingClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceNumber
 
VoiceNumber(TwilioPricingClient, String) - Constructor for class com.twilio.sdk.resource.instance.pricing.VoiceNumber
 
VoiceNumber.InboundCallPrice - Class in com.twilio.sdk.resource.instance.pricing
Represents pricing information for inbound calls to a specific Twilio-hosted phone number.
VoiceNumber.OutboundCallPrice - Class in com.twilio.sdk.resource.instance.pricing
Represents pricing information for outbound calls to a specific phone number.

W

Worker - Class in com.twilio.sdk.resource.instance.taskrouter
Workers represent an entity that is able to perform tasks, such as an agent working in a call center, or a salesperson handling leads.
Worker(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Worker
Instantiates a worker.
Worker(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Worker
Instantiates a worker.
Worker(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Worker
Instantiates a worker.
WorkerFactory - Interface in com.twilio.sdk.resource.factory.taskrouter
A factory for creating Workers.
WorkerList - Class in com.twilio.sdk.resource.list.taskrouter
WorkerList to work with Worker.
WorkerList(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.WorkerList
Instantiates a worker list.
WorkerList(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.WorkerList
Instantiates a worker list.
WORKERS_PROPERTY - Static variable in class com.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
 
WorkersStatistics - Class in com.twilio.sdk.resource.instance.taskrouter
Statistics about workers.
WorkersStatistics(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Instantiates a worker statistics.
WorkersStatistics(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkersStatistics
Instantiates a worker statistics.
WorkerStatistics - Class in com.twilio.sdk.resource.instance.taskrouter
Statistics about Worker.
WorkerStatistics(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Instantiates a worker statistics.
WorkerStatistics(TwilioTaskRouterClient, String, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkerStatistics
Instantiates a worker statistics.
Workflow - Class in com.twilio.sdk.resource.instance.taskrouter
Workflows control how tasks will be prioritized and routed into Queues, and how Tasks should escalate in priority or move across queues over time.
Workflow(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Workflow
Instantiates a workflow.
Workflow(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Workflow
Instantiates a workflow.
Workflow(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Workflow
Instantiates a workflow.
WorkflowFactory - Interface in com.twilio.sdk.resource.factory.taskrouter
A factory for creating Workflows.
WorkflowList - Class in com.twilio.sdk.resource.list.taskrouter
WorkflowList to work with Workflow.
WorkflowList(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.list.taskrouter.WorkflowList
Instantiates a workflow list.
WorkflowList(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.WorkflowList
Instantiates a workflow list.
WorkflowStatistics - Class in com.twilio.sdk.resource.instance.taskrouter
WorkflowStatistics(TwilioTaskRouterClient, String, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Instantiates a workflow statistics.
WorkflowStatistics(TwilioTaskRouterClient, String, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkflowStatistics
Instantiates a workflow statistics.
Workspace - Class in com.twilio.sdk.resource.instance.taskrouter
A Workspace is a container for your Tasks, Workers, TaskQueues, Workflows and Activities.
Workspace(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Workspace
Instantiates a workspace.
Workspace(TwilioTaskRouterClient, Map<String, Object>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Workspace
Instantiates a workspace.
Workspace(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.Workspace
Instantiates a workspace.
WorkspaceFactory - Interface in com.twilio.sdk.resource.factory.taskrouter
A factory for creating Workspaces.
WorkspaceList - Class in com.twilio.sdk.resource.list.taskrouter
WorkspaceList to work with Workspace.
WorkspaceList(TwilioTaskRouterClient) - Constructor for class com.twilio.sdk.resource.list.taskrouter.WorkspaceList
Instantiates a workspace list.
WorkspaceList(TwilioTaskRouterClient, Map<String, String>) - Constructor for class com.twilio.sdk.resource.list.taskrouter.WorkspaceList
Instantiates a workspace list.
WorkspaceStatistics - Class in com.twilio.sdk.resource.instance.taskrouter
WorkspaceStatistics(TwilioTaskRouterClient, String) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Instantiates a workspace statistics.
WorkspaceStatistics(TwilioTaskRouterClient, String, Map<String, String>) - Constructor for class com.twilio.sdk.resource.instance.taskrouter.WorkspaceStatistics
Instantiates a workspace statistics.

X

XmlResponseParser - Class in com.twilio.sdk.parser
The Class XmlResponseParser.
XmlResponseParser() - Constructor for class com.twilio.sdk.parser.XmlResponseParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2011 Twilio, Inc. All Rights Reserved.