public abstract static class FlowIntent.Builder extends Intent.Builder
Modifier and Type | Field and Description |
---|---|
protected Flow |
flow |
intentId, priority, version
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
FlowIntent.Builder |
flow(Flow flow) |
FlowIntent.Builder |
intentId(IntentId intentId) |
FlowIntent.Builder |
priority(int priority) |
FlowIntent.Builder |
version(int version) |
protected Flow flow
public FlowIntent.Builder intentId(IntentId intentId)
intentId
in class Intent.Builder
public FlowIntent.Builder priority(int priority)
priority
in class Intent.Builder
public FlowIntent.Builder version(int version)
version
in class Intent.Builder
public FlowIntent.Builder flow(Flow flow)