Package com.merative.acd.v1.model
Class AcdFlow.Builder
- java.lang.Object
- 
- com.merative.acd.v1.model.AcdFlow.Builder
 
- 
- Enclosing class:
- AcdFlow
 
 public static class AcdFlow.Builder extends java.lang.ObjectBuilder.
- 
- 
Constructor SummaryConstructors Constructor Description Builder()Instantiates a new builder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AcdFlow.BuilderaddAnnotatorFlows(AnnotatorFlow annotatorFlows)Adds an annotatorFlows to annotatorFlows.AcdFlow.BuilderannotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)Set the annotatorFlows.AcdFlowbuild()Builds a AcdFlow.AcdFlow.BuildercartridgeId(java.lang.String cartridgeId)Set the cartridgeId.AcdFlow.Builderdescription(java.lang.String description)Set the description.AcdFlow.Builderid(java.lang.String id)Set the id.AcdFlow.Buildername(java.lang.String name)Set the name.AcdFlow.Builderpublish(java.lang.Boolean publish)Set the publish.AcdFlow.BuilderpublishedDate(java.lang.String publishedDate)Set the publishedDate.AcdFlow.Builderversion(java.lang.String version)Set the version.
 
- 
- 
- 
Method Detail- 
buildpublic AcdFlow build() Builds a AcdFlow.- Returns:
- the new AcdFlow instance
 
 - 
addAnnotatorFlowspublic AcdFlow.Builder addAnnotatorFlows(AnnotatorFlow annotatorFlows) Adds an annotatorFlows to annotatorFlows.- Parameters:
- annotatorFlows- the new annotatorFlows
- Returns:
- the AcdFlow builder
 
 - 
idpublic AcdFlow.Builder id(java.lang.String id) Set the id.- Parameters:
- id- the id
- Returns:
- the AcdFlow builder
 
 - 
namepublic AcdFlow.Builder name(java.lang.String name) Set the name.- Parameters:
- name- the name
- Returns:
- the AcdFlow builder
 
 - 
descriptionpublic AcdFlow.Builder description(java.lang.String description) Set the description.- Parameters:
- description- the description
- Returns:
- the AcdFlow builder
 
 - 
publishedDatepublic AcdFlow.Builder publishedDate(java.lang.String publishedDate) Set the publishedDate.- Parameters:
- publishedDate- the publishedDate
- Returns:
- the AcdFlow builder
 
 - 
publishpublic AcdFlow.Builder publish(java.lang.Boolean publish) Set the publish.- Parameters:
- publish- the publish
- Returns:
- the AcdFlow builder
 
 - 
versionpublic AcdFlow.Builder version(java.lang.String version) Set the version.- Parameters:
- version- the version
- Returns:
- the AcdFlow builder
 
 - 
cartridgeIdpublic AcdFlow.Builder cartridgeId(java.lang.String cartridgeId) Set the cartridgeId.- Parameters:
- cartridgeId- the cartridgeId
- Returns:
- the AcdFlow builder
 
 - 
annotatorFlowspublic AcdFlow.Builder annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows) Set the annotatorFlows. Existing annotatorFlows will be replaced.- Parameters:
- annotatorFlows- the annotatorFlows
- Returns:
- the AcdFlow builder
 
 
- 
 
-