Uses of Class
com.quartzdesk.service.types.v5_0.enums.Weekday

Packages that use Weekday
com.quartzdesk.service.types.v5_0.enums   
com.quartzdesk.service.types.v5_0.scheduler   
com.quartzdesk.service.types.v5_0.scheduler.quartz   
 

Uses of Weekday in com.quartzdesk.service.types.v5_0.enums
 

Methods in com.quartzdesk.service.types.v5_0.enums that return Weekday
static Weekday Weekday.fromValue(String v)
           
static Weekday Weekday.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Weekday[] Weekday.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Weekday in com.quartzdesk.service.types.v5_0.scheduler
 

Fields in com.quartzdesk.service.types.v5_0.scheduler with type parameters of type Weekday
protected  List<Weekday> NotificationRule.enabledOnWeekday
           
protected  List<Weekday> JobChain.enabledOnWeekday
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler that return types with arguments of type Weekday
 List<Weekday> NotificationRule.getEnabledOnWeekday()
          Gets the value of the enabledOnWeekday property.
 List<Weekday> JobChain.getEnabledOnWeekday()
          Gets the value of the enabledOnWeekday property.
 

Methods in com.quartzdesk.service.types.v5_0.scheduler with parameters of type Weekday
 NotificationRule NotificationRule.withEnabledOnWeekday(Weekday... values)
           
 JobChain JobChain.withEnabledOnWeekday(Weekday... values)
           
 ExecNotificationRule ExecNotificationRule.withEnabledOnWeekday(Weekday... values)
           
 

Method parameters in com.quartzdesk.service.types.v5_0.scheduler with type arguments of type Weekday
 void NotificationRule.setEnabledOnWeekday(List<Weekday> enabledOnWeekday)
          Sets the value of the enabledOnWeekday property.
 void JobChain.setEnabledOnWeekday(List<Weekday> enabledOnWeekday)
          Sets the value of the enabledOnWeekday property.
 NotificationRule NotificationRule.withEnabledOnWeekday(Collection<Weekday> values)
           
 JobChain JobChain.withEnabledOnWeekday(Collection<Weekday> values)
           
 ExecNotificationRule ExecNotificationRule.withEnabledOnWeekday(Collection<Weekday> values)
           
 

Uses of Weekday in com.quartzdesk.service.types.v5_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v5_0.scheduler.quartz with type parameters of type Weekday
protected  List<Weekday> QuartzDailyTimeIntervalTrigger.daysOfWeek
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz that return types with arguments of type Weekday
 List<Weekday> QuartzDailyTimeIntervalTrigger.getDaysOfWeek()
          Gets the value of the daysOfWeek property.
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz with parameters of type Weekday
 QuartzDailyTimeIntervalTrigger QuartzDailyTimeIntervalTrigger.withDaysOfWeek(Weekday... values)
           
 QuartzJobChain QuartzJobChain.withEnabledOnWeekday(Weekday... values)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabledOnWeekday(Weekday... values)
           
 

Method parameters in com.quartzdesk.service.types.v5_0.scheduler.quartz with type arguments of type Weekday
 void QuartzDailyTimeIntervalTrigger.setDaysOfWeek(List<Weekday> daysOfWeek)
          Sets the value of the daysOfWeek property.
 QuartzDailyTimeIntervalTrigger QuartzDailyTimeIntervalTrigger.withDaysOfWeek(Collection<Weekday> values)
           
 QuartzJobChain QuartzJobChain.withEnabledOnWeekday(Collection<Weekday> values)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabledOnWeekday(Collection<Weekday> values)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.