Package com.merative.acd.v1.model
Class FlowEntry.Builder
- java.lang.Object
-
- com.merative.acd.v1.model.FlowEntry.Builder
-
- Enclosing class:
- FlowEntry
public static class FlowEntry.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowEntry.Builder
annotator(Annotator annotator)
Set the annotator.FlowEntry
build()
Builds a FlowEntry.FlowEntry.Builder
flow(Flow flow)
Set the flow.
-
-
-
Method Detail
-
build
public FlowEntry build()
Builds a FlowEntry.- Returns:
- the flowEntry
-
annotator
public FlowEntry.Builder annotator(Annotator annotator)
Set the annotator.- Parameters:
annotator
- the annotator- Returns:
- the FlowEntry builder
-
flow
public FlowEntry.Builder flow(Flow flow)
Set the flow.- Parameters:
flow
- the flow- Returns:
- the FlowEntry builder
-
-