Interface QueryFilter.Builder

    • Method Detail

      • name

        QueryFilter.Builder name​(String name)

        The name of a key to search for. The filter returns only the events that match the Name and Values that you specify.

        Valid values for Name are Browser | Device | Country | Page | OS | EventType | Invert

        Parameters:
        name - The name of a key to search for. The filter returns only the events that match the Name and Values that you specify.

        Valid values for Name are Browser | Device | Country | Page | OS | EventType | Invert

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The values of the Name that are to be be included in the returned results.

        Parameters:
        values - The values of the Name that are to be be included in the returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        QueryFilter.Builder values​(String... values)

        The values of the Name that are to be be included in the returned results.

        Parameters:
        values - The values of the Name that are to be be included in the returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.