com.twilio.sdk.resource.factory
Interface IncomingPhoneNumberFactory

All Known Implementing Classes:
IncomingPhoneNumberList

public interface IncomingPhoneNumberFactory

A factory for creating IncomingPhoneNumber objects.


Method Summary
 IncomingPhoneNumber create(Map<String,String> params)
          Creates the.
 

Method Detail

create

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

Parameters:
params - the params
Returns:
the incoming phone number
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.