Modifier and Type | Method and Description |
---|---|
Workflow |
WorkflowCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Workflow |
WorkflowFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Workflow> |
WorkflowReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workflow> |
WorkflowReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workflow> |
WorkflowReader.nextPage(Page<Workflow> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Workflow> |
WorkflowReader.nextPage(Page<Workflow> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static Workflow |
Workflow.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Workflow object using the provided
ObjectMapper.
|
static Workflow |
Workflow.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Workflow object using the provided
ObjectMapper.
|
Modifier and Type | Method and Description |
---|---|
Workflow |
WorkflowUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.