Uses of Enum Class
com.chutneytesting.campaign.domain.Frequency
Packages that use Frequency
-
Uses of Frequency in com.chutneytesting.campaign.domain
Fields in com.chutneytesting.campaign.domain declared as FrequencyMethods in com.chutneytesting.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 com.chutneytesting.campaign.domain with parameters of type FrequencyModifierConstructorDescriptionPeriodicScheduledCampaign(Long id, Long campaignId, String campaignTitle, LocalDateTime nextExecutionDate, Frequency frequency)