Uses of Class
com.twilio.rest.conversations.v1.conversation.message.DeliveryReceipt
-
Packages that use DeliveryReceipt Package Description com.twilio.rest.conversations.v1.conversation.message -
-
Uses of DeliveryReceipt in com.twilio.rest.conversations.v1.conversation.message
Methods in com.twilio.rest.conversations.v1.conversation.message that return DeliveryReceipt Modifier and Type Method Description DeliveryReceiptDeliveryReceiptFetcher. fetch(TwilioRestClient client)static DeliveryReceiptDeliveryReceipt. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a DeliveryReceipt object using the provided ObjectMapper.static DeliveryReceiptDeliveryReceipt. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a DeliveryReceipt object using the provided ObjectMapper.Methods in com.twilio.rest.conversations.v1.conversation.message that return types with arguments of type DeliveryReceipt Modifier and Type Method Description Page<DeliveryReceipt>DeliveryReceiptReader. firstPage(TwilioRestClient client)Page<DeliveryReceipt>DeliveryReceiptReader. getPage(String targetUrl, TwilioRestClient client)Page<DeliveryReceipt>DeliveryReceiptReader. nextPage(Page<DeliveryReceipt> page, TwilioRestClient client)Page<DeliveryReceipt>DeliveryReceiptReader. previousPage(Page<DeliveryReceipt> page, TwilioRestClient client)ResourceSet<DeliveryReceipt>DeliveryReceiptReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.conversations.v1.conversation.message with type arguments of type DeliveryReceipt Modifier and Type Method Description Page<DeliveryReceipt>DeliveryReceiptReader. nextPage(Page<DeliveryReceipt> page, TwilioRestClient client)Page<DeliveryReceipt>DeliveryReceiptReader. previousPage(Page<DeliveryReceipt> page, TwilioRestClient client)
-