Uses of Enum Class
io.meeds.gamification.constant.EntityVisibility
Packages that use EntityVisibility
Package
Description
-
Uses of EntityVisibility in io.meeds.gamification.constant
Methods in io.meeds.gamification.constant that return EntityVisibilityModifier and TypeMethodDescriptionstatic EntityVisibilityReturns the enum constant of this class with the specified name.static EntityVisibility[]EntityVisibility.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityVisibility in io.meeds.gamification.entity
Fields in io.meeds.gamification.entity declared as EntityVisibility -
Uses of EntityVisibility in io.meeds.gamification.model
Fields in io.meeds.gamification.model declared as EntityVisibility -
Uses of EntityVisibility in io.meeds.gamification.rest.model
Constructors in io.meeds.gamification.rest.model with parameters of type EntityVisibilityModifierConstructorDescriptionProgramRestEntity(long id, String title, String description, String color, long spaceId, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, String coverUploadId, String avatarUploadId, long coverFileId, long avatarFileId, String coverUrl, String avatarUrl, Set<Long> ownerIds, long rulesTotalScore, boolean open, org.exoplatform.social.core.space.model.Space space, UserInfo userInfo, List<UserInfo> owners, List<String> administrators, int activeRulesCount, EntityVisibility visibility)