public static class FilterGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FilterGroup |
build() |
FilterGroup.Builder |
copy(FilterGroup model) |
FilterGroup.Builder |
filters(List<Filter> filters)
A list of filters against which the Announcements service matches announcements.
|
FilterGroup.Builder |
name(String name)
The name of the group.
|
public FilterGroup.Builder name(String name)
The name of the group. The name must be unique and it cannot be changed. Avoid entering confidential information.
name
- the value to setpublic FilterGroup.Builder filters(List<Filter> filters)
A list of filters against which the Announcements service matches announcements. 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.
filters
- the value to setpublic FilterGroup build()
public FilterGroup.Builder copy(FilterGroup model)
Copyright © 2016–2024. All rights reserved.