Interface PatchFilterGroup.Builder

    • Method Detail

      • patchFilters

        PatchFilterGroup.Builder patchFilters​(Collection<PatchFilter> patchFilters)

        The set of patch filters that make up the group.

        Parameters:
        patchFilters - The set of patch filters that make up the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • patchFilters

        PatchFilterGroup.Builder patchFilters​(PatchFilter... patchFilters)

        The set of patch filters that make up the group.

        Parameters:
        patchFilters - The set of patch filters that make up the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.