Uses of Enum Class
edu.ucsb.cs156.frontiers.controllers.TeamsController.TeamMemberStatus
Packages that use TeamsController.TeamMemberStatus
-
Uses of TeamsController.TeamMemberStatus in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return TeamsController.TeamMemberStatusModifier and TypeMethodDescriptionTeamsController.TeamMemberResult.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static TeamsController.TeamMemberStatus[]TeamsController.TeamMemberStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.ucsb.cs156.frontiers.controllers with parameters of type TeamsController.TeamMemberStatusModifierConstructorDescriptionTeamMemberResult(TeamMember teamMember, TeamsController.TeamMemberStatus status) TeamMemberResult(TeamMember teamMember, TeamsController.TeamMemberStatus status, String rejectedEmail) Creates an instance of aTeamMemberResultrecord class.