- waitMethod(Method) - Method in class com.twilio4j.twiml.Conference
-
This attribute indicates which HTTP method to use when requesting 'waitUrl'.
- waitMethodGET() - Method in class com.twilio4j.twiml.Conference
-
Convenience method that does the same as waitMethod(Method.GET).
- waitMethodPOST() - Method in class com.twilio4j.twiml.Conference
-
Convenience method that does the same as waitMethod(Method.POST).
- waitUrl(E) - Method in class com.twilio4j.twiml.Conference
-
The 'waitUrl' attribute lets you specify a URL for music that plays before the conference has
started.
- waitUrl(String) - Method in class com.twilio4j.twiml.Conference
-
The 'waitUrl' attribute lets you specify a URL for music that plays before the conference has
started.
- waitUrl(E) - Method in class com.twilio4j.twiml.Enqueue
-
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.
- waitUrl(String) - Method in class com.twilio4j.twiml.Enqueue
-
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.
- waitUrlMethod(Method) - Method in class com.twilio4j.twiml.Enqueue
-
The 'waitUrlMethod' attribute takes the value 'GET' or 'POST'.
- waitUrlMethodGET() - Method in class com.twilio4j.twiml.Enqueue
-
Convenience method that does the same as waitUrlMethod(Method.GET).
- waitUrlMethodPOST() - Method in class com.twilio4j.twiml.Enqueue
-
Convenience method that does the same as waitUrlMethod(Method.POST).