Uses of Class
com.twilio.sdk.resource.instance.Call

Packages that use Call
com.twilio.sdk.resource.factory   
com.twilio.sdk.resource.instance   
com.twilio.sdk.resource.list   
 

Uses of Call in com.twilio.sdk.resource.factory
 

Methods in com.twilio.sdk.resource.factory that return Call
 Call CallFactory.create(List<org.apache.http.NameValuePair> params)
          Creates the Call.
 Call CallFactory.create(Map<String,String> params)
          Creates the Call.
 

Uses of Call in com.twilio.sdk.resource.instance
 

Methods in com.twilio.sdk.resource.instance that return Call
 Call Call.cancel()
          Cancel.
 Call Account.getCall(String sid)
          Get a given call instance by sid
 Call Call.hangup()
          Hangup.
 Call Call.redirect(String url, String method)
          Redirect.
 

Uses of Call in com.twilio.sdk.resource.list
 

Methods in com.twilio.sdk.resource.list that return Call
 Call CallList.create(List<org.apache.http.NameValuePair> params)
           
 Call CallList.create(Map<String,String> params)
           
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.