Uses of Class
io.lakefs.clients.sdk.model.FindMergeBaseResult
-
Packages that use FindMergeBaseResult Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of FindMergeBaseResult in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return FindMergeBaseResult Modifier and Type Method Description FindMergeBaseResultRefsApi.APIfindMergeBaseRequest. execute()Execute findMergeBase requestMethods in io.lakefs.clients.sdk that return types with arguments of type FindMergeBaseResult Modifier and Type Method Description ApiResponse<FindMergeBaseResult>RefsApi.APIfindMergeBaseRequest. executeWithHttpInfo()Execute findMergeBase request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type FindMergeBaseResult Modifier and Type Method Description okhttp3.CallRefsApi.APIfindMergeBaseRequest. executeAsync(ApiCallback<FindMergeBaseResult> _callback)Execute findMergeBase request (asynchronously) -
Uses of FindMergeBaseResult in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return FindMergeBaseResult Modifier and Type Method Description FindMergeBaseResultFindMergeBaseResult. baseCommitId(String baseCommitId)FindMergeBaseResultFindMergeBaseResult. destinationCommitId(String destinationCommitId)static FindMergeBaseResultFindMergeBaseResult. fromJson(String jsonString)Create an instance of FindMergeBaseResult given an JSON stringFindMergeBaseResultFindMergeBaseResult. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.FindMergeBaseResultFindMergeBaseResult. sourceCommitId(String sourceCommitId)
-