| Package | Description |
|---|---|
| com.twilio.rest.preview.proxy.service.session.participant |
| Modifier and Type | Method and Description |
|---|---|
MessageInteraction |
MessageInteractionCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
MessageInteraction |
MessageInteractionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static MessageInteraction |
MessageInteraction.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a MessageInteraction object using the
provided ObjectMapper.
|
static MessageInteraction |
MessageInteraction.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a MessageInteraction object using the provided
ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Page<MessageInteraction> |
MessageInteractionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<MessageInteraction> |
MessageInteractionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.nextPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.previousPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<MessageInteraction> |
MessageInteractionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<MessageInteraction> |
MessageInteractionReader.nextPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.previousPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.