Uses of Class
io.lakefs.clients.sdk.model.PathList
-
Packages that use PathList Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of PathList in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type PathList Modifier and Type Method Description ObjectsApi.APIdeleteObjectsRequestObjectsApi. deleteObjects(String repository, String branch, PathList pathList)delete objects. -
Uses of PathList in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return PathList Modifier and Type Method Description PathListPathList. addPathsItem(String pathsItem)static PathListPathList. fromJson(String jsonString)Create an instance of PathList given an JSON stringPathListPathList. paths(List<String> paths)PathListPathList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-