Uses of Class
com.twilio.rest.ipmessaging.v1.service.channel.Message
-
Packages that use Message Package Description com.twilio.rest.ipmessaging.v1.service.channel -
-
Uses of Message in com.twilio.rest.ipmessaging.v1.service.channel
Methods in com.twilio.rest.ipmessaging.v1.service.channel that return Message Modifier and Type Method Description MessageMessageCreator. create(TwilioRestClient client)MessageMessageFetcher. fetch(TwilioRestClient client)static MessageMessage. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Message object using the provided ObjectMapper.static MessageMessage. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Message object using the provided ObjectMapper.MessageMessageUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.ipmessaging.v1.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.v1.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)
-