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

All Known Implementing Classes:
DomainList

public interface DomainFactory

A factory for creating Domain objects. For more information see https://www.twilio.com/docs/api/rest/sip-domain


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

Method Detail

create

Domain create(Map<String,String> params)
              throws TwilioRestException
Creates the sip domain.

Parameters:
params - the params map
Returns:
the sip domain
Throws:
TwilioRestException

create

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

Parameters:
params - the params list
Returns:
the sip domain
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.