public class CallList extends ListResource<Call,TwilioRestClient> 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(List<org.apache.http.NameValuePair> params)
Creates the Call.
|
Call |
create(Map<String,String> params)
Creates the Call.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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 params mapTwilioRestExceptionpublic Call create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
CallFactorycreate in interface CallFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.