Uses of Enum
com.microsoft.graph.models.WeeklySchedule
Packages that use WeeklySchedule
-
Uses of WeeklySchedule in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WeeklyScheduleModifier and TypeMethodDescriptionstatic WeeklyScheduleWindows10GeneralConfiguration.getDefenderSystemScanSchedule()Gets the defenderSystemScanSchedule property value.WindowsUpdateScheduledInstall.getScheduledInstallDay()Gets the scheduledInstallDay property value.static WeeklyScheduleReturns the enum constant of this type with the specified name.static WeeklySchedule[]WeeklySchedule.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type WeeklyScheduleModifier and TypeMethodDescriptionvoidWindows10GeneralConfiguration.setDefenderSystemScanSchedule(WeeklySchedule value) Sets the defenderSystemScanSchedule property value.voidWindowsUpdateScheduledInstall.setScheduledInstallDay(WeeklySchedule value) Sets the scheduledInstallDay property value.