Package com.twilio.twiml.voice
Class Enqueue
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Enqueue
-
public class Enqueue extends TwiML
TwiML wrapper for<Enqueue>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Enqueue.Builder
Create a new<Enqueue>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getAction()
Action URLInteger
getMaxQueueSize()
Maximum size of queueHttpMethod
getMethod()
Action URL methodString
getName()
Friendly nameURI
getWaitUrl()
Wait URLHttpMethod
getWaitUrlMethod()
Wait URL methodString
getWorkflowSid()
TaskRouter Workflow SID-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getAction
public URI getAction()
Action URL- Returns:
- Action URL
-
getMaxQueueSize
public Integer getMaxQueueSize()
Maximum size of queue- Returns:
- Maximum size of queue
-
getMethod
public HttpMethod getMethod()
Action URL method- Returns:
- Action URL method
-
getWaitUrl
public URI getWaitUrl()
Wait URL- Returns:
- Wait URL
-
getWaitUrlMethod
public HttpMethod getWaitUrlMethod()
Wait URL method- Returns:
- Wait URL method
-
getWorkflowSid
public String getWorkflowSid()
TaskRouter Workflow SID- Returns:
- TaskRouter Workflow SID
-
getName
public String getName()
Friendly name- Returns:
- Friendly name
-
-