Interface Filter.Builder

    • Method Detail

      • attribute

        Filter.Builder attribute​(String attribute)

        The name of an attribute to use as a filter.

        Parameters:
        attribute - The name of an attribute to use as a filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operation

        Filter.Builder operation​(String operation)

        The type of search (For example, eq, geq, leq)

        Parameters:
        operation - The type of search (For example, eq, geq, leq)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Filter.Builder value​(String value)

        Value of the filter.

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