Uses of Class
io.lakefs.clients.api.model.OtfDiffEntry
-
Packages that use OtfDiffEntry Package Description io.lakefs.clients.api.model -
-
Uses of OtfDiffEntry in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return OtfDiffEntry Modifier and Type Method Description OtfDiffEntryOtfDiffEntry. id(String id)OtfDiffEntryOtfDiffEntry. operation(String operation)OtfDiffEntryOtfDiffEntry. operationContent(Object operationContent)OtfDiffEntryOtfDiffEntry. operationType(OtfDiffEntry.OperationTypeEnum operationType)OtfDiffEntryOtfDiffEntry. timestamp(Integer timestamp)Methods in io.lakefs.clients.api.model that return types with arguments of type OtfDiffEntry Modifier and Type Method Description List<OtfDiffEntry>OtfDiffList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type OtfDiffEntry Modifier and Type Method Description OtfDiffListOtfDiffList. addResultsItem(OtfDiffEntry resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type OtfDiffEntry Modifier and Type Method Description OtfDiffListOtfDiffList. results(List<OtfDiffEntry> results)voidOtfDiffList. setResults(List<OtfDiffEntry> results)
-