| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsAssignedAccessProfile.Builder |
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 |
WindowsAssignedAccessProfile.Builder.appUserModelIdsNextLink(String appUserModelIdsNextLink)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.”
|
static WindowsAssignedAccessProfile.Builder |
WindowsAssignedAccessProfile.builderWindowsAssignedAccessProfile()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WindowsAssignedAccessProfile.Builder |
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 |
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 |
WindowsAssignedAccessProfile.Builder.id(String id) |
WindowsAssignedAccessProfile.Builder |
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 |
WindowsAssignedAccessProfile.Builder.showTaskBar(Boolean showTaskBar)
“This setting allows the admin to specify whether the Task Bar is shown or not.”
|
WindowsAssignedAccessProfile.Builder |
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 |
WindowsAssignedAccessProfile.Builder.userAccounts(List<String> userAccounts)
“The user accounts that will be locked to this kiosk configuration.”
|
WindowsAssignedAccessProfile.Builder |
WindowsAssignedAccessProfile.Builder.userAccountsNextLink(String userAccountsNextLink)
“The user accounts that will be locked to this kiosk configuration.”
|
Copyright © 2018–2020. All rights reserved.