com.twilio.sdk.resource.list
Class QueueList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Queue>
com.twilio.sdk.resource.list.QueueList
- All Implemented Interfaces:
- QueueFactory, Iterable<Queue>
public class QueueList
- extends ListResource<Queue>
- implements QueueFactory
The QueueList represents a list of Queues.
- Author:
- Christer Fahlgren
QueueList
public QueueList(TwilioRestClient client)
- Creates a
QueueList
- Parameters:
client - the TwilioRestClient to use
QueueList
public QueueList(TwilioRestClient client,
Map<String,String> filters)
- Creates a
QueueList with filters.
- Parameters:
client - the TwilioRestClient to usefilters - the filters to apply.
create
public Queue create(Map<String,String> params)
throws TwilioRestException
-
- Specified by:
create in interface QueueFactory
- Throws:
TwilioRestException
create
public Queue create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
-
- Specified by:
create in interface QueueFactory
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.