Uses of Class
io.lakefs.clients.api.model.Repository
-
Packages that use Repository Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Repository in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return Repository Modifier and Type Method Description RepositoryRepositoriesApi. createRepository(RepositoryCreation repositoryCreation, Boolean bare)create repositoryRepositoryRepositoriesApi. getRepository(String repository)get repositoryMethods in io.lakefs.clients.api that return types with arguments of type Repository Modifier and Type Method Description ApiResponse<Repository>RepositoriesApi. createRepositoryWithHttpInfo(RepositoryCreation repositoryCreation, Boolean bare)create repositoryApiResponse<Repository>RepositoriesApi. getRepositoryWithHttpInfo(String repository)get repositoryMethod parameters in io.lakefs.clients.api with type arguments of type Repository Modifier and Type Method Description okhttp3.CallRepositoriesApi. createRepositoryAsync(RepositoryCreation repositoryCreation, Boolean bare, ApiCallback<Repository> _callback)create repository (asynchronously)okhttp3.CallRepositoriesApi. getRepositoryAsync(String repository, ApiCallback<Repository> _callback)get repository (asynchronously) -
Uses of Repository in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Repository Modifier and Type Method Description RepositoryRepository. creationDate(Long creationDate)RepositoryRepository. defaultBranch(String defaultBranch)RepositoryRepository. id(String id)RepositoryRepository. storageNamespace(String storageNamespace)Methods in io.lakefs.clients.api.model that return types with arguments of type Repository Modifier and Type Method Description List<Repository>RepositoryList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type Repository Modifier and Type Method Description RepositoryListRepositoryList. addResultsItem(Repository resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Repository Modifier and Type Method Description RepositoryListRepositoryList. results(List<Repository> results)voidRepositoryList. setResults(List<Repository> results)
-