com.twilio.sdk.resource.list
Class ApplicationList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Application>
com.twilio.sdk.resource.list.ApplicationList
- All Implemented Interfaces:
- ApplicationFactory, Iterable<Application>
public class ApplicationList
- extends ListResource<Application>
- implements ApplicationFactory
The Class ApplicationList.
For more information see https://www.twilio.com/docs/api/rest/applications
ApplicationList
public ApplicationList(TwilioRestClient client)
- Instantiates a new application list.
- Parameters:
client - the client
ApplicationList
public ApplicationList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new application list.
- Parameters:
client - the clientfilters - the filters
create
public Application create(Map<String,String> params)
throws TwilioRestException
- Description copied from interface:
ApplicationFactory
- Creates the.
- Specified by:
create in interface ApplicationFactory
- Parameters:
params - the params
- Returns:
- the application
- Throws:
TwilioRestException
create
public Application create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
- Specified by:
create in interface ApplicationFactory
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.