public static interface QueryFilter.Builder extends SdkPojo, CopyableBuilder<QueryFilter.Builder,QueryFilter>
| Modifier and Type | Method and Description |
|---|---|
QueryFilter.Builder |
name(String name)
The name of a key to search for.
|
QueryFilter.Builder |
values(Collection<String> values)
The values of the
Name that are to be be included in the returned results. |
QueryFilter.Builder |
values(String... values)
The values of the
Name that are to be be included in the returned results. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryFilter.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
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
QueryFilter.Builder values(Collection<String> values)
The values of the Name that are to be be included in the returned results.
values - The values of the Name that are to be be included in the returned results.QueryFilter.Builder values(String... values)
The values of the Name that are to be be included in the returned results.
values - The values of the Name that are to be be included in the returned results.Copyright © 2023. All rights reserved.