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
TwilioRestException
Address create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.