Uses of Class
io.lakefs.clients.api.model.RepositoryList
-
Packages that use RepositoryList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of RepositoryList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return RepositoryList Modifier and Type Method Description RepositoryListRepositoriesApi. listRepositories(String prefix, String after, Integer amount)list repositoriesMethods in io.lakefs.clients.api that return types with arguments of type RepositoryList Modifier and Type Method Description ApiResponse<RepositoryList>RepositoriesApi. listRepositoriesWithHttpInfo(String prefix, String after, Integer amount)list repositoriesMethod parameters in io.lakefs.clients.api with type arguments of type RepositoryList Modifier and Type Method Description okhttp3.CallRepositoriesApi. listRepositoriesAsync(String prefix, String after, Integer amount, ApiCallback<RepositoryList> _callback)list repositories (asynchronously) -
Uses of RepositoryList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return RepositoryList Modifier and Type Method Description RepositoryListRepositoryList. addResultsItem(Repository resultsItem)RepositoryListRepositoryList. pagination(Pagination pagination)RepositoryListRepositoryList. results(List<Repository> results)
-