Uses of Class
com.merative.acd.v1.model.FlowEntry
-
Packages that use FlowEntry Package Description com.merative.acd.v1.model com.merative.acd.v1.util -
-
Uses of FlowEntry in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return FlowEntry Modifier and Type Method Description FlowEntry
FlowEntry.Builder. build()
Builds a FlowEntry.Methods in com.merative.acd.v1.model that return types with arguments of type FlowEntry Modifier and Type Method Description java.util.List<FlowEntry>
Flow. elements()
Gets the elements.Methods in com.merative.acd.v1.model with parameters of type FlowEntry Modifier and Type Method Description Flow.Builder
Flow.Builder. addElements(FlowEntry elements)
Adds an elements to elements.Method parameters in com.merative.acd.v1.model with type arguments of type FlowEntry Modifier and Type Method Description Flow.Builder
Flow.Builder. elements(java.util.List<FlowEntry> elements)
Set the elements. -
Uses of FlowEntry in com.merative.acd.v1.util
Methods in com.merative.acd.v1.util that return FlowEntry Modifier and Type Method Description static FlowEntry
FlowUtil. createAnnotator(java.lang.String name)
-