Uses of Class
com.twilio.taskrouter.WorkflowRuleTarget
-
Packages that use WorkflowRuleTarget Package Description com.twilio.taskrouter -
-
Uses of WorkflowRuleTarget in com.twilio.taskrouter
Methods in com.twilio.taskrouter that return WorkflowRuleTarget Modifier and Type Method Description WorkflowRuleTargetWorkflowRuleTarget.Builder. build()static WorkflowRuleTargetWorkflowRuleTarget. fromJson(String json)Converts a JSON workflow configuration to a workflow configuration object.WorkflowRuleTargetTaskRouting. getDefaultTarget()Get the default filter for the workflow.WorkflowRuleTargetWorkflow. getDefaultTarget()Methods in com.twilio.taskrouter that return types with arguments of type WorkflowRuleTarget Modifier and Type Method Description List<WorkflowRuleTarget>WorkflowRule. getWorkflowRuleTargets()Get the list of workflow rule targets for this workflow rule.Constructors in com.twilio.taskrouter with parameters of type WorkflowRuleTarget Constructor Description TaskRouting(List<WorkflowRule> workflowRules, WorkflowRuleTarget defaultTarget)Constructor for creating based on json..Workflow(List<WorkflowRule> workflowRules, WorkflowRuleTarget defaultTarget)Define a workflow.Constructor parameters in com.twilio.taskrouter with type arguments of type WorkflowRuleTarget Constructor Description Builder(String expression, List<WorkflowRuleTarget> targets)
-