public class TokenList extends ListResource<Token,TwilioRestClient> implements TokenFactory
| Constructor and Description |
|---|
TokenList(TwilioRestClient client)
Instantiates a new Token list.
|
TokenList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new Token list.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
create(List<org.apache.http.NameValuePair> params)
Creates the token.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TokenList(TwilioRestClient client)
client - the clientpublic TokenList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic Token create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
TokenFactorycreate in interface TokenFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.