Partager via


Schedule.DefinitionStages.WithWeeklyRecurrence Interface

public static interface Schedule.DefinitionStages.WithWeeklyRecurrence

The stage of the Schedule definition allowing to specify weeklyRecurrence.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withWeeklyRecurrence(WeekDetails weeklyRecurrence)

Specifies the weeklyRecurrence property: If the schedule will occur only some days of the week, specify the weekly recurrence..

Method Details

withWeeklyRecurrence

public abstract Schedule.DefinitionStages.WithCreate withWeeklyRecurrence(WeekDetails weeklyRecurrence)

Specifies the weeklyRecurrence property: If the schedule will occur only some days of the week, specify the weekly recurrence..

Parameters:

weeklyRecurrence - If the schedule will occur only some days of the week, specify the weekly recurrence.

Returns:

the next definition stage.

Applies to