Uses of Class
io.lakefs.clients.sdk.model.OtfDiffEntry
-
Packages that use OtfDiffEntry Package Description io.lakefs.clients.sdk.model -
-
Uses of OtfDiffEntry in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return OtfDiffEntry Modifier and Type Method Description static OtfDiffEntryOtfDiffEntry. fromJson(String jsonString)Create an instance of OtfDiffEntry given an JSON stringOtfDiffEntryOtfDiffEntry. id(String id)OtfDiffEntryOtfDiffEntry. operation(String operation)OtfDiffEntryOtfDiffEntry. operationContent(Object operationContent)OtfDiffEntryOtfDiffEntry. operationType(OtfDiffEntry.OperationTypeEnum operationType)OtfDiffEntryOtfDiffEntry. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.OtfDiffEntryOtfDiffEntry. timestamp(Integer timestamp)Methods in io.lakefs.clients.sdk.model that return types with arguments of type OtfDiffEntry Modifier and Type Method Description List<OtfDiffEntry>OtfDiffList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type OtfDiffEntry Modifier and Type Method Description OtfDiffListOtfDiffList. addResultsItem(OtfDiffEntry resultsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type OtfDiffEntry Modifier and Type Method Description OtfDiffListOtfDiffList. results(List<OtfDiffEntry> results)voidOtfDiffList. setResults(List<OtfDiffEntry> results)
-