com.twilio.sdk.resource.list
Class SmsList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Sms>
com.twilio.sdk.resource.list.SmsList
- All Implemented Interfaces:
- SmsFactory, Iterable<Sms>
public class SmsList
- extends ListResource<Sms>
- implements SmsFactory
The Class SmsList.
For more information see http://www.twilio.com/docs/api/rest/sms
SmsList
public SmsList(TwilioRestClient client)
- Instantiates a new sms list.
- Parameters:
client - the client
SmsList
public SmsList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new sms list.
- Parameters:
client - the clientfilters - the filters
create
public Sms create(Map<String,String> params)
throws TwilioRestException
- Description copied from interface:
SmsFactory
- Creates the.
- Specified by:
create in interface SmsFactory
- Parameters:
params - the params
- Returns:
- the sms
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.