Package com.merative.acd.v1.model
Class UpdateFlowsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.UpdateFlowsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateFlowsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateFlows options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateFlowsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.java.util.List<AnnotatorFlow>newAnnotatorFlows()Gets the newAnnotatorFlows.UpdateFlowsOptions.BuildernewBuilder()New builder.java.lang.StringnewCartridgeId()Gets the newCartridgeId.java.lang.StringnewDescription()Gets the newDescription.java.lang.StringnewId()Gets the newId.java.lang.StringnewName()Gets the newName.java.lang.BooleannewPublish()Gets the newPublish.java.lang.StringnewPublishedDate()Gets the newPublishedDate.java.lang.StringnewVersion()Gets the newVersion.
-
-
-
Method Detail
-
newBuilder
public UpdateFlowsOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateFlowsOptions builder
-
id
public java.lang.String id()
Gets the id. Flow ID.- Returns:
- the id
-
newId
public java.lang.String newId()
Gets the newId.- Returns:
- the newId
-
newName
public java.lang.String newName()
Gets the newName.- Returns:
- the newName
-
newDescription
public java.lang.String newDescription()
Gets the newDescription.- Returns:
- the newDescription
-
newPublishedDate
public java.lang.String newPublishedDate()
Gets the newPublishedDate.- Returns:
- the newPublishedDate
-
newPublish
public java.lang.Boolean newPublish()
Gets the newPublish.- Returns:
- the newPublish
-
newVersion
public java.lang.String newVersion()
Gets the newVersion.- Returns:
- the newVersion
-
newCartridgeId
public java.lang.String newCartridgeId()
Gets the newCartridgeId.- Returns:
- the newCartridgeId
-
newAnnotatorFlows
public java.util.List<AnnotatorFlow> newAnnotatorFlows()
Gets the newAnnotatorFlows.- Returns:
- the newAnnotatorFlows
-
-