Uses of Record Class
edu.ucsb.cs.scaffold.model.UpsertResponse
Packages that use UpsertResponse
-
Uses of UpsertResponse in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return UpsertResponseModifier and TypeMethodDescriptionstatic UpsertResponseRosterStudentsController.upsertStudent(RosterStudent student, Course course, RosterStatus rosterStatus) Methods in edu.ucsb.cs.scaffold.controller that return types with arguments of type UpsertResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UpsertResponse> RosterStudentsController.postRosterStudent(String studentId, String firstName, String lastName, String email, Long courseId, String section) This method creates a new RosterStudent.