Uses of Class
com.merative.acd.v1.model.AcdFlow.Builder
- 
Packages that use AcdFlow.Builder Package Description com.merative.acd.v1.model 
- 
- 
Uses of AcdFlow.Builder in com.merative.acd.v1.modelMethods in com.merative.acd.v1.model that return AcdFlow.Builder Modifier and Type Method Description AcdFlow.BuilderAcdFlow.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)Adds an annotatorFlows to annotatorFlows.AcdFlow.BuilderAcdFlow.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Set the annotatorFlows.AcdFlow.BuilderAcdFlow.Builder. cartridgeId(java.lang.String cartridgeId)Set the cartridgeId.AcdFlow.BuilderAcdFlow.Builder. description(java.lang.String description)Set the description.AcdFlow.BuilderAcdFlow.Builder. id(java.lang.String id)Set the id.AcdFlow.BuilderAcdFlow.Builder. name(java.lang.String name)Set the name.AcdFlow.BuilderAcdFlow. newBuilder()New builder.AcdFlow.BuilderAcdFlow.Builder. publish(java.lang.Boolean publish)Set the publish.AcdFlow.BuilderAcdFlow.Builder. publishedDate(java.lang.String publishedDate)Set the publishedDate.AcdFlow.BuilderAcdFlow.Builder. version(java.lang.String version)Set the version.
 
-