Uses of Class
odata.msgraph.client.beta.complex.WindowsKioskAppConfiguration
-
Packages that use WindowsKioskAppConfiguration Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsKioskAppConfiguration in odata.msgraph.client.beta.complex
Subclasses of WindowsKioskAppConfiguration in odata.msgraph.client.beta.complex Modifier and Type Class Description classWindowsKioskMultipleApps“The class used to identify the MultiMode app configuration for the kiosk configuration”classWindowsKioskSingleUWPApp“The class used to identify the UWP app info for the kiosk configuration”classWindowsKioskSingleWin32App“The class used to identify the single app configuration for the kiosk win32 configuration”Fields in odata.msgraph.client.beta.complex declared as WindowsKioskAppConfiguration Modifier and Type Field Description protected WindowsKioskAppConfigurationWindowsKioskProfile. appConfigurationMethods in odata.msgraph.client.beta.complex that return WindowsKioskAppConfiguration Modifier and Type Method Description WindowsKioskAppConfigurationWindowsKioskAppConfiguration. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsKioskAppConfiguration Modifier and Type Method Description Optional<WindowsKioskAppConfiguration>WindowsKioskProfile. getAppConfiguration()“The App configuration that will be used for this kiosk configuration.”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsKioskAppConfiguration Modifier and Type Method Description WindowsKioskProfile.BuilderWindowsKioskProfile.Builder. appConfiguration(WindowsKioskAppConfiguration appConfiguration)“The App configuration that will be used for this kiosk configuration.”WindowsKioskProfileWindowsKioskProfile. withAppConfiguration(WindowsKioskAppConfiguration appConfiguration)Returns an immutable copy ofthiswith just theappConfigurationfield changed.
-