Uses of Enum Class
io.meeds.gamification.constant.DateFilterType
Packages that use DateFilterType
-
Uses of DateFilterType in io.meeds.gamification.constant
Methods in io.meeds.gamification.constant that return DateFilterTypeModifier and TypeMethodDescriptionstatic DateFilterTypeReturns the enum constant of this class with the specified name.static DateFilterType[]DateFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DateFilterType in io.meeds.gamification.rest
Methods in io.meeds.gamification.rest with parameters of type DateFilterTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRuleRest.getRules(javax.servlet.http.HttpServletRequest request, int offset, int limit, long programId, List<Long> spaceIds, EntityFilterType ruleType, EntityStatusType programStatus, EntityStatusType ruleStatus, DateFilterType dateFilter, String term, boolean favorites, List<String> tagNames, String sortField, boolean sortDescending, int realizationsLimit, boolean groupByProgram, boolean orderByRealizations, List<Long> excludedRuleIds, PeriodType periodType, boolean returnSize, String lang, String expand)