Uses of Class
io.lakefs.clients.api.model.RefList
-
Packages that use RefList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of RefList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return RefList Modifier and Type Method Description RefListBranchesApi. listBranches(String repository, String prefix, String after, Integer amount)list branchesRefListTagsApi. listTags(String repository, String prefix, String after, Integer amount)list tagsMethods in io.lakefs.clients.api that return types with arguments of type RefList Modifier and Type Method Description ApiResponse<RefList>BranchesApi. listBranchesWithHttpInfo(String repository, String prefix, String after, Integer amount)list branchesApiResponse<RefList>TagsApi. listTagsWithHttpInfo(String repository, String prefix, String after, Integer amount)list tagsMethod parameters in io.lakefs.clients.api with type arguments of type RefList Modifier and Type Method Description okhttp3.CallBranchesApi. listBranchesAsync(String repository, String prefix, String after, Integer amount, ApiCallback<RefList> _callback)list branches (asynchronously)okhttp3.CallTagsApi. listTagsAsync(String repository, String prefix, String after, Integer amount, ApiCallback<RefList> _callback)list tags (asynchronously) -
Uses of RefList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return RefList Modifier and Type Method Description RefListRefList. addResultsItem(Ref resultsItem)RefListRefList. pagination(Pagination pagination)RefListRefList. results(List<Ref> results)
-