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