public class IpAccessControlListMappingList extends ListResource<IpAccessControlListMapping,TwilioRestClient> implements IpAccessControlListMappingFactory
| Constructor and Description |
|---|
IpAccessControlListMappingList(TwilioRestClient client)
Instantiates a new list of ip access control list mappings
|
IpAccessControlListMappingList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new list of ip access control list mappings
|
IpAccessControlListMappingList(TwilioRestClient client,
String sipDomainSid)
Instantiates a new list of ip access control list mappings
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlListMapping |
create(List<org.apache.http.NameValuePair> params)
Creates the ip access control list mapping
|
IpAccessControlListMapping |
create(Map<String,String> params)
Creates the ip access control list mapping
|
String |
getRequestSipDomainSid() |
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IpAccessControlListMappingList(TwilioRestClient client)
client - the clientpublic IpAccessControlListMappingList(TwilioRestClient client, String sipDomainSid)
client - the clientsipDomainSid - the sid of the sip domain owning this set of mappingspublic IpAccessControlListMappingList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic IpAccessControlListMapping create(Map<String,String> params) throws TwilioRestException
IpAccessControlListMappingFactorycreate in interface IpAccessControlListMappingFactoryparams - the params mapTwilioRestExceptionpublic IpAccessControlListMapping create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
IpAccessControlListMappingFactorycreate in interface IpAccessControlListMappingFactoryparams - the param listTwilioRestExceptionpublic String getRequestSipDomainSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.