Uses of Class
io.lakefs.clients.sdk.model.OTFDiffs
-
Packages that use OTFDiffs Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of OTFDiffs in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return OTFDiffs Modifier and Type Method Description OTFDiffsExperimentalApi.APIgetOtfDiffsRequest. execute()Execute getOtfDiffs requestMethods in io.lakefs.clients.sdk that return types with arguments of type OTFDiffs Modifier and Type Method Description ApiResponse<OTFDiffs>ExperimentalApi.APIgetOtfDiffsRequest. executeWithHttpInfo()Execute getOtfDiffs request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type OTFDiffs Modifier and Type Method Description okhttp3.CallExperimentalApi.APIgetOtfDiffsRequest. executeAsync(ApiCallback<OTFDiffs> _callback)Execute getOtfDiffs request (asynchronously) -
Uses of OTFDiffs in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return OTFDiffs Modifier and Type Method Description OTFDiffsOTFDiffs. addDiffsItem(DiffProperties diffsItem)OTFDiffsOTFDiffs. diffs(List<DiffProperties> diffs)static OTFDiffsOTFDiffs. fromJson(String jsonString)Create an instance of OTFDiffs given an JSON stringOTFDiffsOTFDiffs. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-