Uses of Class
io.lakefs.clients.api.model.DiffList
-
Packages that use DiffList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of DiffList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return DiffList Modifier and Type Method Description DiffListBranchesApi. diffBranch(String repository, String branch, String after, Integer amount, String prefix, String delimiter)diff branchDiffListRefsApi. diffRefs(String repository, String leftRef, String rightRef, String after, Integer amount, String prefix, String delimiter, String type, String diffType)diff referencesMethods in io.lakefs.clients.api that return types with arguments of type DiffList Modifier and Type Method Description ApiResponse<DiffList>BranchesApi. diffBranchWithHttpInfo(String repository, String branch, String after, Integer amount, String prefix, String delimiter)diff branchApiResponse<DiffList>RefsApi. diffRefsWithHttpInfo(String repository, String leftRef, String rightRef, String after, Integer amount, String prefix, String delimiter, String type, String diffType)diff referencesMethod parameters in io.lakefs.clients.api with type arguments of type DiffList Modifier and Type Method Description okhttp3.CallBranchesApi. diffBranchAsync(String repository, String branch, String after, Integer amount, String prefix, String delimiter, ApiCallback<DiffList> _callback)diff branch (asynchronously)okhttp3.CallRefsApi. diffRefsAsync(String repository, String leftRef, String rightRef, String after, Integer amount, String prefix, String delimiter, String type, String diffType, ApiCallback<DiffList> _callback)diff references (asynchronously) -
Uses of DiffList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return DiffList Modifier and Type Method Description DiffListDiffList. addResultsItem(Diff resultsItem)DiffListDiffList. pagination(Pagination pagination)DiffListDiffList. results(List<Diff> results)
-