Interface PatchRuleGroup.Builder

    • Method Detail

      • patchRules

        PatchRuleGroup.Builder patchRules​(Collection<PatchRule> patchRules)

        The rules that make up the rule group.

        Parameters:
        patchRules - The rules that make up the rule group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • patchRules

        PatchRuleGroup.Builder patchRules​(PatchRule... patchRules)

        The rules that make up the rule group.

        Parameters:
        patchRules - The rules that make up the rule group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.