Uses of Class
odata.msgraph.client.beta.enums.WindowsEdgeKioskType
-
Packages that use WindowsEdgeKioskType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsEdgeKioskType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsEdgeKioskType Modifier and Type Field Description protected WindowsEdgeKioskTypeWindowsKioskWin32App. edgeKioskTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsEdgeKioskType Modifier and Type Method Description Optional<WindowsEdgeKioskType>WindowsKioskWin32App. getEdgeKioskType()“Edge kiosk type for Edge kiosk mode”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsEdgeKioskType Modifier and Type Method Description WindowsKioskWin32App.BuilderWindowsKioskWin32App.Builder. edgeKioskType(WindowsEdgeKioskType edgeKioskType)“Edge kiosk type for Edge kiosk mode”WindowsKioskWin32AppWindowsKioskWin32App. withEdgeKioskType(WindowsEdgeKioskType edgeKioskType)Returns an immutable copy ofthiswith just theedgeKioskTypefield changed. -
Uses of WindowsEdgeKioskType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsEdgeKioskType Modifier and Type Method Description static WindowsEdgeKioskTypeWindowsEdgeKioskType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsEdgeKioskType[]WindowsEdgeKioskType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-