public class WorkflowList extends NextGenListResource<Workflow,TwilioTaskRouterClient> implements WorkflowFactory
Workflow.| Constructor and Description |
|---|
WorkflowList(TwilioTaskRouterClient client,
String workspaceSid)
Instantiates a workflow list.
|
WorkflowList(TwilioTaskRouterClient client,
String workspaceSid,
Map<String,String> filters)
Instantiates a workflow list.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
create(List<org.apache.http.NameValuePair> params)
Creates a Workflow.
|
Workflow |
create(Map<String,String> params)
Creates a Workflow.
|
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic WorkflowList(TwilioTaskRouterClient client, String workspaceSid)
client - the clientworkspaceSid - the workspace sidpublic WorkflowList(TwilioTaskRouterClient client, String workspaceSid, Map<String,String> filters)
client - the clientworkspaceSid - the workspace sidfilters - the filterspublic Workflow create(Map<String,String> params) throws TwilioRestException
WorkflowFactorycreate in interface WorkflowFactoryparams - the params listTwilioRestExceptionpublic Workflow create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
WorkflowFactorycreate in interface WorkflowFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.