Uses of Class
odata.msgraph.client.beta.complex.Win32LobAppMsiInformation
-
Packages that use Win32LobAppMsiInformation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Win32LobAppMsiInformation in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Win32LobAppMsiInformation Modifier and Type Method Description Win32LobAppMsiInformationWin32LobAppMsiInformation.Builder. build()Win32LobAppMsiInformationWin32LobAppMsiInformation. withPackageType(Win32LobAppMsiPackageType packageType)Returns an immutable copy ofthiswith just thepackageTypefield changed.Win32LobAppMsiInformationWin32LobAppMsiInformation. withProductCode(String productCode)Returns an immutable copy ofthiswith just theproductCodefield changed.Win32LobAppMsiInformationWin32LobAppMsiInformation. withProductName(String productName)Returns an immutable copy ofthiswith just theproductNamefield changed.Win32LobAppMsiInformationWin32LobAppMsiInformation. withProductVersion(String productVersion)Returns an immutable copy ofthiswith just theproductVersionfield changed.Win32LobAppMsiInformationWin32LobAppMsiInformation. withPublisher(String publisher)Returns an immutable copy ofthiswith just thepublisherfield changed.Win32LobAppMsiInformationWin32LobAppMsiInformation. withRequiresReboot(Boolean requiresReboot)Returns an immutable copy ofthiswith just therequiresRebootfield changed.Win32LobAppMsiInformationWin32LobAppMsiInformation. withUnmappedField(String name, String value)Win32LobAppMsiInformationWin32LobAppMsiInformation. withUpgradeCode(String upgradeCode)Returns an immutable copy ofthiswith just theupgradeCodefield changed. -
Uses of Win32LobAppMsiInformation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Win32LobAppMsiInformation Modifier and Type Field Description protected Win32LobAppMsiInformationWin32LobApp. msiInformationMethods in odata.msgraph.client.beta.entity that return types with arguments of type Win32LobAppMsiInformation Modifier and Type Method Description Optional<Win32LobAppMsiInformation>Win32LobApp. getMsiInformation()“The MSI details if this Win32 app is an MSI app.”Methods in odata.msgraph.client.beta.entity with parameters of type Win32LobAppMsiInformation Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. msiInformation(Win32LobAppMsiInformation msiInformation)“The MSI details if this Win32 app is an MSI app.”Win32LobAppWin32LobApp. withMsiInformation(Win32LobAppMsiInformation msiInformation)Returns an immutable copy ofthiswith just themsiInformationfield changed.
-