Uses of Class
odata.msgraph.client.enums.WeeklySchedule
-
Packages that use WeeklySchedule Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WeeklySchedule in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WeeklySchedule Modifier and Type Field Description protected WeeklyScheduleWindowsUpdateScheduledInstall. scheduledInstallDayMethods in odata.msgraph.client.complex that return types with arguments of type WeeklySchedule Modifier and Type Method Description Optional<WeeklySchedule>WindowsUpdateScheduledInstall. getScheduledInstallDay()“Scheduled Install Day in week”Methods in odata.msgraph.client.complex with parameters of type WeeklySchedule Modifier and Type Method Description WindowsUpdateScheduledInstall.BuilderWindowsUpdateScheduledInstall.Builder. scheduledInstallDay(WeeklySchedule scheduledInstallDay)“Scheduled Install Day in week”WindowsUpdateScheduledInstallWindowsUpdateScheduledInstall. withScheduledInstallDay(WeeklySchedule scheduledInstallDay)Returns an immutable copy ofthiswith just thescheduledInstallDayfield changed. -
Uses of WeeklySchedule in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WeeklySchedule Modifier and Type Field Description protected WeeklyScheduleWindows10GeneralConfiguration. defenderSystemScanScheduleMethods in odata.msgraph.client.entity that return types with arguments of type WeeklySchedule Modifier and Type Method Description Optional<WeeklySchedule>Windows10GeneralConfiguration. getDefenderSystemScanSchedule()“Defender day of the week for the system scan.”Methods in odata.msgraph.client.entity with parameters of type WeeklySchedule Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. defenderSystemScanSchedule(WeeklySchedule defenderSystemScanSchedule)“Defender day of the week for the system scan.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withDefenderSystemScanSchedule(WeeklySchedule defenderSystemScanSchedule)Returns an immutable copy ofthiswith just thedefenderSystemScanSchedulefield changed. -
Uses of WeeklySchedule in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WeeklySchedule Modifier and Type Method Description static WeeklyScheduleWeeklySchedule. valueOf(String name)Returns 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.
-