public class InstalledAddOnCreator extends Creator<InstalledAddOn>
| Constructor and Description |
|---|
InstalledAddOnCreator(String availableAddOnSid,
Boolean acceptTermsOfService)
Construct a new InstalledAddOnCreator.
|
| Modifier and Type | Method and Description |
|---|---|
InstalledAddOn |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
InstalledAddOnCreator |
setConfiguration(Map<String,Object> configuration)
The JSON object representing the configuration of the new Add-on
installation..
|
InstalledAddOnCreator |
setUniqueName(String uniqueName)
The human-readable string that uniquely identifies this Add-on installation
for an Account..
|
create, createAsync, createAsyncpublic InstalledAddOnCreator(String availableAddOnSid, Boolean acceptTermsOfService)
availableAddOnSid - A string that uniquely identifies the Add-on to
installacceptTermsOfService - A boolean reflecting your acceptance of the
Terms of Servicepublic InstalledAddOnCreator setConfiguration(Map<String,Object> configuration)
configuration - The JSON object representing the configurationpublic InstalledAddOnCreator setUniqueName(String uniqueName)
uniqueName - The string that uniquely identifies this Add-on
installationpublic InstalledAddOn create(TwilioRestClient client)
create in class Creator<InstalledAddOn>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.