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