Class WebhookUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Webhook>
-
- com.twilio.rest.autopilot.v1.assistant.WebhookUpdater
-
-
Constructor Summary
Constructors Constructor Description WebhookUpdater(String pathAssistantSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookUpdatersetEvents(String events)WebhookUpdatersetUniqueName(String uniqueName)WebhookUpdatersetWebhookMethod(String webhookMethod)WebhookUpdatersetWebhookUrl(String webhookUrl)WebhookUpdatersetWebhookUrl(URI webhookUrl)Webhookupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setUniqueName
public WebhookUpdater setUniqueName(String uniqueName)
-
setEvents
public WebhookUpdater setEvents(String events)
-
setWebhookUrl
public WebhookUpdater setWebhookUrl(URI webhookUrl)
-
setWebhookUrl
public WebhookUpdater setWebhookUrl(String webhookUrl)
-
setWebhookMethod
public WebhookUpdater setWebhookMethod(String webhookMethod)
-
-