Uses of Class
io.lakefs.clients.sdk.model.RepositoryList
-
Packages that use RepositoryList Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of RepositoryList in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return RepositoryList Modifier and Type Method Description RepositoryListRepositoriesApi.APIlistRepositoriesRequest. execute()Execute listRepositories requestMethods in io.lakefs.clients.sdk that return types with arguments of type RepositoryList Modifier and Type Method Description ApiResponse<RepositoryList>RepositoriesApi.APIlistRepositoriesRequest. executeWithHttpInfo()Execute listRepositories request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type RepositoryList Modifier and Type Method Description okhttp3.CallRepositoriesApi.APIlistRepositoriesRequest. executeAsync(ApiCallback<RepositoryList> _callback)Execute listRepositories request (asynchronously) -
Uses of RepositoryList in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return RepositoryList Modifier and Type Method Description RepositoryListRepositoryList. addResultsItem(Repository resultsItem)static RepositoryListRepositoryList. fromJson(String jsonString)Create an instance of RepositoryList given an JSON stringRepositoryListRepositoryList. pagination(Pagination pagination)RepositoryListRepositoryList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.RepositoryListRepositoryList. results(List<Repository> results)
-