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