Uses of Class
com.twilio.rest.autopilot.v1.assistant.Webhook
-
Packages that use Webhook Package Description com.twilio.rest.autopilot.v1.assistant -
-
Uses of Webhook in com.twilio.rest.autopilot.v1.assistant
Methods in com.twilio.rest.autopilot.v1.assistant that return Webhook Modifier and Type Method Description WebhookWebhookCreator. create(TwilioRestClient client)WebhookWebhookFetcher. fetch(TwilioRestClient client)static WebhookWebhook. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Webhook object using the provided ObjectMapper.static WebhookWebhook. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Webhook object using the provided ObjectMapper.WebhookWebhookUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.autopilot.v1.assistant that return types with arguments of type Webhook Modifier and Type Method Description Page<Webhook>WebhookReader. firstPage(TwilioRestClient client)Page<Webhook>WebhookReader. getPage(String targetUrl, TwilioRestClient client)Page<Webhook>WebhookReader. nextPage(Page<Webhook> page, TwilioRestClient client)Page<Webhook>WebhookReader. previousPage(Page<Webhook> page, TwilioRestClient client)ResourceSet<Webhook>WebhookReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.autopilot.v1.assistant with type arguments of type Webhook Modifier and Type Method Description Page<Webhook>WebhookReader. nextPage(Page<Webhook> page, TwilioRestClient client)Page<Webhook>WebhookReader. previousPage(Page<Webhook> page, TwilioRestClient client)
-