Uses of Class
odata.msgraph.client.beta.enums.WindowsKioskAppType
-
Packages that use WindowsKioskAppType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsKioskAppType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsKioskAppType Modifier and Type Field Description protected WindowsKioskAppTypeWindowsKioskAppBase. appTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsKioskAppType Modifier and Type Method Description Optional<WindowsKioskAppType>WindowsKioskAppBase. getAppType()“The app type”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsKioskAppType Modifier and Type Method Description WindowsKioskDesktopApp.BuilderWindowsKioskDesktopApp.Builder. appType(WindowsKioskAppType appType)WindowsKioskUWPApp.BuilderWindowsKioskUWPApp.Builder. appType(WindowsKioskAppType appType)WindowsKioskWin32App.BuilderWindowsKioskWin32App.Builder. appType(WindowsKioskAppType appType)WindowsKioskAppBaseWindowsKioskAppBase. withAppType(WindowsKioskAppType appType)Returns an immutable copy ofthiswith just theappTypefield changed. -
Uses of WindowsKioskAppType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsKioskAppType Modifier and Type Method Description static WindowsKioskAppTypeWindowsKioskAppType. 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.
-