public class FlowRuleBatchRequest extends Object
| Constructor and Description |
|---|
FlowRuleBatchRequest(int batchId,
List<FlowRuleBatchEntry> toAdd,
List<FlowRuleBatchEntry> toRemove) |
| Modifier and Type | Method and Description |
|---|---|
FlowRuleBatchOperation |
asBatchOperation() |
int |
batchId() |
List<FlowRule> |
toAdd() |
List<FlowRule> |
toRemove() |
public FlowRuleBatchRequest(int batchId,
List<FlowRuleBatchEntry> toAdd,
List<FlowRuleBatchEntry> toRemove)
public FlowRuleBatchOperation asBatchOperation()
public int batchId()
Copyright © 2015. All rights reserved.