com.twilio.sdk.resource.factory
Interface UsageTriggerFactory

All Known Implementing Classes:
UsageTriggerList

public interface UsageTriggerFactory

A factory for creating Usage Trigger objects.


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

Method Detail

create

UsageTrigger 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.