com.twilio.sdk.resource.list.sip
Class CredentialListList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<CredentialListInstance>
com.twilio.sdk.resource.list.sip.CredentialListList
- All Implemented Interfaces:
- CredentialListFactory, Iterable<CredentialListInstance>
public class CredentialListList
- extends ListResource<CredentialListInstance>
- implements CredentialListFactory
CredentialListList
public CredentialListList(TwilioRestClient client)
- Instantiates a new list of ip access control lists
- Parameters:
client - the client
CredentialListList
public CredentialListList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new list of ip access control lists
- Parameters:
client - the clientfilters - the filters
create
public CredentialListInstance create(Map<String,String> params)
throws TwilioRestException
- Description copied from interface:
CredentialListFactory
- Creates the credential list.
- Specified by:
create in interface CredentialListFactory
- Parameters:
params - the params map
- Returns:
- the credential list
- Throws:
TwilioRestException
create
public CredentialListInstance create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
- Description copied from interface:
CredentialListFactory
- Creates the credential list.
- Specified by:
create in interface CredentialListFactory
- Parameters:
params - the params list
- Returns:
- the credential list
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.