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

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

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

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

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

Methods in com.twilio.sdk.resource.instance that return Sms
 Sms Account.getSms(String sid)
          Get a given sms instance by sid
 

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

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



Copyright © 2011 Twilio, Inc. All Rights Reserved.