| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsKioskDesktopApp
“The base class for a type of apps”
|
class |
WindowsKioskUWPApp
“The base class for a type of apps”
|
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsKioskAppBase> |
WindowsKioskMultipleApps.apps |
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskAppBase |
WindowsKioskAppBase.withAppType(WindowsKioskAppType appType)
Returns an immutable copy of
this with just the appType field
changed. |
WindowsKioskAppBase |
WindowsKioskAppBase.withAutoLaunch(Boolean autoLaunch)
Returns an immutable copy of
this with just the autoLaunch field
changed. |
WindowsKioskAppBase |
WindowsKioskAppBase.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
WindowsKioskAppBase |
WindowsKioskAppBase.withStartLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)
Returns an immutable copy of
this with just the startLayoutTileSize field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskAppBase> |
WindowsKioskMultipleApps.getApps()
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskAppBase> |
WindowsKioskMultipleApps.getApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.apps(WindowsKioskAppBase... apps)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.apps(List<WindowsKioskAppBase> apps)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
Copyright © 2018–2020. All rights reserved.