com.twilio.sdk.resource.factory
Interface ApplicationFactory

All Known Implementing Classes:
ApplicationList

public interface ApplicationFactory

A factory for creating Application objects. For more information see https://www.twilio.com/docs/api/rest/applications#list-post


Method Summary
 Application create(List<org.apache.http.NameValuePair> params)
           
 Application create(Map<String,String> params)
          Creates the.
 

Method Detail

create

Application create(Map<String,String> params)
                   throws TwilioRestException
Creates the.

Parameters:
params - the params
Returns:
the application
Throws:
TwilioRestException

create

Application create(List<org.apache.http.NameValuePair> params)
                   throws TwilioRestException
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.