Interface LoopIncompatibleNodeTypeFlowValidationDetails.Builder

    • Method Detail

      • node

        LoopIncompatibleNodeTypeFlowValidationDetails.Builder node​(String node)

        The Loop container node that contains an incompatible node.

        Parameters:
        node - The Loop container node that contains an incompatible node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • incompatibleNodeType

        LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeType​(String incompatibleNodeType)

        The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.

        Parameters:
        incompatibleNodeType - The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IncompatibleLoopNodeType, IncompatibleLoopNodeType
      • incompatibleNodeName

        LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeName​(String incompatibleNodeName)

        The node that's incompatible in the DoWhile loop.

        Parameters:
        incompatibleNodeName - The node that's incompatible in the DoWhile loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.