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 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.