Interface ExpressionFilter.Builder

    • Method Detail

      • key

        ExpressionFilter.Builder key​(String key)

        The key or attribute to filter on.

        Parameters:
        key - The key or attribute to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptions

        ExpressionFilter.Builder matchOptions​(Collection<String> matchOptions)

        The match options for the filter (e.g., equals, contains).

        Parameters:
        matchOptions - The match options for the filter (e.g., equals, contains).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptions

        ExpressionFilter.Builder matchOptions​(String... matchOptions)

        The match options for the filter (e.g., equals, contains).

        Parameters:
        matchOptions - The match options for the filter (e.g., equals, contains).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ExpressionFilter.Builder values​(Collection<String> values)

        The values to match against.

        Parameters:
        values - The values to match against.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ExpressionFilter.Builder values​(String... values)

        The values to match against.

        Parameters:
        values - The values to match against.
        Returns:
        Returns a reference to this object so that method calls can be chained together.