Uses of Enum
com.microsoft.graph.models.WindowsArchitecture
Packages that use WindowsArchitecture
-
Uses of WindowsArchitecture in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsArchitectureModifier and TypeMethodDescriptionstatic WindowsArchitecturestatic WindowsArchitectureReturns the enum constant of this type with the specified name.static WindowsArchitecture[]WindowsArchitecture.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type WindowsArchitectureModifier and TypeMethodDescriptionWin32LobApp.getAllowedArchitectures()Gets the allowedArchitectures property value.Win32LobApp.getApplicableArchitectures()Gets the applicableArchitectures property value.WindowsAppX.getApplicableArchitectures()Gets the applicableArchitectures property value.WindowsUniversalAppX.getApplicableArchitectures()Gets the applicableArchitectures property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsArchitectureModifier and TypeMethodDescriptionvoidWin32LobApp.setAllowedArchitectures(EnumSet<WindowsArchitecture> value) Sets the allowedArchitectures property value.voidWin32LobApp.setApplicableArchitectures(EnumSet<WindowsArchitecture> value) Sets the applicableArchitectures property value.voidWindowsAppX.setApplicableArchitectures(EnumSet<WindowsArchitecture> value) Sets the applicableArchitectures property value.voidWindowsUniversalAppX.setApplicableArchitectures(EnumSet<WindowsArchitecture> value) Sets the applicableArchitectures property value.