Uses of Class
com.twilio.rest.autopilot.v1.assistant.WebhookCreator
-
Packages that use WebhookCreator Package Description com.twilio.rest.autopilot.v1.assistant -
-
Uses of WebhookCreator in com.twilio.rest.autopilot.v1.assistant
Methods in com.twilio.rest.autopilot.v1.assistant that return WebhookCreator Modifier and Type Method Description static WebhookCreatorWebhook. creator(String pathAssistantSid, String uniqueName, String events, URI webhookUrl)WebhookCreatorWebhookCreator. setEvents(String events)WebhookCreatorWebhookCreator. setUniqueName(String uniqueName)WebhookCreatorWebhookCreator. setWebhookMethod(String webhookMethod)WebhookCreatorWebhookCreator. setWebhookUrl(String webhookUrl)WebhookCreatorWebhookCreator. setWebhookUrl(URI webhookUrl)
-