com.twilio.sdk.resource.factory
Interface SmsFactory

All Known Implementing Classes:
SmsList

public interface SmsFactory

A factory for creating Sms objects.


Method Summary
 Sms create(Map<String,String> params)
          Creates the.
 

Method Detail

create

Sms create(Map<String,String> params)
           throws TwilioRestException
Creates the.

Parameters:
params - the params
Returns:
the sms
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.