A B C D E F G H I L M N P Q R S T U V W 

T

timeLimit(int) - Method in class com.twilio4j.twiml.Dial
The 'timeLimit' attribute sets the maximum duration of the Dial in seconds.
timeout(int) - Method in class com.twilio4j.twiml.Dial
The 'timeout' attribute sets the limit in seconds that waits for the called party to answer the call.
timeout(int) - Method in class com.twilio4j.twiml.Gather
The 'timeout' attribute sets the limit in seconds that Twilio will wait for the caller to press another digit before moving on and making a request to the 'action' URL.
timeout(int) - Method in class com.twilio4j.twiml.Record
The 'timeout' attribute tells Twilio to end the recording after a number of seconds of silence has passed.
to(String) - Method in class com.twilio4j.twiml.Sms
The 'to' attribute takes a valid phone number as a value.
toXML() - Method in class com.twilio.sdk.verbs.Verb
 
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Client
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Conference
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Dial
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Enqueue
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Gather
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Hangup
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Leave
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Number
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Pause
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Play
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Queue
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Record
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Redirect
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Reject
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Say
Converts this object into XML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.Sms
Converts this object into XML.
ToXML - Interface in com.twilio4j.twiml
 
toXml(StringBuilder, String) - Method in interface com.twilio4j.twiml.ToXML
 
toXml(String) - Method in class com.twilio4j.twiml.TwiML
Convert this object into its XML representation of TwiML.
toXml(StringBuilder, String) - Method in class com.twilio4j.twiml.TwiML
Converts this object into XML.
transcribe(boolean) - Method in class com.twilio4j.twiml.Record
The 'transcribe' attribute tells Twilio that you would like a text representation of the audio of the recording.
transcribeCallback(E) - Method in class com.twilio4j.twiml.Record
A callback state in the state machine.
TranscribeCallback() - Method in class com.twilio4j.twism.TwilioParameters
To access parameters posted by the transcribe callback of the Record verb.
TranscribeParameters - Interface in com.twilio4j.twism
Twilio will pass the following parameters in addition to the standard TwiML Voice request parameters with its request to the 'transcribeCallback' URL of Record.
TranscriptionStatus - Enum in com.twilio4j.twism
These are the possible values that can be returned as a parameter from a transcribeCallback of the Record verb.
TwilioParameters - Class in com.twilio4j.twism
TwilioParameters are passed to your action and callback handlers.
TwilioParameters.CallStatus - Enum in com.twilio4j.twism
 
TwilioParameters.DialCallStatus - Enum in com.twilio4j.twism
 
TwilioRestClient - Class in com.twilio.sdk
 
TwilioRestClient(String, String, String) - Constructor for class com.twilio.sdk.TwilioRestClient
 
TwilioRestExample - Class in com.twilio.sdk
 
TwilioRestExample() - Constructor for class com.twilio.sdk.TwilioRestExample
 
TwilioRestException - Exception in com.twilio.sdk
 
TwilioRestException(String) - Constructor for exception com.twilio.sdk.TwilioRestException
 
TwilioRestResponse - Class in com.twilio.sdk
TwilioRestResponse holds all the REST response data Before using the reponse, check IsError to see if an exception occurred with the data sent to Twilio ResponseXml will contain a SimpleXml object with the response xml 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
 
TwilioStateMachine - Class in com.twilio4j.twism
 
TwilioStateMachine() - Constructor for class com.twilio4j.twism.TwilioStateMachine
 
TwilioStateMachineServlet<E extends java.lang.Enum<?>> - Class in com.twilio4j.twism
TwilioStateMachineServlet is the class you need to extend in order to create your own call flow state machine.
TwilioStateMachineServlet() - Constructor for class com.twilio4j.twism.TwilioStateMachineServlet
 
TwilioStateMachineServlet.Executes<EEE> - Class in com.twilio4j.twism
You'll never use this class directly.
TwilioStateMachineServlet.RespondsWith<EE> - Class in com.twilio4j.twism
You'll never use this class directly.
TwilioStateMachineServlet.TwilioCallback - Interface in com.twilio4j.twism
A TwilioCallback is used only to execute some java code, and *not* return TwiML.
TwilioStateMachineServlet.TwilioHandler - Interface in com.twilio4j.twism
A TwilioHandler is used execute some java code and return TwiML.
TwilioStateMachineServletBase - Class in com.twilio4j.twism
TwilioStateMachineServletBase accepts HTTP GET and POST connections from Twilio, and advances a phone call through the various states of a state machine.
TwilioStateMachineServletBase() - Constructor for class com.twilio4j.twism.TwilioStateMachineServletBase
 
TwilioUtils - Class in com.twilio.sdk
 
TwilioUtilsExample - Class in com.twilio.sdk
 
TwilioUtilsExample() - Constructor for class com.twilio.sdk.TwilioUtilsExample
 
TwiML - Class in com.twilio4j.twiml
 
TwiML(TwiML...) - Constructor for class com.twilio4j.twiml.TwiML
The TwiML object represents the top-level container, i.e.
TwiMLException - Exception in com.twilio.sdk.verbs
 
TwiMLException(String) - Constructor for exception com.twilio.sdk.verbs.TwiMLException
 
TwiMLResponse - Class in com.twilio.sdk.verbs
 
TwiMLResponse() - Constructor for class com.twilio.sdk.verbs.TwiMLResponse
 
TwiMLResponseExample - Class in com.twilio.sdk.verbs
 
TwiMLResponseExample() - Constructor for class com.twilio.sdk.verbs.TwiMLResponseExample
 
A B C D E F G H I L M N P Q R S T U V W 

Copyright © 2015 Gentomi, Inc. All Rights Reserved.