Uses of Class
io.lakefs.clients.sdk.model.DiffProperties
-
Packages that use DiffProperties Package Description io.lakefs.clients.sdk.model -
-
Uses of DiffProperties in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return DiffProperties Modifier and Type Method Description static DiffPropertiesDiffProperties. fromJson(String jsonString)Create an instance of DiffProperties given an JSON stringDiffPropertiesDiffProperties. name(String name)DiffPropertiesDiffProperties. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in io.lakefs.clients.sdk.model that return types with arguments of type DiffProperties Modifier and Type Method Description List<DiffProperties>OTFDiffs. getDiffs()Get diffsMethods in io.lakefs.clients.sdk.model with parameters of type DiffProperties Modifier and Type Method Description OTFDiffsOTFDiffs. addDiffsItem(DiffProperties diffsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type DiffProperties Modifier and Type Method Description OTFDiffsOTFDiffs. diffs(List<DiffProperties> diffs)voidOTFDiffs. setDiffs(List<DiffProperties> diffs)
-