public class InstalledAddOnUpdater extends Updater<InstalledAddOn>
| Constructor and Description |
|---|
InstalledAddOnUpdater(String pathSid)
Construct a new InstalledAddOnUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
InstalledAddOnUpdater |
setConfiguration(Map<String,Object> configuration)
The JSON object representing the configuration of the Add-on installation..
|
InstalledAddOnUpdater |
setUniqueName(String uniqueName)
The human-readable string that uniquely identifies this Add-on installation
for an Account..
|
InstalledAddOn |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic InstalledAddOnUpdater(String pathSid)
pathSid - The sidpublic InstalledAddOnUpdater setConfiguration(Map<String,Object> configuration)
configuration - The JSON object representing the configurationpublic InstalledAddOnUpdater setUniqueName(String uniqueName)
uniqueName - The string that uniquely identifies this Add-on
installationpublic InstalledAddOn update(TwilioRestClient client)
update in class Updater<InstalledAddOn>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.