Uses of Class
edu.ucsb.cs156.example.entities.Schools
-
Uses of Schools in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionSchoolsController.postSchool
(String name, String district, String gradeRange) SchoolsController.updateSchool
(Long id, @Valid Schools incoming) Modifier and TypeMethodDescriptionSchoolsController.updateSchool
(Long id, @Valid Schools incoming)