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 classEnqueue.BuilderCreate a new<Enqueue>element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetAction()Action URLIntegergetMaxQueueSize()Maximum size of queueHttpMethodgetMethod()Action URL methodStringgetName()Friendly nameURIgetWaitUrl()Wait URLHttpMethodgetWaitUrlMethod()Wait URL methodStringgetWorkflowSid()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
-
-