public static final class WindowsAssignedAccessProfile.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsAssignedAccessProfile.Builder |
appUserModelIds(List<String> appUserModelIds)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.”
|
WindowsAssignedAccessProfile.Builder |
appUserModelIdsNextLink(String appUserModelIdsNextLink)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.”
|
WindowsAssignedAccessProfile |
build() |
WindowsAssignedAccessProfile.Builder |
desktopAppPaths(List<String> desktopAppPaths)
“These are the paths of the Desktop Apps that will be available on the Start menu
and the only apps the user will be able to launch.”
|
WindowsAssignedAccessProfile.Builder |
desktopAppPathsNextLink(String desktopAppPathsNextLink)
“These are the paths of the Desktop Apps that will be available on the Start menu
and the only apps the user will be able to launch.”
|
WindowsAssignedAccessProfile.Builder |
id(String id) |
WindowsAssignedAccessProfile.Builder |
profileName(String profileName)
“This is a friendly name used to identify a group of applications, the layout of
these apps on the start menu and the users to whom this kiosk configuration is
assigned.”
|
WindowsAssignedAccessProfile.Builder |
showTaskBar(Boolean showTaskBar)
“This setting allows the admin to specify whether the Task Bar is shown or not.”
|
WindowsAssignedAccessProfile.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.
|
WindowsAssignedAccessProfile.Builder |
userAccounts(List<String> userAccounts)
“The user accounts that will be locked to this kiosk configuration.”
|
WindowsAssignedAccessProfile.Builder |
userAccountsNextLink(String userAccountsNextLink)
“The user accounts that will be locked to this kiosk configuration.”
|
public WindowsAssignedAccessProfile.Builder id(String id)
public WindowsAssignedAccessProfile.Builder profileName(String profileName)
profileName - value of profileName property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder showTaskBar(Boolean showTaskBar)
showTaskBar - value of showTaskBar property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder appUserModelIds(List<String> appUserModelIds)
appUserModelIds - value of appUserModelIds property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder appUserModelIdsNextLink(String appUserModelIdsNextLink)
appUserModelIdsNextLink - value of appUserModelIds@nextLink property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder desktopAppPaths(List<String> desktopAppPaths)
desktopAppPaths - value of desktopAppPaths property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder desktopAppPathsNextLink(String desktopAppPathsNextLink)
desktopAppPathsNextLink - value of desktopAppPaths@nextLink property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder userAccounts(List<String> userAccounts)
userAccounts - value of userAccounts property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder userAccountsNextLink(String userAccountsNextLink)
userAccountsNextLink - value of userAccounts@nextLink property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile.Builder startMenuLayoutXml(byte[] startMenuLayoutXml)
startMenuLayoutXml - value of startMenuLayoutXml property (as defined in service metadata)this (for method chaining)public WindowsAssignedAccessProfile build()
Copyright © 2018–2020. All rights reserved.