com.twilio.sdk.resource.list
Class CallList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Call>
com.twilio.sdk.resource.list.CallList
- All Implemented Interfaces:
- CallFactory, Iterable<Call>
public class CallList
- extends ListResource<Call>
- implements CallFactory
The Class CallList.
For more information see http://www.twilio.com/docs/api/rest/call
CallList
public CallList(TwilioRestClient client)
- Instantiates a new call list.
- Parameters:
client - the client
CallList
public CallList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new call list.
- Parameters:
client - the clientfilters - the filters
create
public Call create(Map<String,String> params)
throws TwilioRestException
- Description copied from interface:
CallFactory
- Creates the.
- Specified by:
create in interface CallFactory
- Parameters:
params - the params
- Returns:
- the call
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.