public class Enqueue extends TwiML
<Enqueue>
Modifier and Type | Class and Description |
---|---|
static class |
Enqueue.Builder
Create a new
<Enqueue> element |
Modifier and Type | Method and Description |
---|---|
URI |
getAction()
Action URL
|
Integer |
getMaxQueueSize()
Maximum size of queue
|
HttpMethod |
getMethod()
Action URL method
|
String |
getName()
Friendly name
|
URI |
getWaitUrl()
Wait URL
|
HttpMethod |
getWaitUrlMethod()
Wait URL method
|
String |
getWorkflowSid()
TaskRouter Workflow SID
|
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
public URI getAction()
public Integer getMaxQueueSize()
public HttpMethod getMethod()
public URI getWaitUrl()
public HttpMethod getWaitUrlMethod()
public String getWorkflowSid()
public String getName()
Copyright © 2019 Twilio, Inc. All Rights Reserved.