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 SummaryConstructors Constructor Description Builder()Instantiates a new builder.
 - 
Method SummaryAll 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- 
buildpublic Flow build() Builds a Flow.- Returns:
- the flow
 
 - 
addElementspublic Flow.Builder addElements(FlowEntry elements) Adds an elements to elements.- Parameters:
- elements- the new elements
- Returns:
- the Flow builder
 
 - 
elementspublic Flow.Builder elements(java.util.List<FlowEntry> elements) Set the elements. Existing elements will be replaced.- Parameters:
- elements- the elements
- Returns:
- the Flow builder
 
 - 
asyncpublic Flow.Builder async(java.lang.Boolean async) Set the async.- Parameters:
- async- the async
- Returns:
- the Flow builder
 
 
- 
 
-