Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppMsiPackageType
-
Packages that use Win32LobAppMsiPackageType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppMsiPackageType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppMsiPackageType Modifier and Type Field Description protected Win32LobAppMsiPackageTypeWin32LobAppMsiInformation. packageTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppMsiPackageType Modifier and Type Method Description Optional<Win32LobAppMsiPackageType>Win32LobAppMsiInformation. getPackageType()“The MSI package type.”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppMsiPackageType Modifier and Type Method Description Win32LobAppMsiInformation.BuilderWin32LobAppMsiInformation.Builder. packageType(Win32LobAppMsiPackageType packageType)“The MSI package type.”Win32LobAppMsiInformationWin32LobAppMsiInformation. withPackageType(Win32LobAppMsiPackageType packageType)Returns an immutable copy ofthiswith just thepackageTypefield changed. -
Uses of Win32LobAppMsiPackageType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppMsiPackageType Modifier and Type Method Description static Win32LobAppMsiPackageTypeWin32LobAppMsiPackageType. 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.
-