Package | Description |
---|---|
com.twilio.taskrouter |
Modifier and Type | Method and Description |
---|---|
WorkflowRuleTarget |
WorkflowConfiguration.getDefaultTarget() |
Modifier and Type | Method and Description |
---|---|
List<WorkflowRuleTarget> |
WorkflowRule.getWorkflowRuleTargets()
Get the list of workflow rule targets for this workflow rule.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRule.addWorkflowRuleTarget(WorkflowRuleTarget target)
Adds the workflow rule targets.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRule.setWorkflowRuleTargets(List<WorkflowRuleTarget> targets)
Sets the workflow rule targets.
|
Constructor and Description |
---|
WorkflowConfiguration(List<WorkflowRule> workflowRules,
WorkflowRuleTarget defaultTarget)
Define a workflow.
|
Constructor and Description |
---|
WorkflowRule(String expression,
List<WorkflowRuleTarget> targets)
Define a workflow rule.
|
WorkflowRule(String expression,
List<WorkflowRuleTarget> targets,
String friendlyName)
Define a workflow rule with an optional label.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.