Interface QueryFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueryFilter.Builder,QueryFilter>, SdkBuilder<QueryFilter.Builder,QueryFilter>, SdkPojo
Enclosing class:
QueryFilter

public static interface QueryFilter.Builder extends SdkPojo, CopyableBuilder<QueryFilter.Builder,QueryFilter>
  • Method Details

    • 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

      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.