BandwidthSchedule.UpdateStages.WithDays Interface

public static interface BandwidthSchedule.UpdateStages.WithDays

The stage of the BandwidthSchedule update allowing to specify days.

Method Summary

Modifier and Type Method and Description
abstract Update withDays(List<DayOfWeek> days)

Specifies the days property: The days of the week when this schedule is applicable..

Method Details

withDays

public abstract BandwidthSchedule.Update withDays(List<DayOfWeek> days)

Specifies the days property: The days of the week when this schedule is applicable..

Parameters:

days - The days of the week when this schedule is applicable.

Returns:

the next definition stage.

Applies to