public static class FilterValue.Builder extends Object
FilterValue.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FilterValue.Builder |
all(List<String> all)
Setter for all.
|
FilterValue.Builder |
any(List<String> any)
Setter for any.
|
FilterValue |
build()
Builds a new
FilterValue object using the set fields. |
FilterValue.Builder |
none(List<String> none)
Setter for none.
|
public FilterValue.Builder all(List<String> all)
all - List of String value for all.public FilterValue.Builder any(List<String> any)
any - List of String value for any.public FilterValue.Builder none(List<String> none)
none - List of String value for none.public FilterValue build()
FilterValue object using the set fields.FilterValueCopyright © 2022. All rights reserved.