public class KeyList extends ListResource<Key,TwilioRestClient> implements ResourceFactory<Key>
| Constructor and Description |
|---|
KeyList(TwilioRestClient client)
Instantiates a new key list.
|
KeyList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new key list.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
create(List<org.apache.http.NameValuePair> params) |
Key |
create(Map<String,String> params) |
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic KeyList(TwilioRestClient client)
client - Twilio clientpublic KeyList(TwilioRestClient client, Map<String,String> filters)
client - Twilio clientfilters - request filterspublic Key create(Map<String,String> params) throws TwilioRestException
create in interface ResourceFactory<Key>TwilioRestExceptionpublic Key create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface ResourceFactory<Key>TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.