Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Filter |
build() |
Filter.Builder |
copy(Filter model) |
Filter.Builder |
fieldName(String fieldName)
Field filter references when inserting filter into the query string.
|
Filter.Builder |
operator(Filter.Operator operator)
Operator to apply when editing the query string.
|
Filter.Builder |
values(List<Object> values)
Field values that will be inserted into the query string for the specified fieldName.
|
public Filter.Builder fieldName(String fieldName)
Field filter references when inserting filter into the query string. Field must be a valid logging analytics out-of-the-box field, virtual field calculated in the query or a user defined field.
fieldName
- the value to setpublic Filter.Builder values(List<Object> values)
Field values that will be inserted into the query string for the specified fieldName. Please note all values should reflect the fields data type otherwise the insert is subject to fail.
values
- the value to setpublic Filter.Builder operator(Filter.Operator operator)
Operator to apply when editing the query string.
operator
- the value to setpublic Filter build()
public Filter.Builder copy(Filter model)
Copyright © 2016–2025. All rights reserved.