public interface SmsFactory
| Modifier and Type | Method and Description |
|---|---|
Sms |
create(List<org.apache.http.NameValuePair> params)
Creates the sms.
|
Sms |
create(Map<String,String> params)
Creates the sms.
|
Sms create(Map<String,String> params) throws TwilioRestException
params - the params mapTwilioRestExceptionSms create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
params - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.