Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Filter |
build() |
Filter.Builder |
copy(Filter model) |
Filter.Builder |
type(Filter.Type type)
The type of filter.
|
Filter.Builder |
value(String value)
The value of the filter.
|
public Filter.Builder type(Filter.Type type)
The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
type
- the value to setpublic Filter.Builder value(String value)
The value of the filter.
value
- the value to setpublic Filter build()
public Filter.Builder copy(Filter model)
Copyright © 2016–2024. All rights reserved.