Interface MalformedConditionExpressionFlowValidationDetails.Builder

    • Method Detail

      • node

        MalformedConditionExpressionFlowValidationDetails.Builder node​(String node)

        The name of the node containing the malformed condition expression.

        Parameters:
        node - The name of the node containing the malformed condition expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cause

        MalformedConditionExpressionFlowValidationDetails.Builder cause​(String causeValue)

        The error message describing why the condition expression is malformed.

        Parameters:
        causeValue - The error message describing why the condition expression is malformed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.