Class ViewHandoverDetailController

java.lang.Object
org.apache.clusterbr.zupportl5.controller.ViewHandoverDetailController

@RestController @RequestMapping("/api/view-handover-details") public class ViewHandoverDetailController extends Object

REST-API Endpoints --

  • GET /api/view-handover-details/{id}: Returns data from the API

UML Diagrams:

UML CLASS Diagram

UML USECASE Diagram

UML SEQ Diagram

UML ACTIVITY Diagram

Since:
2024-1108
Author:
arcbrth@gmail.com
  • Constructor Details

  • Method Details

    • getAll

      @GetMapping public org.springframework.http.ResponseEntity<List<ViewHandoverDetail>> getAll()
    • getById

      @GetMapping("/{id}") public org.springframework.http.ResponseEntity<ViewHandoverDetail> getById(@PathVariable Long id)