Uses of Class
edu.ucsb.cs156.example.entities.Restaurant
-
Uses of Restaurant in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionRestaurantsController.postRestaurant
(String name, String cuisine, int roachCounter) RestaurantsController.updateRestaurant
(Long id, @Valid Restaurant incoming) Modifier and TypeMethodDescriptionRestaurantsController.updateRestaurant
(Long id, @Valid Restaurant incoming)