Class Win32LobAppMsiInformation.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppMsiInformation.Builder
-
- Enclosing class:
- Win32LobAppMsiInformation
public static final class Win32LobAppMsiInformation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppMsiInformationbuild()Win32LobAppMsiInformation.BuilderpackageType(Win32LobAppMsiPackageType packageType)“The MSI package type.”Win32LobAppMsiInformation.BuilderproductCode(String productCode)“The MSI product code.”Win32LobAppMsiInformation.BuilderproductName(String productName)“The MSI product name.”Win32LobAppMsiInformation.BuilderproductVersion(String productVersion)“The MSI product version.”Win32LobAppMsiInformation.Builderpublisher(String publisher)“The MSI publisher.”Win32LobAppMsiInformation.BuilderrequiresReboot(Boolean requiresReboot)“Whether the MSI app requires the machine to reboot to complete installation.”Win32LobAppMsiInformation.BuilderupgradeCode(String upgradeCode)“The MSI upgrade code.”
-
-
-
Method Detail
-
packageType
public Win32LobAppMsiInformation.Builder packageType(Win32LobAppMsiPackageType packageType)
“The MSI package type.”- Parameters:
packageType- value ofpackageTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
productCode
public Win32LobAppMsiInformation.Builder productCode(String productCode)
“The MSI product code.”- Parameters:
productCode- value ofproductCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
productName
public Win32LobAppMsiInformation.Builder productName(String productName)
“The MSI product name.”- Parameters:
productName- value ofproductNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
productVersion
public Win32LobAppMsiInformation.Builder productVersion(String productVersion)
“The MSI product version.”- Parameters:
productVersion- value ofproductVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
publisher
public Win32LobAppMsiInformation.Builder publisher(String publisher)
“The MSI publisher.”- Parameters:
publisher- value ofpublisherproperty (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 ofrequiresRebootproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
upgradeCode
public Win32LobAppMsiInformation.Builder upgradeCode(String upgradeCode)
“The MSI upgrade code.”- Parameters:
upgradeCode- value ofupgradeCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppMsiInformation build()
-
-