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