|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource<C>
com.twilio.sdk.resource.NextGenListResource<TaskQueue,TwilioTaskRouterClient>
com.twilio.sdk.resource.list.taskrouter.TaskQueueList
public class TaskQueueList
TaskQueueList to work with TaskQueue.
| Constructor Summary | |
|---|---|
TaskQueueList(TwilioTaskRouterClient client,
String workspaceSid)
Instantiates a queue list. |
|
TaskQueueList(TwilioTaskRouterClient client,
String workspaceSid,
Map<String,String> filters)
Instantiates a queue list. |
|
| Method Summary | |
|---|---|
TaskQueue |
create(List<org.apache.http.NameValuePair> params)
Creates a TaskQueue. |
TaskQueue |
create(Map<String,String> params)
Creates a TaskQueue. |
| Methods inherited from class com.twilio.sdk.resource.NextGenListResource |
|---|
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, iterator |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskQueueList(TwilioTaskRouterClient client,
String workspaceSid)
client - the clientworkspaceSid - the workspace sid
public TaskQueueList(TwilioTaskRouterClient client,
String workspaceSid,
Map<String,String> filters)
client - the clientfilters - the filtersworkspaceSid - the workspace sid| Method Detail |
|---|
public TaskQueue create(Map<String,String> params)
throws TwilioRestException
TaskQueueFactoryTaskQueue.
create in interface TaskQueueFactoryparams - the params list
TwilioRestException
public TaskQueue create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
TaskQueueFactoryTaskQueue.
create in interface TaskQueueFactoryparams - the params list
TwilioRestException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||