public class SmsList extends ListResource<Sms,TwilioRestClient> implements SmsFactory
| Constructor and Description |
|---|
SmsList(TwilioRestClient client)
Instantiates a new sms list.
|
SmsList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new sms list.
|
| 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.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SmsList(TwilioRestClient client)
client - the clientpublic SmsList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic Sms create(Map<String,String> params) throws TwilioRestException
SmsFactorycreate in interface SmsFactoryparams - the params mapTwilioRestExceptionpublic Sms create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
SmsFactorycreate in interface SmsFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.