public interface WorkflowFactory
| 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.
|
Workflow create(Map<String,String> params) throws TwilioRestException
params - the params listTwilioRestExceptionWorkflow create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
params - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.