Uses of Class
io.lakefs.clients.sdk.model.RefList
-
Packages that use RefList Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of RefList in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return RefList Modifier and Type Method Description RefListBranchesApi.APIlistBranchesRequest. execute()Execute listBranches requestRefListTagsApi.APIlistTagsRequest. execute()Execute listTags requestMethods in io.lakefs.clients.sdk that return types with arguments of type RefList Modifier and Type Method Description ApiResponse<RefList>BranchesApi.APIlistBranchesRequest. executeWithHttpInfo()Execute listBranches request with HTTP info returnedApiResponse<RefList>TagsApi.APIlistTagsRequest. executeWithHttpInfo()Execute listTags request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type RefList Modifier and Type Method Description okhttp3.CallBranchesApi.APIlistBranchesRequest. executeAsync(ApiCallback<RefList> _callback)Execute listBranches request (asynchronously)okhttp3.CallTagsApi.APIlistTagsRequest. executeAsync(ApiCallback<RefList> _callback)Execute listTags request (asynchronously) -
Uses of RefList in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return RefList Modifier and Type Method Description RefListRefList. addResultsItem(Ref resultsItem)static RefListRefList. fromJson(String jsonString)Create an instance of RefList given an JSON stringRefListRefList. pagination(Pagination pagination)RefListRefList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.RefListRefList. results(List<Ref> results)
-