Interface FilterExpression.Builder

    • Method Detail

      • operation

        FilterExpression.Builder operation​(String operation)

        The type of operation to perform in the expression.

        Parameters:
        operation - The type of operation to perform in the expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterOperation, FilterOperation
      • negated

        FilterExpression.Builder negated​(Boolean negated)

        Whether the expression is to be negated.

        Parameters:
        negated - Whether the expression is to be negated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FilterExpression.Builder values​(Collection<FilterValue> values)

        A list of filter values.

        Parameters:
        values - A list of filter values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FilterExpression.Builder values​(FilterValue... values)

        A list of filter values.

        Parameters:
        values - A list of filter values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.