共用方式為


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 WithCreate withDailyRecurrence(DayDetails dailyRecurrence)

Specifies the dailyRecurrence property: If the schedule will occur once each day of the week, specify the daily recurrence..

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:

dailyRecurrence - If the schedule will occur once each day of the week, specify the daily recurrence.

Returns:

the next definition stage.

Applies to