Package com.merative.acd.v1.model
Class Flow.Builder
- java.lang.Object
-
- com.merative.acd.v1.model.Flow.Builder
-
- Enclosing class:
- Flow
public static class Flow.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Flow.BuilderaddElements(FlowEntry elements)Adds an elements to elements.Flow.Builderasync(java.lang.Boolean async)Set the async.Flowbuild()Builds a Flow.Flow.Builderelements(java.util.List<FlowEntry> elements)Set the elements.
-
-
-
Method Detail
-
build
public Flow build()
Builds a Flow.- Returns:
- the flow
-
addElements
public Flow.Builder addElements(FlowEntry elements)
Adds an elements to elements.- Parameters:
elements- the new elements- Returns:
- the Flow builder
-
elements
public Flow.Builder elements(java.util.List<FlowEntry> elements)
Set the elements. Existing elements will be replaced.- Parameters:
elements- the elements- Returns:
- the Flow builder
-
async
public Flow.Builder async(java.lang.Boolean async)
Set the async.- Parameters:
async- the async- Returns:
- the Flow builder
-
-