Package | Description |
---|---|
com.sas.hls.schedule |
Service and class definitions for managing schedules.
|
Modifier and Type | Method and Description |
---|---|
static ScheduleTrigger.DayOfWeek |
ScheduleTrigger.DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleTrigger.DayOfWeek[] |
ScheduleTrigger.DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduleTrigger.DayOfWeek> |
ScheduleTrigger.getDaysOfWeek()
For WEEKLY trigger types, this returns the days of the week that this schedule will execute.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleTrigger.setDaysOfWeek(List<ScheduleTrigger.DayOfWeek> daysOfWeek)
Sets the days of week.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA