com.twilio.sdk.resource.factory
Interface OutgoingCallerIdFactory

All Known Implementing Classes:
OutgoingCallerIdList

public interface OutgoingCallerIdFactory

A factory for creating OutgoingCallerId objects.


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

Method Detail

create

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

Parameters:
params - the params map
Returns:
the caller id validation
Throws:
TwilioRestException

create

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

Parameters:
params - the params
Returns:
the caller id validation
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.