Uses of Enum Class
web.sportflow.challenge.ChallengeType
Packages that use ChallengeType
-
Uses of ChallengeType in web.sportflow.admin
Methods in web.sportflow.admin with parameters of type ChallengeTypeModifier and TypeMethodDescriptionAdminController.createChallenge(String title, String description, ChallengeType type, Double targetValue, LocalDate startDate, LocalDate endDate, Long creatorId, boolean official, List<Long> sportIds, List<Long> participantIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateChallenge(Long challengeId, String title, String description, ChallengeType type, Double targetValue, LocalDate startDate, LocalDate endDate, Long creatorId, boolean official, List<Long> sportIds, List<Long> participantIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of ChallengeType in web.sportflow.challenge
Methods in web.sportflow.challenge that return ChallengeTypeModifier and TypeMethodDescriptionChallenge.getType()static ChallengeTypeReturns the enum constant of this class with the specified name.static ChallengeType[]ChallengeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in web.sportflow.challenge with parameters of type ChallengeTypeConstructors in web.sportflow.challenge with parameters of type ChallengeTypeModifierConstructorDescriptionChallenge(String title, String description, ChallengeType type, Double targetValue, LocalDate startDate, LocalDate endDate, User creator) Challenge(String title, String description, ChallengeType type, Double targetValue, LocalDate startDate, LocalDate endDate, User creator, boolean official)