public class QueueList extends ListResource<Queue,TwilioRestClient> implements QueueFactory
| Constructor and Description |
|---|
QueueList(TwilioRestClient client)
Creates a
QueueList |
QueueList(TwilioRestClient client,
Map<String,String> filters)
Creates a
QueueList with filters. |
| Modifier and Type | Method and Description |
|---|---|
Queue |
create(List<org.apache.http.NameValuePair> params) |
Queue |
create(Map<String,String> params) |
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic QueueList(TwilioRestClient client)
QueueListclient - the TwilioRestClient to usepublic QueueList(TwilioRestClient client, Map<String,String> filters)
QueueList with filters.client - the TwilioRestClient to usefilters - the filters to apply.public Queue create(Map<String,String> params) throws TwilioRestException
create in interface QueueFactoryTwilioRestExceptionpublic Queue create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface QueueFactoryTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.