Uses of Class
com.twilio.rest.messaging.v1.session.Webhook
-
Packages that use Webhook Package Description com.twilio.rest.messaging.v1.session -
-
Uses of Webhook in com.twilio.rest.messaging.v1.session
Methods in com.twilio.rest.messaging.v1.session that return Webhook Modifier and Type Method Description Webhook
WebhookCreator. create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.Webhook
WebhookFetcher. fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.static Webhook
Webhook. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Webhook object using the provided ObjectMapper.static Webhook
Webhook. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Webhook object using the provided ObjectMapper.Webhook
WebhookUpdater. update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.Methods in com.twilio.rest.messaging.v1.session that return types with arguments of type Webhook Modifier and Type Method Description Page<Webhook>
WebhookReader. firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Page<Webhook>
WebhookReader. getPage(String targetUrl, TwilioRestClient client)
Retrieve the target page from the Twilio API.Page<Webhook>
WebhookReader. nextPage(Page<Webhook> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Webhook>
WebhookReader. previousPage(Page<Webhook> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Method parameters in com.twilio.rest.messaging.v1.session with type arguments of type Webhook Modifier and Type Method Description Page<Webhook>
WebhookReader. nextPage(Page<Webhook> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Webhook>
WebhookReader. previousPage(Page<Webhook> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.
-