Class WindowsAssignedAccessProfile.Builder

    • Method Detail

      • appUserModelIds

        public WindowsAssignedAccessProfile.Builder appUserModelIds​(List<String> appUserModelIds)
        “These are the only Windows Store Apps that will be available to launch from the Start menu.”
        Parameters:
        appUserModelIds - value of appUserModelIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • appUserModelIds

        public WindowsAssignedAccessProfile.Builder appUserModelIds​(String... appUserModelIds)
        “These are the only Windows Store Apps that will be available to launch from the Start menu.”
        Parameters:
        appUserModelIds - value of appUserModelIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • appUserModelIdsNextLink

        public WindowsAssignedAccessProfile.Builder appUserModelIdsNextLink​(String appUserModelIdsNextLink)
        “These are the only Windows Store Apps that will be available to launch from the Start menu.”
        Parameters:
        appUserModelIdsNextLink - value of appUserModelIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • desktopAppPaths

        public 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.”
        Parameters:
        desktopAppPaths - value of desktopAppPaths property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • desktopAppPaths

        public WindowsAssignedAccessProfile.Builder desktopAppPaths​(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.”
        Parameters:
        desktopAppPaths - value of desktopAppPaths property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • desktopAppPathsNextLink

        public 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.”
        Parameters:
        desktopAppPathsNextLink - value of desktopAppPaths@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • profileName

        public 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.”
        Parameters:
        profileName - value of profileName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • showTaskBar

        public WindowsAssignedAccessProfile.Builder showTaskBar​(Boolean showTaskBar)
        “This setting allows the admin to specify whether the Task Bar is shown or not.”
        Parameters:
        showTaskBar - value of showTaskBar property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • startMenuLayoutXml

        public 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. XML needs to be in Binary format.”
        Parameters:
        startMenuLayoutXml - value of startMenuLayoutXml property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userAccounts

        public WindowsAssignedAccessProfile.Builder userAccounts​(List<String> userAccounts)
        “The user accounts that will be locked to this kiosk configuration.”
        Parameters:
        userAccounts - value of userAccounts property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userAccounts

        public WindowsAssignedAccessProfile.Builder userAccounts​(String... userAccounts)
        “The user accounts that will be locked to this kiosk configuration.”
        Parameters:
        userAccounts - value of userAccounts property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userAccountsNextLink

        public WindowsAssignedAccessProfile.Builder userAccountsNextLink​(String userAccountsNextLink)
        “The user accounts that will be locked to this kiosk configuration.”
        Parameters:
        userAccountsNextLink - value of userAccounts@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)