public interface QueueFactory
QueueFactory creates Queue instances, passing in a map of properties| Modifier and Type | Method and Description |
|---|---|
Queue |
create(List<org.apache.http.NameValuePair> params) |
Queue |
create(Map<String,String> params) |
Queue create(Map<String,String> params) throws TwilioRestException
TwilioRestExceptionQueue create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.