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

R

reason(Reject.Reason) - Method in class com.twilio4j.twiml.Reject
The reason attribute takes the values "rejected" and "busy." This tells Twilio what message to play when rejecting a call.
reasonBusy() - Method in class com.twilio4j.twiml.Reject
Convenience function that does the same as reason(Reason.busy).
reasonRejected() - Method in class com.twilio4j.twiml.Reject
Convenience function that does the same as reason(Reason.rejected).
Record - Class in com.twilio.sdk.verbs
 
Record() - Constructor for class com.twilio.sdk.verbs.Record
 
record() - Method in class com.twilio4j.twiml.DeclarativeComposer
Inserts a Record verb into your TwiML.
record(boolean) - Method in class com.twilio4j.twiml.Dial
The 'record' attribute lets you record both legs of a call within the associated Dial verb.
Record<E extends java.lang.Enum<?>> - Class in com.twilio4j.twiml
This class directly reflects the Record verb documented at http://www.twilio.com/docs/api/twiml/record All of the descriptions included in these javadoc comments come directly from the twilio website.
Record() - Constructor for class com.twilio4j.twiml.Record
 
Record() - Method in class com.twilio4j.twism.TwilioParameters
To access parameters posted by the action of the Record verb.
record() - Method in class com.twilio4j.twism.TwilioStateMachineServlet
Inserts a Record verb into your TwiML.
RecordParameters - 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 'action' URL of Record.
recoverUserParamsFromCookiePayload(String) - Method in class com.twilio4j.twism.CookieTwism
 
Redirect - Class in com.twilio.sdk.verbs
 
Redirect() - Constructor for class com.twilio.sdk.verbs.Redirect
 
Redirect(String) - Constructor for class com.twilio.sdk.verbs.Redirect
 
redirect(E) - Method in class com.twilio4j.twiml.DeclarativeComposer
Inserts a Redirect verb into your TwiML.
Redirect<E extends java.lang.Enum<?>> - Class in com.twilio4j.twiml
This class directly reflects the Redirect verb documented at http://www.twilio.com/docs/api/twiml/redirect All of the descriptions included in these javadoc comments come directly from the twilio website.
Redirect(E) - Constructor for class com.twilio4j.twiml.Redirect
The 'Redirect' verb transfers control of a call to the TwiML at a different URL.
redirect(E) - Method in class com.twilio4j.twism.TwilioStateMachineServlet
Inserts a Redirect verb into your TwiML.
Reject - Class in com.twilio.sdk.verbs
* Created by IntelliJ IDEA.
Reject() - Constructor for class com.twilio.sdk.verbs.Reject
 
reject() - Method in class com.twilio4j.twiml.DeclarativeComposer
Inserts a Reject verb into your TwiML.
Reject - Class in com.twilio4j.twiml
This class directly reflects the Reject verb documented at http://www.twilio.com/docs/api/twiml/reject All of the descriptions included in these javadoc comments come directly from the twilio website.
Reject() - Constructor for class com.twilio4j.twiml.Reject
The 'Reject' verb rejects an incoming call to your Twilio number without billing you.
reject() - Method in class com.twilio4j.twism.TwilioStateMachineServlet
Inserts a Reject verb into your TwiML.
Reject.Reason - Enum in com.twilio4j.twiml
 
removeHttpCookie(HttpServletResponse) - Static method in class com.twilio4j.twism.CookieTwism
 
request(String, String, Map<String, String>) - Method in class com.twilio.sdk.TwilioRestClient
 
respondsWith(TwilioStateMachineServlet.TwilioHandler) - Method in class com.twilio4j.twism.TwilioStateMachineServlet.RespondsWith
Specify a block of Java code that will execute for the corresponding handler.
respondsWith(TwiML) - Method in class com.twilio4j.twism.TwilioStateMachineServlet.RespondsWith
Specify just a block of TwiML to be passed back.
response(TwiML...) - Method in class com.twilio4j.twiml.DeclarativeComposer
Use response() to construct a block of TwiML.
response(TwiML...) - Method in class com.twilio4j.twism.TwilioStateMachineServlet
Use response() to construct a block of TwiML.
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.