public class ExportConfigurationUpdater extends Updater<ExportConfiguration>
| Constructor and Description |
|---|
ExportConfigurationUpdater(String pathResourceType)
Construct a new ExportConfigurationUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ExportConfigurationUpdater |
setEnabled(Boolean enabled)
The enabled.
|
ExportConfigurationUpdater |
setWebhookMethod(String webhookMethod)
The webhook_method.
|
ExportConfigurationUpdater |
setWebhookUrl(String webhookUrl)
The webhook_url.
|
ExportConfigurationUpdater |
setWebhookUrl(URI webhookUrl)
The webhook_url.
|
ExportConfiguration |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ExportConfigurationUpdater(String pathResourceType)
pathResourceType - The resource_typepublic ExportConfigurationUpdater setEnabled(Boolean enabled)
enabled - The enabledpublic ExportConfigurationUpdater setWebhookUrl(URI webhookUrl)
webhookUrl - The webhook_urlpublic ExportConfigurationUpdater setWebhookUrl(String webhookUrl)
webhookUrl - The webhook_urlpublic ExportConfigurationUpdater setWebhookMethod(String webhookMethod)
webhookMethod - The webhook_methodpublic ExportConfiguration update(TwilioRestClient client)
update in class Updater<ExportConfiguration>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.