Uses of Class
com.twilio.rest.conversations.v1.service.configuration.Webhook
-
Packages that use Webhook Package Description com.twilio.rest.conversations.v1.service.configuration -
-
Uses of Webhook in com.twilio.rest.conversations.v1.service.configuration
Methods in com.twilio.rest.conversations.v1.service.configuration that return Webhook Modifier and Type Method Description 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)
-