public static final class Win32LobAppMsiInformation.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppMsiInformation |
build() |
Win32LobAppMsiInformation.Builder |
packageType(Win32LobAppMsiPackageType packageType)
“The MSI package type.”
|
Win32LobAppMsiInformation.Builder |
productCode(String productCode)
“The MSI product code.”
|
Win32LobAppMsiInformation.Builder |
productName(String productName)
“The MSI product name.”
|
Win32LobAppMsiInformation.Builder |
productVersion(String productVersion)
“The MSI product version.”
|
Win32LobAppMsiInformation.Builder |
publisher(String publisher)
“The MSI publisher.”
|
Win32LobAppMsiInformation.Builder |
requiresReboot(Boolean requiresReboot)
“Whether the MSI app requires the machine to reboot to complete installation.”
|
Win32LobAppMsiInformation.Builder |
upgradeCode(String upgradeCode)
“The MSI upgrade code.”
|
public Win32LobAppMsiInformation.Builder productCode(String productCode)
productCode - value of productCode property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation.Builder productVersion(String productVersion)
productVersion - value of productVersion property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation.Builder upgradeCode(String upgradeCode)
upgradeCode - value of upgradeCode property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation.Builder requiresReboot(Boolean requiresReboot)
requiresReboot - value of requiresReboot property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation.Builder packageType(Win32LobAppMsiPackageType packageType)
packageType - value of packageType property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation.Builder productName(String productName)
productName - value of productName property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation.Builder publisher(String publisher)
publisher - value of publisher property (as defined in service metadata)this (for method chaining)public Win32LobAppMsiInformation build()
Copyright © 2018–2020. All rights reserved.