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