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