Uses of Class
com.twilio.taskrouter.WorkflowRule
-
Packages that use WorkflowRule Package Description com.twilio.taskrouter -
-
Uses of WorkflowRule in com.twilio.taskrouter
Methods in com.twilio.taskrouter that return WorkflowRule Modifier and Type Method Description WorkflowRuleWorkflowRule.Builder. build()static WorkflowRuleWorkflowRule. fromJson(String json)Converts a JSON workflow configuration to a workflow rule object.Methods in com.twilio.taskrouter that return types with arguments of type WorkflowRule Modifier and Type Method Description List<WorkflowRule>TaskRouting. getWorkflowRules()Get the workflow rules for the workflow.List<WorkflowRule>Workflow. getWorkflowRules()Constructor parameters in com.twilio.taskrouter with type arguments of type WorkflowRule Constructor Description TaskRouting(List<WorkflowRule> workflowRules, WorkflowRuleTarget defaultTarget)Constructor for creating based on json..Workflow(List<WorkflowRule> workflowRules, WorkflowRuleTarget defaultTarget)Define a workflow.
-