public class ApplicationList extends ListResource<Application,TwilioRestClient> implements ApplicationFactory
| Constructor and Description |
|---|
ApplicationList(TwilioRestClient client)
Instantiates a new application list.
|
ApplicationList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new application list.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
create(List<org.apache.http.NameValuePair> params) |
Application |
create(Map<String,String> params)
Creates the.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ApplicationList(TwilioRestClient client)
client - the clientpublic ApplicationList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic Application create(Map<String,String> params) throws TwilioRestException
ApplicationFactorycreate in interface ApplicationFactoryparams - the paramsTwilioRestExceptionpublic Application create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface ApplicationFactoryTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.