Package com.merative.acd.v1.util
Class FlowUtil
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.util.FlowUtil
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FlowUtil extends com.ibm.cloud.sdk.core.service.model.GenericModel
FlowUtil To create flow object. This class is manually written and not generated from swagger codegen.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowUtil.Builder
Builder.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
annotators()
Gets the annotators.java.lang.Boolean
async()
Gets the async.static Flow
buildFlow(Flow flow)
static FlowEntry
createAnnotator(java.lang.String name)
FlowUtil.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public FlowUtil.Builder newBuilder()
New builder.- Returns:
- a FlowUtil builder
-
annotators
public java.util.List<java.lang.String> annotators()
Gets the annotators.- Returns:
- the annotators
-
async
public java.lang.Boolean async()
Gets the async.- Returns:
- the async
-
createAnnotator
public static FlowEntry createAnnotator(java.lang.String name)
-
-