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 ExportConfigurationUpdatersetEnabled(Boolean enabled)ExportConfigurationUpdatersetWebhookMethod(String webhookMethod)ExportConfigurationUpdatersetWebhookUrl(String webhookUrl)ExportConfigurationUpdatersetWebhookUrl(URI webhookUrl)ExportConfigurationupdate(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:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<ExportConfiguration>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-