Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Workspace> |
WorkspaceReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workspace> |
WorkspaceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workspace> |
WorkspaceReader.nextPage(Page<Workspace> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Workspace> |
WorkspaceReader.nextPage(Page<Workspace> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.