Package com.comsol.api.database.param
Interface RestoreBranchesParamGenerator
-
- All Superinterfaces:
DatabaseApiValue,RestoreBranchesParam
public interface RestoreBranchesParamGenerator extends RestoreBranchesParam
A generator for input parameters used when restoring branches in a repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RestoreBranchesParamGeneratorwithBranchKeys(BranchKey... branchKeys)Set the identifying keys of all branches that should be restored.RestoreBranchesParamGeneratorwithBranchKeys(java.util.Collection<BranchKey> branchKeys)Set the identifying keys of all branches that should be restored.-
Methods inherited from interface com.comsol.api.database.param.RestoreBranchesParam
branchKeys
-
-
-
-
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.
-
-