Parses a bulk annotation deletion query object @return Settings used to bulk delete annotations @throws BadRequestException if the plugin has not implemented this method
()
| 370 | * @throws BadRequestException if the plugin has not implemented this method |
| 371 | */ |
| 372 | public AnnotationBulkDelete parseAnnotationBulkDeleteV1() { |
| 373 | throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED, |
| 374 | "The requested API endpoint has not been implemented", |
| 375 | this.getClass().getCanonicalName() + |
| 376 | " has not implemented parseAnnotationBulkDeleteV1"); |
| 377 | } |
| 378 | |
| 379 | /** |
| 380 | * Formats the results of an HTTP data point storage request |