Uses of Class
odata.msgraph.client.beta.enums.WindowsArchitecture
-
Packages that use WindowsArchitecture Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsArchitecture in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsArchitecture Modifier and Type Field Description protected WindowsArchitectureWindowsPackageInformation. applicableArchitectureMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsArchitecture Modifier and Type Method Description Optional<WindowsArchitecture>WindowsPackageInformation. getApplicableArchitecture()“The Windows architecture for which this app can run on.”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsArchitecture Modifier and Type Method Description WindowsPackageInformation.BuilderWindowsPackageInformation.Builder. applicableArchitecture(WindowsArchitecture applicableArchitecture)“The Windows architecture for which this app can run on.”WindowsPackageInformationWindowsPackageInformation. withApplicableArchitecture(WindowsArchitecture applicableArchitecture)Returns an immutable copy ofthiswith just theapplicableArchitecturefield changed. -
Uses of WindowsArchitecture in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsArchitecture Modifier and Type Field Description protected WindowsArchitectureWin32LobApp. applicableArchitecturesprotected WindowsArchitectureWindowsAppX. applicableArchitecturesprotected WindowsArchitectureWindowsPhone81AppX. applicableArchitecturesprotected WindowsArchitectureWindowsUniversalAppX. applicableArchitecturesprotected WindowsArchitectureOfficeSuiteApp. officePlatformArchitectureMethods in odata.msgraph.client.beta.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) for which this app can run on.”Optional<WindowsArchitecture>WindowsPhone81AppX. getApplicableArchitectures()“The Windows architecture(s) for which this app can run on.”Optional<WindowsArchitecture>WindowsUniversalAppX. getApplicableArchitectures()“The Windows architecture(s) for which this app can run on.”Optional<WindowsArchitecture>OfficeSuiteApp. getOfficePlatformArchitecture()“The property to represent the Office365 app suite version.”Methods in odata.msgraph.client.beta.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) for which this app can run on.”WindowsPhone81AppX.BuilderWindowsPhone81AppX.Builder. applicableArchitectures(WindowsArchitecture applicableArchitectures)“The Windows architecture(s) for which this app can run on.”WindowsPhone81AppXBundle.BuilderWindowsPhone81AppXBundle.Builder. applicableArchitectures(WindowsArchitecture applicableArchitectures)WindowsUniversalAppX.BuilderWindowsUniversalAppX.Builder. applicableArchitectures(WindowsArchitecture applicableArchitectures)“The Windows architecture(s) for which this app can run on.”OfficeSuiteApp.BuilderOfficeSuiteApp.Builder. officePlatformArchitecture(WindowsArchitecture officePlatformArchitecture)“The property to represent the Office365 app suite version.”Win32LobAppWin32LobApp. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed.WindowsAppXWindowsAppX. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed.WindowsPhone81AppXWindowsPhone81AppX. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed.WindowsUniversalAppXWindowsUniversalAppX. withApplicableArchitectures(WindowsArchitecture applicableArchitectures)Returns an immutable copy ofthiswith just theapplicableArchitecturesfield changed.OfficeSuiteAppOfficeSuiteApp. withOfficePlatformArchitecture(WindowsArchitecture officePlatformArchitecture)Returns an immutable copy ofthiswith just theofficePlatformArchitecturefield changed. -
Uses of WindowsArchitecture in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-