com.twilio.sdk.resource.list
Class ApplicationList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.ListResource<Application>
          extended by 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


Constructor Summary
ApplicationList(TwilioRestClient client)
          Instantiates a new application list.
ApplicationList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new application list.
 
Method Summary
 Application create(List<org.apache.http.NameValuePair> params)
           
 Application create(Map<String,String> params)
          Creates the.
 
Methods inherited from class com.twilio.sdk.resource.ListResource
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iterator
 
Methods inherited from class com.twilio.sdk.resource.Resource
setRequestAccountSid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 client
filters - the filters
Method Detail

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.