Package com.twilio.rest.bulkexports.v1
Class ExportConfigurationUpdater
- java.lang.Object
-
- com.twilio.base.Updater<ExportConfiguration>
-
- com.twilio.rest.bulkexports.v1.ExportConfigurationUpdater
-
public class ExportConfigurationUpdater extends Updater<ExportConfiguration>
-
-
Constructor Summary
Constructors Constructor Description ExportConfigurationUpdater(String pathResourceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportConfigurationUpdater
setEnabled(Boolean enabled)
ExportConfigurationUpdater
setWebhookMethod(String webhookMethod)
ExportConfigurationUpdater
setWebhookUrl(String webhookUrl)
ExportConfigurationUpdater
setWebhookUrl(URI webhookUrl)
ExportConfiguration
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ExportConfigurationUpdater
public ExportConfigurationUpdater(String pathResourceType)
-
-
Method Detail
-
setEnabled
public ExportConfigurationUpdater setEnabled(Boolean enabled)
-
setWebhookUrl
public ExportConfigurationUpdater setWebhookUrl(URI webhookUrl)
-
setWebhookUrl
public ExportConfigurationUpdater setWebhookUrl(String webhookUrl)
-
setWebhookMethod
public ExportConfigurationUpdater setWebhookMethod(String webhookMethod)
-
update
public ExportConfiguration update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<ExportConfiguration>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-