Interface Filter.Builder

    • Method Detail

      • maximum

        Filter.Builder maximum​(Float maximum)

        The maximum value of the filter.

        Parameters:
        maximum - The maximum value of the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimum

        Filter.Builder minimum​(Float minimum)

        The minimum value of the filter.

        Parameters:
        minimum - The minimum value of the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Filter.Builder name​(String name)

        The name of the filter.

        Parameters:
        name - The name of the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Filter.Builder type​(String type)

        The type of the filter being used.

        Parameters:
        type - The type of the filter being used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.