| Modifier and Type | Method and Description |
|---|---|
TaskQueue |
TaskQueueCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
| Modifier and Type | Method and Description |
|---|---|
TaskQueue |
TaskQueueFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<TaskQueue> |
TaskQueueReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TaskQueue> |
TaskQueueReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TaskQueue> |
TaskQueueReader.nextPage(Page<TaskQueue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<TaskQueue> |
TaskQueueReader.nextPage(Page<TaskQueue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TaskQueue |
TaskQueueUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.