Uses of Class
edu.ucsb.cs156.example.entities.Laptop
Packages that use Laptop
-
Uses of Laptop in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return LaptopModifier and TypeMethodDescriptionLaptopsController.postLaptop
(String name, String cpu, String gpu, String description) LaptopsController.updateLaptop
(Long id, @Valid Laptop incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type LaptopMethods in edu.ucsb.cs156.example.controllers with parameters of type LaptopModifier and TypeMethodDescriptionLaptopsController.updateLaptop
(Long id, @Valid Laptop incoming) -
Uses of Laptop in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type Laptop