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.model
Methods in com.merative.acd.v1.model that return AnnotatorFlow Modifier and Type Method Description AnnotatorFlow
AnnotatorFlow.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.Builder
AcdFlow.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows.AnalyzeOptions.Builder
AnalyzeOptions.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows.CreateFlowsOptions.Builder
CreateFlowsOptions.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows.RequestContainer.Builder
RequestContainer.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows.UpdateFlowsOptions.Builder
UpdateFlowsOptions.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.Builder
AcdFlow.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.AnalyzeOptions.Builder
AnalyzeOptions.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.CreateFlowsOptions.Builder
CreateFlowsOptions.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.RequestContainer.Builder
RequestContainer.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.UpdateFlowsOptions.Builder
UpdateFlowsOptions.Builder. newAnnotatorFlows(java.util.List<AnnotatorFlow> newAnnotatorFlows)
Set the newAnnotatorFlows.void
ContainerGroup. setAnnotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Sets the annotatorFlows.
-