Uses of Class
io.lakefs.clients.sdk.model.OtfDiffList
-
Packages that use OtfDiffList Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of OtfDiffList in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return OtfDiffList Modifier and Type Method Description OtfDiffListExperimentalApi.APIotfDiffRequest. execute()Execute otfDiff requestMethods in io.lakefs.clients.sdk that return types with arguments of type OtfDiffList Modifier and Type Method Description ApiResponse<OtfDiffList>ExperimentalApi.APIotfDiffRequest. executeWithHttpInfo()Execute otfDiff request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type OtfDiffList Modifier and Type Method Description okhttp3.CallExperimentalApi.APIotfDiffRequest. executeAsync(ApiCallback<OtfDiffList> _callback)Execute otfDiff request (asynchronously) -
Uses of OtfDiffList in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return OtfDiffList Modifier and Type Method Description OtfDiffListOtfDiffList. addResultsItem(OtfDiffEntry resultsItem)OtfDiffListOtfDiffList. diffType(OtfDiffList.DiffTypeEnum diffType)static OtfDiffListOtfDiffList. fromJson(String jsonString)Create an instance of OtfDiffList given an JSON stringOtfDiffListOtfDiffList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.OtfDiffListOtfDiffList. results(List<OtfDiffEntry> results)
-