Uses of Class
com.twilio.rest.ipmessaging.v2.service.channel.Message
-
Packages that use Message Package Description com.twilio.rest.ipmessaging.v2.service.channel -
-
Uses of Message in com.twilio.rest.ipmessaging.v2.service.channel
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return Message Modifier and Type Method Description Message
MessageCreator. create(TwilioRestClient client)
Message
MessageFetcher. fetch(TwilioRestClient client)
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)
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return types with arguments of type Message Modifier and Type Method Description Page<Message>
MessageReader. firstPage(TwilioRestClient client)
Page<Message>
MessageReader. getPage(String targetUrl, TwilioRestClient client)
Page<Message>
MessageReader. nextPage(Page<Message> page, TwilioRestClient client)
Page<Message>
MessageReader. previousPage(Page<Message> page, TwilioRestClient client)
ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
Method parameters in com.twilio.rest.ipmessaging.v2.service.channel with type arguments of type Message Modifier and Type Method Description Page<Message>
MessageReader. nextPage(Page<Message> page, TwilioRestClient client)
Page<Message>
MessageReader. previousPage(Page<Message> page, TwilioRestClient client)
-