Uses of Enum Class
edu.ucsb.cs156.frontiers.controllers.CoursesController.EmailFormats
Packages that use CoursesController.EmailFormats
-
Uses of CoursesController.EmailFormats in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return CoursesController.EmailFormatsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CoursesController.EmailFormats[]CoursesController.EmailFormats.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.ucsb.cs156.frontiers.controllers with parameters of type CoursesController.EmailFormatsModifier and TypeMethodDescriptionCoursesController.getCourseEmails(Long courseId, CoursesController.EmailTypes type, String team, CoursesController.EmailFormats format)