public static class ScopeFilter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScopeFilter |
build() |
ScopeFilter.Builder |
copy(ScopeFilter model) |
ScopeFilter.Builder |
fieldName(String fieldName)
Field must be a valid logging-analytics out-of-the-box field.
|
ScopeFilter.Builder |
values(List<Object> values)
Field values that will be used to filter the query scope.
|
public ScopeFilter.Builder fieldName(String fieldName)
Field must be a valid logging-analytics out-of-the-box field.
fieldName
- the value to setpublic ScopeFilter.Builder values(List<Object> values)
Field values that will be used to filter the query scope. Please note all values should reflect the fields data type otherwise the query is subject to fail.
values
- the value to setpublic ScopeFilter build()
public ScopeFilter.Builder copy(ScopeFilter model)
Copyright © 2016–2025. All rights reserved.