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.model
Methods in com.merative.acd.v1.model that return AcdFlow.Builder Modifier and Type Method Description AcdFlow.Builder
AcdFlow.Builder. addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows.AcdFlow.Builder
AcdFlow.Builder. annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.AcdFlow.Builder
AcdFlow.Builder. cartridgeId(java.lang.String cartridgeId)
Set the cartridgeId.AcdFlow.Builder
AcdFlow.Builder. description(java.lang.String description)
Set the description.AcdFlow.Builder
AcdFlow.Builder. id(java.lang.String id)
Set the id.AcdFlow.Builder
AcdFlow.Builder. name(java.lang.String name)
Set the name.AcdFlow.Builder
AcdFlow. newBuilder()
New builder.AcdFlow.Builder
AcdFlow.Builder. publish(java.lang.Boolean publish)
Set the publish.AcdFlow.Builder
AcdFlow.Builder. publishedDate(java.lang.String publishedDate)
Set the publishedDate.AcdFlow.Builder
AcdFlow.Builder. version(java.lang.String version)
Set the version.
-