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") MotivationChallengeConfigDTO.motivation()Returns the value of themotivationrecord 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 aChallengeConfigDTOrecord 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 MotivationReturns 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.