Package | Description |
---|---|
com.twilio.rest.conversations.v1.conversation |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.