Uses of Class
io.lakefs.clients.sdk.model.Diff
-
Packages that use Diff Package Description io.lakefs.clients.sdk.model -
-
Uses of Diff in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Diff Modifier and Type Method Description static DiffDiff. fromJson(String jsonString)Create an instance of Diff given an JSON stringDiffDiff. path(String path)DiffDiff. pathType(Diff.PathTypeEnum pathType)DiffDiff. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.DiffDiff. sizeBytes(Long sizeBytes)DiffDiff. type(Diff.TypeEnum type)Methods in io.lakefs.clients.sdk.model that return types with arguments of type Diff Modifier and Type Method Description List<Diff>DiffList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type Diff Modifier and Type Method Description DiffListDiffList. addResultsItem(Diff resultsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type Diff Modifier and Type Method Description DiffListDiffList. results(List<Diff> results)voidDiffList. setResults(List<Diff> results)
-