Uses of Class
com.merative.acd.v1.model.AnnotatorFlow
- 
Packages that use AnnotatorFlow Package Description com.merative.acd.v1.model 
- 
- 
Uses of AnnotatorFlow in com.merative.acd.v1.modelMethods in com.merative.acd.v1.model that return AnnotatorFlow Modifier and Type Method Description AnnotatorFlowAnnotatorFlow.Builder. build()Builds a AnnotatorFlow.Methods in com.merative.acd.v1.model that return types with arguments of type AnnotatorFlow Modifier and Type Method Description java.util.List<AnnotatorFlow>AcdFlow. annotatorFlows()Gets the annotatorFlows.java.util.List<AnnotatorFlow>AnalyzeOptions. annotatorFlows()Gets the annotatorFlows.java.util.List<AnnotatorFlow>CreateFlowsOptions. annotatorFlows()Gets the annotatorFlows.java.util.List<AnnotatorFlow>RequestContainer. annotatorFlows()Gets the annotatorFlows.java.util.List<AnnotatorFlow>ContainerGroup. getAnnotatorFlows()Gets the annotatorFlows.java.util.List<AnnotatorFlow>UpdateFlowsOptions. newAnnotatorFlows()Gets the newAnnotatorFlows.Methods in com.merative.acd.v1.model with parameters of type AnnotatorFlow Modifier and Type Method Description AcdFlow.BuilderAcdFlow.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)Adds an annotatorFlows to annotatorFlows.AnalyzeOptions.BuilderAnalyzeOptions.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)Adds an annotatorFlows to annotatorFlows.CreateFlowsOptions.BuilderCreateFlowsOptions.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)Adds an annotatorFlows to annotatorFlows.RequestContainer.BuilderRequestContainer.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)Adds an annotatorFlows to annotatorFlows.UpdateFlowsOptions.BuilderUpdateFlowsOptions.Builder. addNewAnnotatorFlows(AnnotatorFlow newAnnotatorFlows)Adds an newAnnotatorFlows to newAnnotatorFlows.Method parameters in com.merative.acd.v1.model with type arguments of type AnnotatorFlow Modifier and Type Method Description AcdFlow.BuilderAcdFlow.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Set the annotatorFlows.AnalyzeOptions.BuilderAnalyzeOptions.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Set the annotatorFlows.CreateFlowsOptions.BuilderCreateFlowsOptions.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Set the annotatorFlows.RequestContainer.BuilderRequestContainer.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Set the annotatorFlows.UpdateFlowsOptions.BuilderUpdateFlowsOptions.Builder. newAnnotatorFlows(java.util.List<AnnotatorFlow> newAnnotatorFlows)Set the newAnnotatorFlows.voidContainerGroup. setAnnotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Sets the annotatorFlows.
 
-