public class IpAddressList extends ListResource<IpAddress,TwilioRestClient> implements IpAddressFactory
| Constructor and Description |
|---|
IpAddressList(TwilioRestClient client)
Instantiates a new IpAddress list
|
IpAddressList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new IpAddress list
|
IpAddressList(TwilioRestClient client,
String ipAccessControlListSid)
Instantiates a new IpAddress list
|
| 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
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IpAddressList(TwilioRestClient client)
client - the clientpublic IpAddressList(TwilioRestClient client, String ipAccessControlListSid)
client - the clientipAccessControlListSid - ip access control list sidpublic IpAddressList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic IpAddress create(Map<String,String> params) throws TwilioRestException
IpAddressFactorycreate in interface IpAddressFactoryparams - the params mapTwilioRestExceptionpublic IpAddress create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
IpAddressFactorycreate in interface IpAddressFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.