public interface ResourceFactory<T extends Resource<?>>
| Modifier and Type | Method and Description |
|---|---|
T |
create(List<org.apache.http.NameValuePair> params) |
T |
create(Map<String,String> params) |
T create(Map<String,String> params) throws TwilioRestException
TwilioRestExceptionT create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.