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.GenericModel
The updateFlows options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateFlowsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
id()
Gets the id.java.util.List<AnnotatorFlow>
newAnnotatorFlows()
Gets the newAnnotatorFlows.UpdateFlowsOptions.Builder
newBuilder()
New builder.java.lang.String
newCartridgeId()
Gets the newCartridgeId.java.lang.String
newDescription()
Gets the newDescription.java.lang.String
newId()
Gets the newId.java.lang.String
newName()
Gets the newName.java.lang.Boolean
newPublish()
Gets the newPublish.java.lang.String
newPublishedDate()
Gets the newPublishedDate.java.lang.String
newVersion()
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
-
-