Schedule.DefinitionStages.WithDailyRecurrence Interface
public static interface Schedule.DefinitionStages.WithDailyRecurrence
The stage of the Schedule definition allowing to specify dailyRecurrence.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withDailyRecurrence(DayDetails dailyRecurrence)
Specifies the daily |
Method Details
withDailyRecurrence
public abstract Schedule.DefinitionStages.WithCreate withDailyRecurrence(DayDetails dailyRecurrence)
Specifies the dailyRecurrence property: If the schedule will occur once each day of the week, specify the daily recurrence..
Parameters:
Returns: