java.lang.Object
org.exoplatform.addons.gamification.service.dto.configuration.Challenge
All Implemented Interfaces:
Cloneable

public class Challenge extends Object implements Cloneable
  • 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 identifier
      title - challenge title
      description - challenge description
      audience - challenge rule/program audience
      startDate - challenge start date
      endDate - challenge end date
      managers - challenge rule/program managers
      points - challenge associated points when announced
      program - associated program title, deprecated, should use programId
      enabled - whether challenge is enabled or not
      Since:
      05/12/2022
    • Challenge

      public Challenge(long id, String title, String description, long audience, String startDate, String endDate, List<Long> managers, Long points, long programId, boolean enabled)
  • Method Details