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