Interface IncidentResource

All Known Implementing Classes:
IncidentResourceImpl

public interface IncidentResource
  • Method Details

    • getIncident

      @GET @Produces("application/json") IncidentDto 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()