Class FilterGroup.Builder

  • Enclosing class:
    FilterGroup

    public static class FilterGroup.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        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.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • filters

        public 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.

        Parameters:
        filters - the value to set
        Returns:
        this builder