com.twilio.sdk.resource.factory
Interface QueueFactory

All Known Implementing Classes:
QueueList

public interface QueueFactory

The QueueFactory creates Queue instances, passing in a map of properties

Author:
Christer Fahlgren

Method Summary
 Queue create(List<org.apache.http.NameValuePair> params)
           
 Queue create(Map<String,String> params)
           
 

Method Detail

create

Queue create(Map<String,String> params)
             throws TwilioRestException
Throws:
TwilioRestException

create

Queue create(List<org.apache.http.NameValuePair> params)
             throws TwilioRestException
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.