Class 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.
    • 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)
      • buildFlow

        public static Flow buildFlow​(Flow flow)