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.
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–2023. All rights reserved.