Package com.merative.acd.v1.model
Class UpdateFlowsOptions.Builder
- java.lang.Object
- 
- com.merative.acd.v1.model.UpdateFlowsOptions.Builder
 
- 
- Enclosing class:
- UpdateFlowsOptions
 
 public static class UpdateFlowsOptions.Builder extends java.lang.ObjectBuilder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFlowsOptions.BuilderacdFlow(AcdFlow acdFlow)Set the acdFlow.UpdateFlowsOptions.BuilderaddNewAnnotatorFlows(AnnotatorFlow newAnnotatorFlows)Adds an newAnnotatorFlows to newAnnotatorFlows.UpdateFlowsOptionsbuild()Builds a UpdateFlowsOptions.UpdateFlowsOptions.Builderid(java.lang.String id)Set the id.UpdateFlowsOptions.BuildernewAnnotatorFlows(java.util.List<AnnotatorFlow> newAnnotatorFlows)Set the newAnnotatorFlows.UpdateFlowsOptions.BuildernewCartridgeId(java.lang.String newCartridgeId)Set the newCartridgeId.UpdateFlowsOptions.BuildernewDescription(java.lang.String newDescription)Set the newDescription.UpdateFlowsOptions.BuildernewId(java.lang.String newId)Set the newId.UpdateFlowsOptions.BuildernewName(java.lang.String newName)Set the newName.UpdateFlowsOptions.BuildernewPublish(java.lang.Boolean newPublish)Set the newPublish.UpdateFlowsOptions.BuildernewPublishedDate(java.lang.String newPublishedDate)Set the newPublishedDate.UpdateFlowsOptions.BuildernewVersion(java.lang.String newVersion)Set the newVersion.
 
- 
- 
- 
Method Detail- 
buildpublic UpdateFlowsOptions build() Builds a UpdateFlowsOptions.- Returns:
- the new UpdateFlowsOptions instance
 
 - 
addNewAnnotatorFlowspublic UpdateFlowsOptions.Builder addNewAnnotatorFlows(AnnotatorFlow newAnnotatorFlows) Adds an newAnnotatorFlows to newAnnotatorFlows.- Parameters:
- newAnnotatorFlows- the new newAnnotatorFlows
- Returns:
- the UpdateFlowsOptions builder
 
 - 
idpublic UpdateFlowsOptions.Builder id(java.lang.String id) Set the id.- Parameters:
- id- the id
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newIdpublic UpdateFlowsOptions.Builder newId(java.lang.String newId) Set the newId.- Parameters:
- newId- the newId
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newNamepublic UpdateFlowsOptions.Builder newName(java.lang.String newName) Set the newName.- Parameters:
- newName- the newName
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newDescriptionpublic UpdateFlowsOptions.Builder newDescription(java.lang.String newDescription) Set the newDescription.- Parameters:
- newDescription- the newDescription
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newPublishedDatepublic UpdateFlowsOptions.Builder newPublishedDate(java.lang.String newPublishedDate) Set the newPublishedDate.- Parameters:
- newPublishedDate- the newPublishedDate
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newPublishpublic UpdateFlowsOptions.Builder newPublish(java.lang.Boolean newPublish) Set the newPublish.- Parameters:
- newPublish- the newPublish
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newVersionpublic UpdateFlowsOptions.Builder newVersion(java.lang.String newVersion) Set the newVersion.- Parameters:
- newVersion- the newVersion
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newCartridgeIdpublic UpdateFlowsOptions.Builder newCartridgeId(java.lang.String newCartridgeId) Set the newCartridgeId.- Parameters:
- newCartridgeId- the newCartridgeId
- Returns:
- the UpdateFlowsOptions builder
 
 - 
newAnnotatorFlowspublic UpdateFlowsOptions.Builder newAnnotatorFlows(java.util.List<AnnotatorFlow> newAnnotatorFlows) Set the newAnnotatorFlows. Existing newAnnotatorFlows will be replaced.- Parameters:
- newAnnotatorFlows- the newAnnotatorFlows
- Returns:
- the UpdateFlowsOptions builder
 
 - 
acdFlowpublic UpdateFlowsOptions.Builder acdFlow(AcdFlow acdFlow) Set the acdFlow.- Parameters:
- acdFlow- the acdFlow
- Returns:
- the UpdateFlowsOptions builder
 
 
- 
 
-