public interface AddressFactory
| Modifier and Type | Method and Description |
|---|---|
Address |
create(List<org.apache.http.NameValuePair> params) |
Address |
create(Map<String,String> params) |
Address create(Map<String,String> params) throws TwilioRestException
TwilioRestExceptionAddress create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.