Uses of Class
odata.msgraph.client.enums.WindowsArchitecture
-
Packages that use WindowsArchitecture Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsArchitecture in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsArchitecture Modifier and Type Field Description protected WindowsArchitectureWin32LobApp. applicableArchitecturesprotected WindowsArchitectureWindowsAppX. applicableArchitecturesprotected WindowsArchitectureWindowsUniversalAppX. applicableArchitecturesMethods in odata.msgraph.client.entity that return types with arguments of type WindowsArchitecture Modifier and Type Method Description Optional<WindowsArchitecture>Win32LobApp. getApplicableArchitectures()“The Windows architecture(s) for which this app can run on.”Optional<WindowsArchitecture>WindowsAppX. getApplicableArchitectures()“The Windows architecture(s) on which this app can run.Optional<WindowsArchitecture>WindowsUniversalAppX. getApplicableArchitectures()“The Windows architecture(s) for which this app can run on.Methods in odata.msgraph.client.entity with parameters of type WindowsArchitecture Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. applicableArchitectures(WindowsArchitecture applicableArchitectures)“The Windows architecture(s) for which this app can run on.”WindowsAppX.BuilderWindowsAppX.Builder. applicableArchitectures(WindowsArchitecture applicableArchitectures)“The Windows architecture(s) on which this app can run.WindowsUniversalAppX.BuilderWindowsUniversalAppX.Builder. applicableArchitectures(WindowsArchitecture applicableArchitectures)“The Windows architecture(s) for which this app can run on.Win32LobAppWin32LobApp. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed.WindowsAppXWindowsAppX. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed.WindowsUniversalAppXWindowsUniversalAppX. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed. -
Uses of WindowsArchitecture in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsArchitecture Modifier and Type Method Description static WindowsArchitectureWindowsArchitecture. valueOf(String name)Returns 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.
-