Uses of Enum Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.enums.Experience
Packages that use Experience
Package
Description
-
Uses of Experience in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config that return ExperienceModifier and TypeMethodDescription@NotNull(message="Experience cannot be null") Experience
ChallengeConfigDTO.experience()
Returns the value of theexperience
record component.Constructors in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config with parameters of type ExperienceModifierConstructorDescriptionChallengeConfigDTO
(@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 Experience in org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.enums
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.enums that return ExperienceModifier and TypeMethodDescriptionstatic Experience
Returns the enum constant of this class with the specified name.static Experience[]
Experience.values()
Returns an array containing the constants of this enum class, in the order they are declared.