Interface FilterValue.Builder

    • Method Detail

      • value

        FilterValue.Builder value​(Collection<String> value)

        The value to be associated.

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

        FilterValue.Builder value​(String... value)

        The value to be associated.

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