Uses of Enum
com.microsoft.graph.models.Win32LobAppMsiPackageType
Packages that use Win32LobAppMsiPackageType
-
Uses of Win32LobAppMsiPackageType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return Win32LobAppMsiPackageTypeModifier and TypeMethodDescriptionstatic Win32LobAppMsiPackageTypeWin32LobAppMsiInformation.getPackageType()Gets the packageType property value.static Win32LobAppMsiPackageTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type Win32LobAppMsiPackageTypeModifier and TypeMethodDescriptionvoidWin32LobAppMsiInformation.setPackageType(Win32LobAppMsiPackageType value) Sets the packageType property value.