Class FlowNode.Builder

  • Enclosing class:
    FlowNode

    public static class FlowNode.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public FlowNode.Builder key​(String key)
        The key of the object.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • modelType

        public FlowNode.Builder modelType​(String modelType)
        The type of the object.
        Parameters:
        modelType - the value to set
        Returns:
        this builder
      • modelVersion

        public FlowNode.Builder modelVersion​(String modelVersion)
        The model version of an object.
        Parameters:
        modelVersion - the value to set
        Returns:
        this builder
      • name

        public FlowNode.Builder name​(String name)
        Free form text without any restriction on permitted characters.

        Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • description

        public FlowNode.Builder description​(String description)
        Detailed description for the object.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • inputLinks

        public FlowNode.Builder inputLinks​(List<InputLink> inputLinks)
        An array of input links.
        Parameters:
        inputLinks - the value to set
        Returns:
        this builder
      • outputLinks

        public FlowNode.Builder outputLinks​(List<OutputLink> outputLinks)
        An array of output links.
        Parameters:
        outputLinks - the value to set
        Returns:
        this builder
      • objectStatus

        public FlowNode.Builder objectStatus​(Integer objectStatus)
        The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
        Parameters:
        objectStatus - the value to set
        Returns:
        this builder