public class CredentialListList extends NextGenListResource<CredentialList,TwilioTrunkingClient> implements ResourceFactory<CredentialList>
| Constructor and Description |
|---|
CredentialListList(TwilioTrunkingClient client,
String trunkSid)
Initialize a credential list
|
CredentialListList(TwilioTrunkingClient client,
String trunkSid,
Map<String,String> filters)
Initialize a credential list with filters
|
| Modifier and Type | Method and Description |
|---|---|
CredentialList |
create(List<org.apache.http.NameValuePair> params)
Associate credential list with a trunk
|
CredentialList |
create(Map<String,String> params)
Associate credential list with a trunk
|
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CredentialListList(TwilioTrunkingClient client, String trunkSid)
client - A TwilioTrunkingClienttrunkSid - The trunk sidpublic CredentialListList(TwilioTrunkingClient client, String trunkSid, Map<String,String> filters)
client - A TwilioTrunkingClienttrunkSid - The trunk sidfilters - The filters for this querypublic CredentialList create(Map<String,String> params) throws TwilioRestException
create in interface ResourceFactory<CredentialList>params - The query paramsTwilioRestExceptionpublic CredentialList create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface ResourceFactory<CredentialList>params - The query paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.