Uses of Class
io.lakefs.clients.sdk.model.ObjectErrorList
-
Packages that use ObjectErrorList Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ObjectErrorList in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ObjectErrorList Modifier and Type Method Description ObjectErrorListObjectsApi.APIdeleteObjectsRequest. execute()Execute deleteObjects requestMethods in io.lakefs.clients.sdk that return types with arguments of type ObjectErrorList Modifier and Type Method Description ApiResponse<ObjectErrorList>ObjectsApi.APIdeleteObjectsRequest. executeWithHttpInfo()Execute deleteObjects request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type ObjectErrorList Modifier and Type Method Description okhttp3.CallObjectsApi.APIdeleteObjectsRequest. executeAsync(ApiCallback<ObjectErrorList> _callback)Execute deleteObjects request (asynchronously) -
Uses of ObjectErrorList in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ObjectErrorList Modifier and Type Method Description ObjectErrorListObjectErrorList. addErrorsItem(ObjectError errorsItem)ObjectErrorListObjectErrorList. errors(List<ObjectError> errors)static ObjectErrorListObjectErrorList. fromJson(String jsonString)Create an instance of ObjectErrorList given an JSON stringObjectErrorListObjectErrorList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-