public class IpAccessControlListList extends NextGenListResource<IpAccessControlList,TwilioTrunkingClient> implements ResourceFactory<IpAccessControlList>
| Constructor and Description |
|---|
IpAccessControlListList(TwilioTrunkingClient client,
String trunkSid)
Initialize ip access control list query without filters
|
IpAccessControlListList(TwilioTrunkingClient client,
String trunkSid,
Map<String,String> filters)
Initialize ip access control list query with filters
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
create(List<org.apache.http.NameValuePair> params)
Associate ip access control list to a trunk
|
IpAccessControlList |
create(Map<String,String> params)
Associate ip access control list to a trunk
|
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IpAccessControlListList(TwilioTrunkingClient client, String trunkSid)
client - A TwilioTrunkingClientpublic IpAccessControlListList(TwilioTrunkingClient client, String trunkSid, Map<String,String> filters)
client - A TwilioTrunkingClientfilters - The filters for this querypublic IpAccessControlList create(Map<String,String> params) throws TwilioRestException
create in interface ResourceFactory<IpAccessControlList>params - The query paramsTwilioRestExceptionpublic IpAccessControlList create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface ResourceFactory<IpAccessControlList>params - The query paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.