Uses of Class
odata.msgraph.client.beta.complex.WindowsKioskAppBase
-
Packages that use WindowsKioskAppBase Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsKioskAppBase in odata.msgraph.client.beta.complex
Subclasses of WindowsKioskAppBase in odata.msgraph.client.beta.complex Modifier and Type Class Description classWindowsKioskDesktopApp“The base class for a type of apps”classWindowsKioskUWPApp“The base class for a type of apps”classWindowsKioskWin32App“KioskModeApp v4 for Win32 app support”Fields in odata.msgraph.client.beta.complex with type parameters of type WindowsKioskAppBase Modifier and Type Field Description protected List<WindowsKioskAppBase>WindowsKioskMultipleApps. appsMethods in odata.msgraph.client.beta.complex that return WindowsKioskAppBase Modifier and Type Method Description WindowsKioskAppBaseWindowsKioskAppBase. withAppType(WindowsKioskAppType appType)Returns an immutable copy ofthiswith just theappTypefield changed.WindowsKioskAppBaseWindowsKioskAppBase. withAutoLaunch(Boolean autoLaunch)Returns an immutable copy ofthiswith just theautoLaunchfield changed.WindowsKioskAppBaseWindowsKioskAppBase. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.WindowsKioskAppBaseWindowsKioskAppBase. withStartLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)Returns an immutable copy ofthiswith just thestartLayoutTileSizefield changed.WindowsKioskAppBaseWindowsKioskAppBase. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsKioskAppBase Modifier and Type Method 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.Methods in odata.msgraph.client.beta.complex with parameters of type WindowsKioskAppBase Modifier and Type Method Description WindowsKioskMultipleApps.BuilderWindowsKioskMultipleApps.Builder. apps(WindowsKioskAppBase... apps)“These are the only Windows Store Apps that will be available to launch from the Start menu.Method parameters in odata.msgraph.client.beta.complex with type arguments of type WindowsKioskAppBase Modifier and Type Method Description WindowsKioskMultipleApps.BuilderWindowsKioskMultipleApps.Builder. apps(List<WindowsKioskAppBase> apps)“These are the only Windows Store Apps that will be available to launch from the Start menu.
-