Package | Description |
---|---|
com.twilio4j.twiml | |
com.twilio4j.twism |
Modifier and Type | Method and Description |
---|---|
Enqueue<E> |
Enqueue.action(E action)
The 'action' attribute takes an absolute or relative URL as a value (in the form of the enumerated
states you have defined).
|
Enqueue<E> |
Enqueue.method(Method method)
The 'method' attribute takes the value 'GET' or 'POST'.
|
Enqueue<E> |
Enqueue.methodGET()
Convenience function that does the same as method(Method.GET).
|
Enqueue<E> |
Enqueue.methodPOST()
Convenience function that does the same as method(Method.POST).
|
Enqueue<E> |
Enqueue.waitUrl(E waitUrl)
The 'waitUrl' attribute specifies a URL (in the form of the enumerated states you have
defined) pointing to a TwiML document containing TwiML verbs that will be executed while
the caller is waiting in the queue.
|
Enqueue<E> |
Enqueue.waitUrl(java.lang.String waitUrlString)
The 'waitUrl' attribute specifies a URL (in the form of the enumerated states you have
defined) pointing to a TwiML document containing TwiML verbs that will be executed while
the caller is waiting in the queue.
|
Enqueue<E> |
Enqueue.waitUrlMethod(Method waitUrlMethod)
The 'waitUrlMethod' attribute takes the value 'GET' or 'POST'.
|
Enqueue<E> |
Enqueue.waitUrlMethodGET()
Convenience method that does the same as waitUrlMethod(Method.GET).
|
Enqueue<E> |
Enqueue.waitUrlMethodPOST()
Convenience method that does the same as waitUrlMethod(Method.POST).
|
Modifier and Type | Method and Description |
---|---|
Enqueue<E> |
TwilioStateMachineServlet.enqueue(java.lang.String queueName)
Inserts a
Enqueue verb into your TwiML. |
Copyright © 2015 Gentomi, Inc. All Rights Reserved.