Uses of Enum Class
io.meeds.gamification.constant.RecurrenceType
Packages that use RecurrenceType
Package
Description
-
Uses of RecurrenceType in io.meeds.gamification.constant
Methods in io.meeds.gamification.constant that return RecurrenceTypeModifier and TypeMethodDescriptionstatic RecurrenceTypeReturns the enum constant of this class with the specified name.static RecurrenceType[]RecurrenceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RecurrenceType in io.meeds.gamification.model
Fields in io.meeds.gamification.model declared as RecurrenceTypeConstructors in io.meeds.gamification.model with parameters of type RecurrenceTypeModifierConstructorDescriptionRulePublication(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, String event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long spaceId, String message, Map<String, String> templateParams, boolean publish) -
Uses of RecurrenceType in io.meeds.gamification.rest.model
Constructors in io.meeds.gamification.rest.model with parameters of type RecurrenceTypeModifierConstructorDescriptionRuleRestEntity(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, String event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, boolean published, boolean favorite, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, UserInfo userInfo, List<RuleDTO> prerequisiteRules)