Interface StringFilter.Builder

    • Method Detail

      • comparison

        StringFilter.Builder comparison​(String comparison)

        The operator to use when comparing values in the filter.

        Parameters:
        comparison - The operator to use when comparing values in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparison, StringComparison
      • comparison

        StringFilter.Builder comparison​(StringComparison comparison)

        The operator to use when comparing values in the filter.

        Parameters:
        comparison - The operator to use when comparing values in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparison, StringComparison
      • value

        StringFilter.Builder value​(String value)

        The value to filter on.

        Parameters:
        value - The value to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.