Class Challenges


  • public class Challenges
    extends com.cheetahdigital.corekit.models.data.PaginatedListData
    Cheetah Loyalty Challenges Data Model
    • Constructor Summary

      Constructors 
      Constructor Description
      Challenges()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Challenge> getChallenges()  
      void setChallenges​(java.util.List<Challenge> challenges)  
      • Methods inherited from class com.cheetahdigital.corekit.models.data.PaginatedListData

        getTotalEntries, getTotalPages, setTotalEntries, setTotalPages
      • Methods inherited from class com.cheetahdigital.corekit.models.data.BaseData

        getId, getIntegrationId, setId, setIntegrationId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Challenges

        public Challenges()
    • Method Detail

      • getChallenges

        public java.util.List<Challenge> getChallenges()
      • setChallenges

        public void setChallenges​(java.util.List<Challenge> challenges)