Interface FilterSelectableValues.Builder

    • Method Detail

      • values

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

        The values that are used in the FilterSelectableValues.

        Parameters:
        values - The values that are used in the FilterSelectableValues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FilterSelectableValues.Builder values​(String... values)

        The values that are used in the FilterSelectableValues.

        Parameters:
        values - The values that are used in the FilterSelectableValues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.