| Modifier and Type | Method and Description |
|---|---|
Queue |
QueueCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
| Modifier and Type | Method and Description |
|---|---|
Queue |
QueueFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<Queue> |
QueueReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Queue> |
QueueReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Queue> |
QueueReader.nextPage(Page<Queue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Queue> |
QueueReader.nextPage(Page<Queue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
static Queue |
Queue.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Queue object using the provided
ObjectMapper.
|
static Queue |
Queue.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Queue object using the provided ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Queue |
QueueUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.