public interface IncidentResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
clearAnnotation() |
IncidentDto |
getIncident() |
void |
resolveIncident() |
javax.ws.rs.core.Response |
setAnnotation(AnnotationDto annotationDto) |
@GET @Produces(value="application/json") IncidentDto getIncident()
@DELETE void resolveIncident()
@PUT @Path(value="/annotation") @Produces(value="application/json") @Consumes(value="application/json") javax.ws.rs.core.Response setAnnotation(AnnotationDto annotationDto)
@DELETE @Path(value="/annotation") @Produces(value="application/json") javax.ws.rs.core.Response clearAnnotation()
Copyright © 2022. All rights reserved.