public class TaskQueue extends NextGenInstanceResource<TwilioTaskRouterClient>
| Constructor and Description |
|---|
TaskQueue(TwilioTaskRouterClient client)
Instantiates a queue.
|
TaskQueue(TwilioTaskRouterClient client,
Map<String,Object> properties)
Instantiates a queue.
|
TaskQueue(TwilioTaskRouterClient client,
String workspaceSid,
String queueSid)
Instantiates a queue.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
The ID of the
Account that owns this TaskQueue |
String |
getAssignmentActivitySid()
|
Date |
getDateCreated()
The date and time this TaskQueue was created.
|
Date |
getDateUpdated()
The date and time this TaskQueue was last updated.
|
String |
getFriendlyName()
Human-readable description of the TaskQueue (for example “Customer Support” or “Sales”)
|
String |
getReservationActivityName()
|
String |
getReservationActivitySid()
|
String |
getSid()
The unique ID of this TaskQueue.
|
String |
getTargetWorkers()
The worker selection expressions for this TaskQueue.
|
String |
getWorkspaceSid()
The unique ID of the
Workspace containing this TaskQueue. |
getObject, getProperty, update, updatesetRequestAccountSidpublic TaskQueue(TwilioTaskRouterClient client)
client - the clientpublic TaskQueue(TwilioTaskRouterClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic TaskQueue(TwilioTaskRouterClient client, String workspaceSid, String queueSid)
client - the clientworkspaceSid - the workspace sidqueueSid - the queue sidpublic String getAccountSid()
Account that owns this TaskQueuepublic String getAssignmentActivitySid()
public Date getDateCreated()
public Date getDateUpdated()
public String getFriendlyName()
public String getReservationActivityName()
Activity Workers will be assigned
when they are reserved for a Task from this queue.public String getReservationActivitySid()
Activity Workers will be assigned
when they are reserved for a Task from this queue.public String getSid()
public String getTargetWorkers()
Copyright © 2011 Twilio, Inc. All Rights Reserved.