Uses of Class
edu.ucsb.cs156.example.entities.Laptop
-
Uses of Laptop in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionLaptopsController.postLaptop
(String name, String cpu, String gpu, String description) LaptopsController.updateLaptop
(Long id, @Valid Laptop incoming) Modifier and TypeMethodDescriptionLaptopsController.updateLaptop
(Long id, @Valid Laptop incoming) -
Uses of Laptop in edu.ucsb.cs156.example.repositories