Uses of Class
com.MedilaboSolutions.note.dto.SuccessResponse
Packages that use SuccessResponse
-
Uses of SuccessResponse in com.MedilaboSolutions.note.controller
Methods in com.MedilaboSolutions.note.controller that return types with arguments of type SuccessResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<SuccessResponse<NoteDto>> NoteController.createNote
(@Valid NoteRequestDto noteDto) org.springframework.http.ResponseEntity
<SuccessResponse<List<NoteDto>>> NoteController.getNoteByPatientId
(Long patId, String correlationId)