Uses of Class
io.lakefs.clients.api.model.Diff
-
Packages that use Diff Package Description io.lakefs.clients.api.model -
-
Uses of Diff in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Diff Modifier and Type Method Description DiffDiff. path(String path)DiffDiff. pathType(Diff.PathTypeEnum pathType)DiffDiff. sizeBytes(Long sizeBytes)DiffDiff. type(Diff.TypeEnum type)Methods in io.lakefs.clients.api.model that return types with arguments of type Diff Modifier and Type Method Description List<Diff>DiffList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type Diff Modifier and Type Method Description DiffListDiffList. addResultsItem(Diff resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Diff Modifier and Type Method Description DiffListDiffList. results(List<Diff> results)voidDiffList. setResults(List<Diff> results)
-