Uses of Class
com.chutneytesting.campaign.domain.Frequency
-
Packages that use Frequency Package Description com.chutneytesting.campaign.domain -
-
Uses of Frequency in com.chutneytesting.campaign.domain
Fields in com.chutneytesting.campaign.domain declared as Frequency Modifier and Type Field Description FrequencyPeriodicScheduledCampaign. frequencyMethods in com.chutneytesting.campaign.domain that return Frequency Modifier and Type Method Description static FrequencyFrequency. toFrequency(String label)static FrequencyFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static Frequency[]Frequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.chutneytesting.campaign.domain with parameters of type Frequency Constructor Description PeriodicScheduledCampaign(Long id, Long campaignId, String campaignTitle, LocalDateTime nextExecutionDate, Frequency frequency)
-