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