Uses of Class
io.lakefs.clients.api.model.ObjectErrorList
-
Packages that use ObjectErrorList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ObjectErrorList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ObjectErrorList Modifier and Type Method Description ObjectErrorListObjectsApi. deleteObjects(String repository, String branch, PathList pathList)delete objects.Methods in io.lakefs.clients.api that return types with arguments of type ObjectErrorList Modifier and Type Method Description ApiResponse<ObjectErrorList>ObjectsApi. deleteObjectsWithHttpInfo(String repository, String branch, PathList pathList)delete objects.Method parameters in io.lakefs.clients.api with type arguments of type ObjectErrorList Modifier and Type Method Description okhttp3.CallObjectsApi. deleteObjectsAsync(String repository, String branch, PathList pathList, ApiCallback<ObjectErrorList> _callback)delete objects. -
Uses of ObjectErrorList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectErrorList Modifier and Type Method Description ObjectErrorListObjectErrorList. addErrorsItem(ObjectError errorsItem)ObjectErrorListObjectErrorList. errors(List<ObjectError> errors)
-