| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.Builder.build() |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withPackageType(Win32LobAppMsiPackageType packageType)
Returns an immutable copy of
this with just the packageType
field changed. |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withProductCode(String productCode)
Returns an immutable copy of
this with just the productCode
field changed. |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withProductName(String productName)
Returns an immutable copy of
this with just the productName
field changed. |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withProductVersion(String productVersion)
Returns an immutable copy of
this with just the productVersion
field changed. |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withRequiresReboot(Boolean requiresReboot)
Returns an immutable copy of
this with just the requiresReboot
field changed. |
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withUpgradeCode(String upgradeCode)
Returns an immutable copy of
this with just the upgradeCode
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected Win32LobAppMsiInformation |
Win32LobApp.msiInformation |
| Modifier and Type | Method and Description |
|---|---|
Optional<Win32LobAppMsiInformation> |
Win32LobApp.getMsiInformation()
“The MSI details if this Win32 app is an MSI app.”
|
| Modifier and Type | Method and Description |
|---|---|
Win32LobApp.Builder |
Win32LobApp.Builder.msiInformation(Win32LobAppMsiInformation msiInformation)
“The MSI details if this Win32 app is an MSI app.”
|
Win32LobApp |
Win32LobApp.withMsiInformation(Win32LobAppMsiInformation msiInformation)
Returns an immutable copy of
this with just the msiInformation
field changed. |
Copyright © 2018–2020. All rights reserved.