public class CallList extends ListResource<Call> implements CallFactory
| Constructor and Description |
|---|
CallList(TwilioRestClient client)
Instantiates a new call list.
|
CallList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new call list.
|
| Modifier and Type | Method and Description |
|---|---|
Call |
create(Map<String,String> params)
Creates the.
|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iteratorsetRequestAccountSidpublic CallList(TwilioRestClient client)
client - the clientpublic CallList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic Call create(Map<String,String> params) throws TwilioRestException
CallFactorycreate in interface CallFactoryparams - the paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.