Uses of Class
io.lakefs.clients.api.model.PathList
-
Packages that use PathList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of PathList in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type PathList Modifier and Type Method Description ObjectErrorListObjectsApi. deleteObjects(String repository, String branch, PathList pathList)delete objects.okhttp3.CallObjectsApi. deleteObjectsAsync(String repository, String branch, PathList pathList, ApiCallback<ObjectErrorList> _callback)delete objects.okhttp3.CallObjectsApi. deleteObjectsCall(String repository, String branch, PathList pathList, ApiCallback _callback)Build call for deleteObjectsApiResponse<ObjectErrorList>ObjectsApi. deleteObjectsWithHttpInfo(String repository, String branch, PathList pathList)delete objects. -
Uses of PathList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return PathList Modifier and Type Method Description PathListPathList. addPathsItem(String pathsItem)PathListPathList. paths(List<String> paths)
-