Interface RestoreBranchesParamGenerator

    • Method Detail

      • withBranchKeys

        default RestoreBranchesParamGenerator withBranchKeys​(BranchKey... branchKeys)
        Set the identifying keys of all branches that should be restored.
        Parameters:
        branchKeys - The identifying keys of all branches that should be restored.
        Returns:
        A copy of this instance.
      • withBranchKeys

        RestoreBranchesParamGenerator withBranchKeys​(java.util.Collection<BranchKey> branchKeys)
        Set the identifying keys of all branches that should be restored.
        Parameters:
        branchKeys - The identifying keys of all branches that should be restored.
        Returns:
        A copy of this instance.