Uses of Record Class
edu.ucsb.cs156.frontiers.controllers.TeamsController.TeamCreationResponse
Packages that use TeamsController.TeamCreationResponse
-
Uses of TeamsController.TeamCreationResponse in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type TeamsController.TeamCreationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<TeamsController.TeamCreationResponse> TeamsController.uploadTeamsCsv
(Long courseId, org.springframework.web.multipart.MultipartFile file) Upload teams in CSV format (team, email) It is important to keep the code in this method consistent with the code for adding a single roster student