Class Challenge
java.lang.Object
org.exoplatform.addons.gamification.service.dto.configuration.Challenge
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionChallenge(long id, String title, String description, long audience, String startDate, String endDate, List<Long> managers, Long points, long programId, boolean enabled) Challenge(long id, String title, String description, long audience, String startDate, String endDate, List<Long> managers, Long points, String program, boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.deprecated to use the full fields constructor instead. -
Method Summary
-
Constructor Details
-
Challenge
@Deprecated(forRemoval=true, since="05/12/2022") public Challenge(long id, String title, String description, long audience, String startDate, String endDate, List<Long> managers, Long points, String program, boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.deprecated to use the full fields constructor instead. Kept for API backward compatibility- Parameters:
id- technical identifiertitle- challenge titledescription- challenge descriptionaudience- challenge rule/program audiencestartDate- challenge start dateendDate- challenge end datemanagers- challenge rule/program managerspoints- challenge associated points when announcedprogram- associated program title, deprecated, should use programIdenabled- whether challenge is enabled or not- Since:
- 05/12/2022
-
Challenge
-
-
Method Details