| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WeeklySchedule |
WindowsUpdateScheduledInstall.scheduledInstallDay |
| Modifier and Type | Method and Description |
|---|---|
Optional<WeeklySchedule> |
WindowsUpdateScheduledInstall.getScheduledInstallDay()
“Scheduled Install Day in week”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsUpdateScheduledInstall.Builder |
WindowsUpdateScheduledInstall.Builder.scheduledInstallDay(WeeklySchedule scheduledInstallDay)
“Scheduled Install Day in week”
|
WindowsUpdateScheduledInstall |
WindowsUpdateScheduledInstall.withScheduledInstallDay(WeeklySchedule scheduledInstallDay)
Returns an immutable copy of
this with just the scheduledInstallDay field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WeeklySchedule |
Windows10EndpointProtectionConfiguration.defenderScheduledScanDay |
protected WeeklySchedule |
Windows10GeneralConfiguration.defenderSystemScanSchedule |
| Modifier and Type | Method and Description |
|---|---|
Optional<WeeklySchedule> |
Windows10EndpointProtectionConfiguration.getDefenderScheduledScanDay()
“Selects the day that the Windows Defender scan should run.”
|
Optional<WeeklySchedule> |
Windows10GeneralConfiguration.getDefenderSystemScanSchedule()
“Defender day of the week for the system scan.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.defenderScheduledScanDay(WeeklySchedule defenderScheduledScanDay)
“Selects the day that the Windows Defender scan should run.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.defenderSystemScanSchedule(WeeklySchedule defenderSystemScanSchedule)
“Defender day of the week for the system scan.”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withDefenderScheduledScanDay(WeeklySchedule defenderScheduledScanDay)
Returns an immutable copy of
this with just the defenderScheduledScanDay field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withDefenderSystemScanSchedule(WeeklySchedule defenderSystemScanSchedule)
Returns an immutable copy of
this with just the defenderSystemScanSchedule field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WeeklySchedule |
WeeklySchedule.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.
|
Copyright © 2018–2020. All rights reserved.