public interface AccountFactory
| Modifier and Type | Method and Description |
|---|---|
Account |
create(List<org.apache.http.NameValuePair> params) |
Account |
create(Map<String,String> params)
Creates a subaccount.
|
Account create(Map<String,String> params) throws TwilioRestException
params - the paramsTwilioRestExceptionAccount create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.