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