Class WindowsKioskMultipleApps.Builder

    • Method Detail

      • allowAccessToDownloadsFolder

        public WindowsKioskMultipleApps.Builder allowAccessToDownloadsFolder​(Boolean allowAccessToDownloadsFolder)
        “This setting allows access to Downloads folder in file explorer.”
        Parameters:
        allowAccessToDownloadsFolder - value of allowAccessToDownloadsFolder property (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 of apps property (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 of apps property (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 of apps@nextLink property (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 of disallowDesktopApps property (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 of showTaskBar property (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 of startMenuLayoutXml property (as defined in service metadata)
        Returns:
        this (for method chaining)