com.twilio.sdk.resource.factory
Interface CallFactory

All Known Implementing Classes:
CallList

public interface CallFactory

A factory for creating Call objects.


Method Summary
 Call create(List<org.apache.http.NameValuePair> params)
          Creates the Call.
 Call create(Map<String,String> params)
          Creates the Call.
 

Method Detail

create

Call create(Map<String,String> params)
            throws TwilioRestException
Creates the Call.

Parameters:
params - the params map
Returns:
the call
Throws:
TwilioRestException

create

Call create(List<org.apache.http.NameValuePair> params)
            throws TwilioRestException
Creates the Call.

Parameters:
params - the params list
Returns:
the call
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.