Interface Filter.Builder

    • Method Detail

      • name

        Filter.Builder name​(String name)

        The name for this filter.

        Parameters:
        name - The name for this filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterName, FilterName
      • name

        Filter.Builder name​(FilterName name)

        The name for this filter.

        Parameters:
        name - The name for this filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterName, FilterName
      • values

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

        The values of the filter. These are all the values for any of the applied filters.

        Parameters:
        values - The values of the filter. These are all the values for any of the applied filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        Filter.Builder values​(String... values)

        The values of the filter. These are all the values for any of the applied filters.

        Parameters:
        values - The values of the filter. These are all the values for any of the applied filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.