SwitchActivity |
SwitchActivity.withCases(List<SwitchCase> cases) |
Set the cases property: List of cases that correspond to expected values of the 'on' property.
|
SwitchActivity |
SwitchActivity.withDefaultActivities(List<Activity> defaultActivities) |
Set the defaultActivities property: List of activities to execute if no case condition is satisfied.
|
SwitchActivity |
SwitchActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
SwitchActivity |
SwitchActivity.withDescription(String description) |
Set the description property: Activity description.
|
SwitchActivity |
SwitchActivity.withName(String name) |
Set the name property: Activity name.
|
SwitchActivity |
SwitchActivity.withOn(Expression on) |
Set the on property: An expression that would evaluate to a string or integer.
|
SwitchActivity |
SwitchActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|