| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.Builder.build() |
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withDayofMonth(Integer dayofMonth)
Returns an immutable copy of
this with just the dayofMonth field
changed. |
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withDayofWeek(DayOfWeek dayofWeek)
Returns an immutable copy of
this with just the dayofWeek field
changed. |
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withRecurrence(Windows10AppsUpdateRecurrence recurrence)
Returns an immutable copy of
this with just the recurrence field
changed. |
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withRunImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)
Returns an immutable copy of
this with just the runImmediatelyIfAfterStartDateTime field changed. |
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsKioskForceUpdateSchedule |
WindowsKioskConfiguration.windowsKioskForceUpdateSchedule |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsKioskForceUpdateSchedule> |
WindowsKioskConfiguration.getWindowsKioskForceUpdateSchedule()
“force update schedule for Kiosk devices.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskConfiguration.Builder |
WindowsKioskConfiguration.Builder.windowsKioskForceUpdateSchedule(WindowsKioskForceUpdateSchedule windowsKioskForceUpdateSchedule)
“force update schedule for Kiosk devices.”
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withWindowsKioskForceUpdateSchedule(WindowsKioskForceUpdateSchedule windowsKioskForceUpdateSchedule)
Returns an immutable copy of
this with just the windowsKioskForceUpdateSchedule field changed. |
Copyright © 2018–2020. All rights reserved.