public class SmsList extends ListResource<Sms> 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(Map<String,String> params)
Creates the.
|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iteratorsetRequestAccountSidpublic 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 paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.