|
|||||||||
| 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<Task,TwilioTaskRouterClient>
com.twilio.sdk.resource.list.taskrouter.TaskList
public class TaskList
TaskList to work with Task.
| Constructor Summary | |
|---|---|
TaskList(TwilioTaskRouterClient client,
String workspaceSid)
Instantiates a task list. |
|
TaskList(TwilioTaskRouterClient client,
String workspaceSid,
Map<String,String> filters)
Instantiates a task list. |
|
| Method Summary | |
|---|---|
Task |
create(List<org.apache.http.NameValuePair> params)
Creates a task. |
Task |
create(Map<String,String> params)
Creates a task. |
| 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 TaskList(TwilioTaskRouterClient client,
String workspaceSid)
client - the clientworkspaceSid - the workspace sid
public TaskList(TwilioTaskRouterClient client,
String workspaceSid,
Map<String,String> filters)
client - the clientworkspaceSid - the workspace sidfilters - the filters| Method Detail |
|---|
public Task create(Map<String,String> params)
throws TwilioRestException
TaskFactory
create in interface TaskFactoryparams - the params list
TwilioRestException
public Task create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
TaskFactory
create in interface TaskFactoryparams - the params list
TwilioRestException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||