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

All Known Implementing Classes:
IpAccessControlListMappingList

public interface IpAccessControlListMappingFactory

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


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

Method Detail

create

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

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

create

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

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


Copyright © 2011 Twilio, Inc. All Rights Reserved.