Uses of Record Class
com.knezevic.edaf.v3.web.controller.ApiController.BulkDeleteItemResult
Packages that use ApiController.BulkDeleteItemResult
Package
Description
REST and MVC controllers for run/experiment analytics.
-
Uses of ApiController.BulkDeleteItemResult in com.knezevic.edaf.v3.web.controller
Methods in com.knezevic.edaf.v3.web.controller that return types with arguments of type ApiController.BulkDeleteItemResultModifier and TypeMethodDescriptionApiController.BulkDeleteResponse.items()Returns the value of theitemsrecord component.Constructor parameters in com.knezevic.edaf.v3.web.controller with type arguments of type ApiController.BulkDeleteItemResultModifierConstructorDescriptionBulkDeleteResponse(List<ApiController.BulkDeleteItemResult> items, int deletedCount, int blockedCount, int missingCount) Creates an instance of aBulkDeleteResponserecord class.