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