| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Win32LobAppMsiPackageType |
Win32LobAppMsiInformation.packageType |
| Modifier and Type | Method and Description |
|---|---|
Optional<Win32LobAppMsiPackageType> |
Win32LobAppMsiInformation.getPackageType()
“The MSI package type.”
|
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppMsiInformation.Builder |
Win32LobAppMsiInformation.Builder.packageType(Win32LobAppMsiPackageType packageType)
“The MSI package type.”
|
Win32LobAppMsiInformation |
Win32LobAppMsiInformation.withPackageType(Win32LobAppMsiPackageType packageType)
Returns an immutable copy of
this with just the packageType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppMsiPackageType |
Win32LobAppMsiPackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppMsiPackageType[] |
Win32LobAppMsiPackageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.