Uses of Class
com.twilio.rest.taskrouter.v1.workspace.Workflow
-
Packages that use Workflow Package Description com.twilio.rest.taskrouter.v1.workspace -
-
Uses of Workflow in com.twilio.rest.taskrouter.v1.workspace
Methods in com.twilio.rest.taskrouter.v1.workspace that return Workflow Modifier and Type Method Description WorkflowWorkflowCreator. create(TwilioRestClient client)WorkflowWorkflowFetcher. fetch(TwilioRestClient client)static WorkflowWorkflow. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Workflow object using the provided ObjectMapper.static WorkflowWorkflow. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Workflow object using the provided ObjectMapper.WorkflowWorkflowUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.taskrouter.v1.workspace that return types with arguments of type Workflow Modifier and Type Method Description Page<Workflow>WorkflowReader. firstPage(TwilioRestClient client)Page<Workflow>WorkflowReader. getPage(String targetUrl, TwilioRestClient client)Page<Workflow>WorkflowReader. nextPage(Page<Workflow> page, TwilioRestClient client)Page<Workflow>WorkflowReader. previousPage(Page<Workflow> page, TwilioRestClient client)ResourceSet<Workflow>WorkflowReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.taskrouter.v1.workspace with type arguments of type Workflow Modifier and Type Method Description Page<Workflow>WorkflowReader. nextPage(Page<Workflow> page, TwilioRestClient client)Page<Workflow>WorkflowReader. previousPage(Page<Workflow> page, TwilioRestClient client)
-