Uses of Enum Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.enums.Motivation
Packages that use Motivation
Package
Description
-
Uses of Motivation in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config that return MotivationModifier and TypeMethodDescription@NotNull(message="Motivation cannot be null") Motivation
ChallengeConfigDTO.motivation()
Returns the value of themotivation
record component.Constructors in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config with parameters of type MotivationModifierConstructorDescriptionChallengeConfigDTO
(@NotNull(message="Experience cannot be null") Experience experience, @NotNull(message="Motivation cannot be null") Motivation motivation, @NotNull(message="Challenge type configurations cannot be null") @Size(min=1,message="At least one challenge type configuration is required") Set<ChallengeTypeConfigDTO> challengeTypeConfigs) Creates an instance of aChallengeConfigDTO
record class. -
Uses of Motivation in org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.enums
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.enums that return MotivationModifier and TypeMethodDescriptionstatic Motivation
Returns the enum constant of this class with the specified name.static Motivation[]
Motivation.values()
Returns an array containing the constants of this enum class, in the order they are declared.