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