| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsKioskAppType |
WindowsKioskAppBase.appType |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsKioskAppType> |
WindowsKioskAppBase.getAppType()
“The app type”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskDesktopApp.Builder |
WindowsKioskDesktopApp.Builder.appType(WindowsKioskAppType appType) |
WindowsKioskUWPApp.Builder |
WindowsKioskUWPApp.Builder.appType(WindowsKioskAppType appType) |
WindowsKioskAppBase |
WindowsKioskAppBase.withAppType(WindowsKioskAppType appType)
Returns an immutable copy of
this with just the appType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskAppType |
WindowsKioskAppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsKioskAppType[] |
WindowsKioskAppType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.