Class Win32LobAppMsiInformation.Builder

    • Method Detail

      • productCode

        public Win32LobAppMsiInformation.Builder productCode​(String productCode)
        “The MSI product code.”
        Parameters:
        productCode - value of productCode property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • productName

        public Win32LobAppMsiInformation.Builder productName​(String productName)
        “The MSI product name.”
        Parameters:
        productName - value of productName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • productVersion

        public Win32LobAppMsiInformation.Builder productVersion​(String productVersion)
        “The MSI product version.”
        Parameters:
        productVersion - value of productVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • publisher

        public Win32LobAppMsiInformation.Builder publisher​(String publisher)
        “The MSI publisher.”
        Parameters:
        publisher - value of publisher property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • requiresReboot

        public Win32LobAppMsiInformation.Builder requiresReboot​(Boolean requiresReboot)
        “Whether the MSI app requires the machine to reboot to complete installation.”
        Parameters:
        requiresReboot - value of requiresReboot property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • upgradeCode

        public Win32LobAppMsiInformation.Builder upgradeCode​(String upgradeCode)
        “The MSI upgrade code.”
        Parameters:
        upgradeCode - value of upgradeCode property (as defined in service metadata)
        Returns:
        this (for method chaining)