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 UpsertResponseRosterStudentsController.upsertStudent(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 RosterStatusReturns 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 therosterStatusrecord 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 githubId, String githubLogin, RosterStatus rosterStatus, OrgStatus orgStatus, List<String> teams) Creates an instance of aRosterStudentDTOrecord class.