Uses of Class
odata.msgraph.client.beta.complex.WindowsKioskUser
-
Packages that use WindowsKioskUser Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsKioskUser in odata.msgraph.client.beta.complex
Subclasses of WindowsKioskUser in odata.msgraph.client.beta.complex Modifier and Type Class Description classWindowsKioskActiveDirectoryGroup“The class used to identify an Azure Directory group for the kiosk configuration”classWindowsKioskAutologon“The class used to identify an autologon kiosk configuration”classWindowsKioskAzureADGroup“The class used to identify an AzureAD group for the kiosk configuration”classWindowsKioskAzureADUser“The class used to identify an AzureAD user account for the kiosk configuration”classWindowsKioskLocalGroup“The class used to identify a local group for the kiosk configuration”classWindowsKioskLocalUser“The class used to identify a local account for the kiosk configuration”classWindowsKioskVisitor“The class used to identify a visitor kiosk account”Fields in odata.msgraph.client.beta.complex with type parameters of type WindowsKioskUser Modifier and Type Field Description protected List<WindowsKioskUser>WindowsKioskProfile. userAccountsConfigurationMethods in odata.msgraph.client.beta.complex that return WindowsKioskUser Modifier and Type Method Description WindowsKioskUserWindowsKioskUser. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsKioskUser Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser>WindowsKioskProfile. getUserAccountsConfiguration()“The user accounts that will be locked to this kiosk configuration.com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser>WindowsKioskProfile. getUserAccountsConfiguration(com.github.davidmoten.odata.client.HttpRequestOptions options)“The user accounts that will be locked to this kiosk configuration.Methods in odata.msgraph.client.beta.complex with parameters of type WindowsKioskUser Modifier and Type Method Description WindowsKioskProfile.BuilderWindowsKioskProfile.Builder. userAccountsConfiguration(WindowsKioskUser... userAccountsConfiguration)“The user accounts that will be locked to this kiosk configuration.Method parameters in odata.msgraph.client.beta.complex with type arguments of type WindowsKioskUser Modifier and Type Method Description WindowsKioskProfile.BuilderWindowsKioskProfile.Builder. userAccountsConfiguration(List<WindowsKioskUser> userAccountsConfiguration)“The user accounts that will be locked to this kiosk configuration.
-