Class WindowsKioskMultipleApps.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskMultipleApps.Builder
-
- Enclosing class:
- WindowsKioskMultipleApps
public static final class WindowsKioskMultipleApps.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsKioskMultipleApps.BuilderallowAccessToDownloadsFolder(Boolean allowAccessToDownloadsFolder)“This setting allows access to Downloads folder in file explorer.”WindowsKioskMultipleApps.Builderapps(List<WindowsKioskAppBase> apps)“These are the only Windows Store Apps that will be available to launch from the Start menu.WindowsKioskMultipleApps.Builderapps(WindowsKioskAppBase... apps)“These are the only Windows Store Apps that will be available to launch from the Start menu.WindowsKioskMultipleApps.BuilderappsNextLink(String appsNextLink)“These are the only Windows Store Apps that will be available to launch from the Start menu.WindowsKioskMultipleAppsbuild()WindowsKioskMultipleApps.BuilderdisallowDesktopApps(Boolean disallowDesktopApps)“This setting indicates that desktop apps are allowed.WindowsKioskMultipleApps.BuildershowTaskBar(Boolean showTaskBar)“This setting allows the admin to specify whether the Task Bar is shown or not.”WindowsKioskMultipleApps.BuilderstartMenuLayoutXml(byte[] startMenuLayoutXml)“Allows admins to override the default Start layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema.
-
-
-
Method Detail
-
allowAccessToDownloadsFolder
public WindowsKioskMultipleApps.Builder allowAccessToDownloadsFolder(Boolean allowAccessToDownloadsFolder)
“This setting allows access to Downloads folder in file explorer.”- Parameters:
allowAccessToDownloadsFolder- value ofallowAccessToDownloadsFolderproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
apps
public WindowsKioskMultipleApps.Builder apps(List<WindowsKioskAppBase> apps)
“These are the only Windows Store Apps that will be available to launch from the Start menu. This collection can contain a maximum of 128 elements.”- Parameters:
apps- value ofappsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
apps
public WindowsKioskMultipleApps.Builder apps(WindowsKioskAppBase... apps)
“These are the only Windows Store Apps that will be available to launch from the Start menu. This collection can contain a maximum of 128 elements.”- Parameters:
apps- value ofappsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appsNextLink
public WindowsKioskMultipleApps.Builder appsNextLink(String appsNextLink)
“These are the only Windows Store Apps that will be available to launch from the Start menu. This collection can contain a maximum of 128 elements.”- Parameters:
appsNextLink- value ofapps@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
disallowDesktopApps
public WindowsKioskMultipleApps.Builder disallowDesktopApps(Boolean disallowDesktopApps)
“This setting indicates that desktop apps are allowed. Default to true.”- Parameters:
disallowDesktopApps- value ofdisallowDesktopAppsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
showTaskBar
public WindowsKioskMultipleApps.Builder showTaskBar(Boolean showTaskBar)
“This setting allows the admin to specify whether the Task Bar is shown or not.”- Parameters:
showTaskBar- value ofshowTaskBarproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startMenuLayoutXml
public WindowsKioskMultipleApps.Builder startMenuLayoutXml(byte[] startMenuLayoutXml)
“Allows admins to override the default Start layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in Binary format.”- Parameters:
startMenuLayoutXml- value ofstartMenuLayoutXmlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsKioskMultipleApps build()
-
-