public class CredentialListMappingList extends ListResource<CredentialListMapping,TwilioRestClient> implements CredentialListMappingFactory
| Constructor and Description |
|---|
CredentialListMappingList(TwilioRestClient client)
Instantiates a new list of ip access control list mappings
|
CredentialListMappingList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new list of ip access control list mappings
|
CredentialListMappingList(TwilioRestClient client,
String sipDomainSid)
Instantiates a new list of ip access control list mappings
|
| Modifier and Type | Method and Description |
|---|---|
CredentialListMapping |
create(List<org.apache.http.NameValuePair> params)
Creates the ip access control list mapping
|
CredentialListMapping |
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 CredentialListMappingList(TwilioRestClient client)
client - the clientpublic CredentialListMappingList(TwilioRestClient client, String sipDomainSid)
client - the clientsipDomainSid - the sid of the sip domain owning this set of mappingspublic CredentialListMappingList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic CredentialListMapping create(Map<String,String> params) throws TwilioRestException
CredentialListMappingFactorycreate in interface CredentialListMappingFactoryparams - the params mapTwilioRestExceptionpublic CredentialListMapping create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
CredentialListMappingFactorycreate in interface CredentialListMappingFactoryparams - the params listTwilioRestExceptionpublic String getRequestSipDomainSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.