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

All Known Implementing Classes:
CredentialListMappingList

public interface CredentialListMappingFactory

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


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

Method Detail

create

CredentialListMapping 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

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

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


Copyright © 2011 Twilio, Inc. All Rights Reserved.