public class IpAccessControlListList extends ListResource<IpAccessControlList,TwilioRestClient> implements IpAccessControlListFactory
| Constructor and Description |
|---|
IpAccessControlListList(TwilioRestClient client)
Instantiates a new list of ip access control lists
|
IpAccessControlListList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new list of ip access control lists
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
create(List<org.apache.http.NameValuePair> params)
Creates the ip access control list
|
IpAccessControlList |
create(Map<String,String> params)
Creates the ip access control list
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IpAccessControlListList(TwilioRestClient client)
client - the clientpublic IpAccessControlListList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic IpAccessControlList create(Map<String,String> params) throws TwilioRestException
IpAccessControlListFactorycreate in interface IpAccessControlListFactoryparams - the params mapTwilioRestExceptionpublic IpAccessControlList create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
IpAccessControlListFactorycreate in interface IpAccessControlListFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.