| Constructor and Description |
|---|
AccountCreator() |
| Modifier and Type | Method and Description |
|---|---|
Account |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AccountCreator |
setFriendlyName(String friendlyName)
A human readable description of the account to create, defaults to
`SubAccount Created at {YYYY-MM-DD HH:MM meridian}`.
|
public AccountCreator setFriendlyName(String friendlyName)
friendlyName - A human readable description of the accountpublic Account execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.