public interface CredentialListFactory
| 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.
|
CredentialListInstance create(Map<String,String> params) throws TwilioRestException
params - the params mapTwilioRestExceptionCredentialListInstance create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
params - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.