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