Interface Filter.Builder

    • Method Detail

      • name

        Filter.Builder name​(String name)

        Name of the filter. Filter names are case-sensitive.

        Parameters:
        name - Name of the filter. Filter names are case-sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The value of the filter, which is case-sensitive. You can only specify one value for the filter.

        Parameters:
        values - The value of the filter, which is case-sensitive. You can only specify one value for the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The value of the filter, which is case-sensitive. You can only specify one value for the filter.

        Parameters:
        values - The value of the filter, which is case-sensitive. You can only specify one value for the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.