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(Map<String,String> params)
          Creates the.
 

Method Detail

create

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

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


Copyright © 2011 Twilio, Inc. All Rights Reserved.