Class WindowsKioskProfile.Builder

    • Method Detail

      • appConfiguration

        public WindowsKioskProfile.Builder appConfiguration​(WindowsKioskAppConfiguration appConfiguration)
        “The App configuration that will be used for this kiosk configuration.”
        Parameters:
        appConfiguration - value of appConfiguration property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • profileId

        public WindowsKioskProfile.Builder profileId​(String profileId)
        “Key of the entity.”
        Parameters:
        profileId - value of profileId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • profileName

        public WindowsKioskProfile.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)
      • userAccountsConfiguration

        public WindowsKioskProfile.Builder userAccountsConfiguration​(List<WindowsKioskUser> userAccountsConfiguration)
        “The user accounts that will be locked to this kiosk configuration. This collection can contain a maximum of 100 elements.”
        Parameters:
        userAccountsConfiguration - value of userAccountsConfiguration property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userAccountsConfiguration

        public WindowsKioskProfile.Builder userAccountsConfiguration​(WindowsKioskUser... userAccountsConfiguration)
        “The user accounts that will be locked to this kiosk configuration. This collection can contain a maximum of 100 elements.”
        Parameters:
        userAccountsConfiguration - value of userAccountsConfiguration property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userAccountsConfigurationNextLink

        public WindowsKioskProfile.Builder userAccountsConfigurationNextLink​(String userAccountsConfigurationNextLink)
        “The user accounts that will be locked to this kiosk configuration. This collection can contain a maximum of 100 elements.”
        Parameters:
        userAccountsConfigurationNextLink - value of userAccountsConfiguration@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)