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