Uses of Enum Class
fr.enedis.chutney.campaign.domain.Frequency
Packages that use Frequency
-
Uses of Frequency in fr.enedis.chutney.campaign.domain
Fields in fr.enedis.chutney.campaign.domain declared as FrequencyMethods in fr.enedis.chutney.campaign.domain that return FrequencyModifier and TypeMethodDescriptionstatic FrequencyFrequency.toFrequency(String label) static FrequencyReturns the enum constant of this class with the specified name.static Frequency[]Frequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.enedis.chutney.campaign.domain with parameters of type FrequencyModifierConstructorDescriptionPeriodicScheduledCampaign(Long id, LocalDateTime nextExecutionDate, Frequency frequency, String environment, List<PeriodicScheduledCampaign.CampaignExecutionRequest> campaignExecutionRequests)