Class WebhookUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Webhook>
-
- com.twilio.rest.conversations.v1.configuration.WebhookUpdater
-
-
Constructor Summary
Constructors Constructor Description WebhookUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookUpdater
setFilters(String filters)
WebhookUpdater
setFilters(List<String> filters)
WebhookUpdater
setMethod(String method)
WebhookUpdater
setPostWebhookUrl(String postWebhookUrl)
WebhookUpdater
setPreWebhookUrl(String preWebhookUrl)
WebhookUpdater
setTarget(Webhook.Target target)
Webhook
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setMethod
public WebhookUpdater setMethod(String method)
-
setFilters
public WebhookUpdater setFilters(List<String> filters)
-
setFilters
public WebhookUpdater setFilters(String filters)
-
setPreWebhookUrl
public WebhookUpdater setPreWebhookUrl(String preWebhookUrl)
-
setPostWebhookUrl
public WebhookUpdater setPostWebhookUrl(String postWebhookUrl)
-
setTarget
public WebhookUpdater setTarget(Webhook.Target target)
-
-