Uses of Enum Class
io.meeds.gamification.constant.EntityStatusType
Packages that use EntityStatusType
-
Uses of EntityStatusType in io.meeds.gamification.constant
Methods in io.meeds.gamification.constant that return EntityStatusTypeModifier and TypeMethodDescriptionstatic EntityStatusTypeReturns the enum constant of this class with the specified name.static EntityStatusType[]EntityStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityStatusType in io.meeds.gamification.rest
Methods in io.meeds.gamification.rest with parameters of type EntityStatusTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseProgramRest.getPrograms(javax.servlet.http.HttpServletRequest request, int offset, int limit, EntityStatusType programStatus, boolean owned, boolean sortByBudget, boolean includeDeleted, boolean returnSize, String lang, String query, String sortField, boolean sortDescending, String expand) javax.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)