Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.Permission
Packages that use Permission
-
Uses of Permission in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers with parameters of type PermissionModifier and TypeMethodDescriptionAssignmentsController.postAssignment(Long courseId, String name, AssignmentType asnType, Visibility visibility, Permission permission) This method creates a new Assignment.AssignmentsController.updateAssignment(Long assignmentId, String name, AssignmentType asnType, Visibility visibility, Permission permission) This method updates an Assignment. -
Uses of Permission in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.enums that return PermissionModifier and TypeMethodDescriptionstatic PermissionReturns the enum constant of this class with the specified name.static Permission[]Permission.values()Returns an array containing the constants of this enum class, in the order they are declared.