| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsDeviceType |
WindowsUniversalAppX.applicableDeviceTypes |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsDeviceType> |
WindowsUniversalAppX.getApplicableDeviceTypes()
“The Windows device type(s) for which this app can run on.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsUniversalAppX.Builder |
WindowsUniversalAppX.Builder.applicableDeviceTypes(WindowsDeviceType applicableDeviceTypes)
“The Windows device type(s) for which this app can run on.”
|
WindowsUniversalAppX |
WindowsUniversalAppX.withApplicableDeviceTypes(WindowsDeviceType applicableDeviceTypes)
Returns an immutable copy of
this with just the applicableDeviceTypes field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsDeviceType |
WindowsDeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsDeviceType[] |
WindowsDeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.