| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsArchitecture |
WindowsPackageInformation.applicableArchitecture |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsArchitecture> |
WindowsPackageInformation.getApplicableArchitecture()
“The Windows architecture for which this app can run on.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsPackageInformation.Builder |
WindowsPackageInformation.Builder.applicableArchitecture(WindowsArchitecture applicableArchitecture)
“The Windows architecture for which this app can run on.”
|
WindowsPackageInformation |
WindowsPackageInformation.withApplicableArchitecture(WindowsArchitecture applicableArchitecture)
Returns an immutable copy of
this with just the applicableArchitecture field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsArchitecture |
WindowsUniversalAppX.applicableArchitectures |
protected WindowsArchitecture |
Win32LobApp.applicableArchitectures |
protected WindowsArchitecture |
WindowsPhone81AppX.applicableArchitectures |
protected WindowsArchitecture |
WindowsAppX.applicableArchitectures |
protected WindowsArchitecture |
OfficeSuiteApp.officePlatformArchitecture |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsArchitecture> |
WindowsUniversalAppX.getApplicableArchitectures()
“The Windows architecture(s) for which this app can run on.”
|
Optional<WindowsArchitecture> |
Win32LobApp.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> |
WindowsAppX.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.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsPhone81AppXBundle.Builder |
WindowsPhone81AppXBundle.Builder.applicableArchitectures(WindowsArchitecture applicableArchitectures) |
WindowsUniversalAppX.Builder |
WindowsUniversalAppX.Builder.applicableArchitectures(WindowsArchitecture applicableArchitectures)
“The Windows architecture(s) for which this app can run on.”
|
Win32LobApp.Builder |
Win32LobApp.Builder.applicableArchitectures(WindowsArchitecture applicableArchitectures)
“The Windows architecture(s) for which this app can run on.”
|
WindowsPhone81AppX.Builder |
WindowsPhone81AppX.Builder.applicableArchitectures(WindowsArchitecture applicableArchitectures)
“The Windows architecture(s) for which this app can run on.”
|
WindowsAppX.Builder |
WindowsAppX.Builder.applicableArchitectures(WindowsArchitecture applicableArchitectures)
“The Windows architecture(s) for which this app can run on.”
|
OfficeSuiteApp.Builder |
OfficeSuiteApp.Builder.officePlatformArchitecture(WindowsArchitecture officePlatformArchitecture)
“The property to represent the Office365 app suite version.”
|
WindowsUniversalAppX |
WindowsUniversalAppX.withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
Win32LobApp |
Win32LobApp.withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
WindowsPhone81AppX |
WindowsPhone81AppX.withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
WindowsAppX |
WindowsAppX.withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
OfficeSuiteApp |
OfficeSuiteApp.withOfficePlatformArchitecture(WindowsArchitecture officePlatformArchitecture)
Returns an immutable copy of
this with just the officePlatformArchitecture field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsArchitecture |
WindowsArchitecture.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.
|
Copyright © 2018–2020. All rights reserved.