com.twilio.sdk.resource.factory.sip
Interface CredentialListFactory

All Known Implementing Classes:
CredentialListList

public interface CredentialListFactory

A factory for creating CredentialListInstance objects. For more information see https://www.twilio.com/docs/api/rest/credential-list


Method Summary
 CredentialListInstance create(List<org.apache.http.NameValuePair> params)
          Creates the credential list.
 CredentialListInstance create(Map<String,String> params)
          Creates the credential list.
 

Method Detail

create

CredentialListInstance create(Map<String,String> params)
                              throws TwilioRestException
Creates the credential list.

Parameters:
params - the params map
Returns:
the credential list
Throws:
TwilioRestException

create

CredentialListInstance create(List<org.apache.http.NameValuePair> params)
                              throws TwilioRestException
Creates the credential list.

Parameters:
params - the params list
Returns:
the credential list
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.