com.twilio.sdk.resource.factory.sip
Interface IpAccessControlListFactory

All Known Implementing Classes:
IpAccessControlListList

public interface IpAccessControlListFactory

A factory for creating IpAccessControlList objects. For more information see https://www.twilio.com/docs/api/rest/ipaccesscontrollist


Method Summary
 IpAccessControlList create(List<org.apache.http.NameValuePair> params)
          Creates the ip access control list
 IpAccessControlList create(Map<String,String> params)
          Creates the ip access control list
 

Method Detail

create

IpAccessControlList create(Map<String,String> params)
                           throws TwilioRestException
Creates the ip access control list

Parameters:
params - the params map
Returns:
the ip access control list
Throws:
TwilioRestException

create

IpAccessControlList create(List<org.apache.http.NameValuePair> params)
                           throws TwilioRestException
Creates the ip access control list

Parameters:
params - the params list
Returns:
the ip access control list
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.