Uses of Enum Class
me.nickhanson.codeforge.entity.Difficulty
Packages that use Difficulty
Package
Description
-
Uses of Difficulty in me.nickhanson.codeforge.entity
Methods in me.nickhanson.codeforge.entity that return DifficultyModifier and TypeMethodDescriptionstatic DifficultyReturns the enum constant of this class with the specified name.static Difficulty[]Difficulty.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.nickhanson.codeforge.entity with parameters of type DifficultyModifierConstructorDescriptionChallenge(String title, Difficulty difficulty, String blurb, String promptMd) -
Uses of Difficulty in me.nickhanson.codeforge.persistence
Methods in me.nickhanson.codeforge.persistence with parameters of type DifficultyModifier and TypeMethodDescriptionChallengeDao.findByDifficulty(Difficulty difficulty) Finds challenges by their difficulty level. -
Uses of Difficulty in me.nickhanson.codeforge.service
Methods in me.nickhanson.codeforge.service with parameters of type DifficultyModifier and TypeMethodDescriptionChallengeService.listChallenges(Difficulty difficulty) Lists all challenges, optionally filtered by difficulty. -
Uses of Difficulty in me.nickhanson.codeforge.web
Constructors in me.nickhanson.codeforge.web with parameters of type DifficultyModifierConstructorDescriptionDrillQueueRow(Long challengeId, String title, Difficulty difficulty, Instant nextDueAt) Constructs a new DrillQueueRow with the specified details.