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