Uses of Enum Class
io.meeds.wallet.model.RewardPeriodType
Packages that use RewardPeriodType
-
Uses of RewardPeriodType in io.meeds.wallet.model
Fields in io.meeds.wallet.model declared as RewardPeriodTypeMethods in io.meeds.wallet.model that return RewardPeriodTypeModifier and TypeMethodDescriptionstatic RewardPeriodTypeReturns the enum constant of this class with the specified name.static RewardPeriodType[]RewardPeriodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.meeds.wallet.model with parameters of type RewardPeriodTypeModifierConstructorDescriptionRewardPeriod(RewardPeriodType rewardPeriodType) RewardPeriod(RewardPeriodType rewardPeriodType, String timeZone, long startDateInSeconds, long endDateInSeconds) -
Uses of RewardPeriodType in io.meeds.wallet.reward.service
Methods in io.meeds.wallet.reward.service with parameters of type RewardPeriodTypeModifier and TypeMethodDescriptionRewardReportService.getRewardPeriod(RewardPeriodType periodType, LocalDate date) Return the stored reward period associated to select period type and date