Package com.comsol.api.database.param
Interface UpdateRepositoryParamGenerator
-
- All Superinterfaces:
DatabaseApiValue
,UpdateRepositoryParam
public interface UpdateRepositoryParamGenerator extends UpdateRepositoryParam
A generator for input parameters used when updating settings for a repository in a Model Manager database (including, for example, renaming the repository).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRepositoryParamGenerator
withName(java.lang.String name)
Set a new name for the repository.-
Methods inherited from interface com.comsol.api.database.param.UpdateRepositoryParam
name
-
-
-
-
Method Detail
-
withName
UpdateRepositoryParamGenerator withName(java.lang.String name)
Set a new name for the repository. Skip in order to keep the current name.- Parameters:
name
- The new name for the repository.- Returns:
- A copy of this instance.
-
-