Interface IncidentResource
- All Known Implementing Classes:
IncidentResourceImpl
public interface IncidentResource
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
void
jakarta.ws.rs.core.Response
setAnnotation
(AnnotationDto annotationDto)
-
Method Details
-
getIncident
-
resolveIncident
@DELETE void resolveIncident() -
setAnnotation
@PUT @Path("/annotation") @Produces("application/json") @Consumes("application/json") jakarta.ws.rs.core.Response setAnnotation(AnnotationDto annotationDto) -
clearAnnotation
@DELETE @Path("/annotation") @Produces("application/json") jakarta.ws.rs.core.Response clearAnnotation()
-