public class FlowRuleOperations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowRuleOperations.Builder
A builder for constructing flow rule operations.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FlowRuleOperations() |
| Modifier and Type | Method and Description |
|---|---|
static FlowRuleOperations.Builder |
builder()
Returns a new builder.
|
FlowRuleOperationsContext |
callback()
Returns the callback for this batch of operations.
|
List<Set<FlowRuleOperation>> |
stages()
Returns the flow rule operations as sets of stages that should be
executed sequentially.
|
String |
toString() |
public List<Set<FlowRuleOperation>> stages()
public FlowRuleOperationsContext callback()
public static FlowRuleOperations.Builder builder()