Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.RosterStatus
Packages that use RosterStatus
Package
Description
-
Uses of RosterStatus in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers with parameters of type RosterStatusModifier and TypeMethodDescriptionstatic UpsertResponse
RosterStudentsController.upsertStudent
(RosterStudentRepository rosterStudentRepository, UpdateUserService updateUserService, RosterStudent student, Course course, RosterStatus rosterStatus) -
Uses of RosterStatus in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.enums that return RosterStatusModifier and TypeMethodDescriptionstatic RosterStatus
Returns the enum constant of this class with the specified name.static RosterStatus[]
RosterStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RosterStatus in edu.ucsb.cs156.frontiers.models
Methods in edu.ucsb.cs156.frontiers.models that return RosterStatusModifier and TypeMethodDescriptionRosterStudentDTO.rosterStatus()
Returns the value of therosterStatus
record component.Constructors in edu.ucsb.cs156.frontiers.models with parameters of type RosterStatusModifierConstructorDescriptionRosterStudentDTO
(Long id, Long courseId, String studentId, String firstName, String lastName, String email, String section, long userId, Integer userGithubId, String userGithubLogin, RosterStatus rosterStatus, OrgStatus orgStatus) Creates an instance of aRosterStudentDTO
record class.