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