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

All Known Implementing Classes:
IpAddressList

public interface IpAddressFactory

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


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

Method Detail

create

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

Parameters:
params - the params map
Returns:
the IpAddress
Throws:
TwilioRestException

create

IpAddress create(List<org.apache.http.NameValuePair> params)
                 throws TwilioRestException
Creates the IpAddress

Parameters:
params - the params list
Returns:
the IpAddress
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.