public interface TaskFactory
| Modifier and Type | Method and Description |
|---|---|
Task |
create(List<org.apache.http.NameValuePair> params)
Creates a task.
|
Task |
create(Map<String,String> params)
Creates a task.
|
Task create(Map<String,String> params) throws TwilioRestException
params - the params listTwilioRestExceptionTask create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
params - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.