| Package | Description |
|---|---|
| com.twilio.taskrouter |
| Modifier and Type | Method and Description |
|---|---|
WorkflowRuleTarget |
WorkflowRuleTarget.Builder.build() |
static WorkflowRuleTarget |
WorkflowRuleTarget.fromJson(String json)
Converts a JSON workflow configuration to a workflow configuration object.
|
WorkflowRuleTarget |
Workflow.getDefaultTarget() |
WorkflowRuleTarget |
TaskRouting.getDefaultTarget()
Get the default filter for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowRuleTarget> |
WorkflowRule.getWorkflowRuleTargets()
Get the list of workflow rule targets for this workflow rule.
|
| Constructor and Description |
|---|
TaskRouting(List<WorkflowRule> workflowRules,
WorkflowRuleTarget defaultTarget)
Constructor for creating based on json..
|
Workflow(List<WorkflowRule> workflowRules,
WorkflowRuleTarget defaultTarget)
Define a workflow.
|
| Constructor and Description |
|---|
Builder(String expression,
List<WorkflowRuleTarget> targets) |
Copyright © 2016 Twilio, Inc. All Rights Reserved.