Interface Filter.Builder

    • Method Detail

      • name

        Filter.Builder name​(String name)

        The type of name to filter by.

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

        Filter.Builder operator​(String operator)

        An operator for filtering results.

        Parameters:
        operator - An operator for filtering results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator
      • operator

        Filter.Builder operator​(Operator operator)

        An operator for filtering results.

        Parameters:
        operator - An operator for filtering results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator
      • values

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

        One or more values for the name to filter by.

        Parameters:
        values - One or more values for the name to filter by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        One or more values for the name to filter by.

        Parameters:
        values - One or more values for the name to filter by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.