WindowsKioskConfiguration |
WindowsKioskConfiguration.Builder.build() |
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withEdgeKioskEnablePublicBrowsing(Boolean edgeKioskEnablePublicBrowsing) |
Returns an immutable copy of this with just the
edgeKioskEnablePublicBrowsing field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserBlockedUrlExceptions(List<String> kioskBrowserBlockedUrlExceptions) |
Returns an immutable copy of this with just the
kioskBrowserBlockedUrlExceptions field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserBlockedURLs(List<String> kioskBrowserBlockedURLs) |
Returns an immutable copy of this with just the
kioskBrowserBlockedURLs field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserDefaultUrl(String kioskBrowserDefaultUrl) |
Returns an immutable copy of this with just the
kioskBrowserDefaultUrl field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserEnableEndSessionButton(Boolean kioskBrowserEnableEndSessionButton) |
Returns an immutable copy of this with just the
kioskBrowserEnableEndSessionButton field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserEnableHomeButton(Boolean kioskBrowserEnableHomeButton) |
Returns an immutable copy of this with just the
kioskBrowserEnableHomeButton field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserEnableNavigationButtons(Boolean kioskBrowserEnableNavigationButtons) |
Returns an immutable copy of this with just the
kioskBrowserEnableNavigationButtons field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskBrowserRestartOnIdleTimeInMinutes(Integer kioskBrowserRestartOnIdleTimeInMinutes) |
Returns an immutable copy of this with just the
kioskBrowserRestartOnIdleTimeInMinutes field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withKioskProfiles(List<WindowsKioskProfile> kioskProfiles) |
Returns an immutable copy of this with just the kioskProfiles
field changed.
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withUnmappedField(String name,
String value) |
|
WindowsKioskConfiguration |
WindowsKioskConfiguration.withWindowsKioskForceUpdateSchedule(WindowsKioskForceUpdateSchedule windowsKioskForceUpdateSchedule) |
Returns an immutable copy of this with just the
windowsKioskForceUpdateSchedule field changed.
|