Interface Filter.Builder

    • Method Detail

      • name

        Filter.Builder name​(String name)

        The property being filtered. For example, UserId.

        Parameters:
        name - The property being filtered. For example, UserId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The property values to filter on. For example, "user-123".

        Parameters:
        values - The property values to filter on. For example, "user-123".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The property values to filter on. For example, "user-123".

        Parameters:
        values - The property values to filter on. For example, "user-123".
        Returns:
        Returns a reference to this object so that method calls can be chained together.