Uses of Record Class
edu.ucsb.cs156.frontiers.models.UpsertResponse
Packages that use UpsertResponse
-
Uses of UpsertResponse in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return UpsertResponseModifier and TypeMethodDescriptionstatic UpsertResponseRosterStudentsController.upsertStudent(RosterStudent student, Course course, RosterStatus rosterStatus) Methods in edu.ucsb.cs156.frontiers.controllers 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) This method creates a new RosterStudent.