Package com.comsol.api.database.param
Interface RestoreBranchesParam
-
- All Superinterfaces:
DatabaseApiValue
- All Known Subinterfaces:
RestoreBranchesParamGenerator
public interface RestoreBranchesParam extends DatabaseApiValue
Input parameters used when restoring branches in a repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<BranchKey>
branchKeys()
Get the identifying keys of all branches that should be restored.
-
-
-
Method Detail
-
branchKeys
java.util.Collection<BranchKey> branchKeys()
Get the identifying keys of all branches that should be restored.- Returns:
- The identifying keys of all branches that should be restored.
-
-