Uses of Class
com.twilio.rest.api.v2010.account.Message
-
Packages that use Message Package Description com.twilio.rest.api.v2010.account -
-
Uses of Message in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account 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.api.v2010.account 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.api.v2010.account 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)
-