Uses of Class
odata.msgraph.client.beta.enums.WindowsDeviceUsageType
-
Packages that use WindowsDeviceUsageType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsDeviceUsageType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsDeviceUsageType Modifier and Type Field Description protected WindowsDeviceUsageTypeOutOfBoxExperienceSettings. deviceUsageTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsDeviceUsageType Modifier and Type Method Description Optional<WindowsDeviceUsageType>OutOfBoxExperienceSettings. getDeviceUsageType()“AAD join authentication type”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsDeviceUsageType Modifier and Type Method Description OutOfBoxExperienceSettings.BuilderOutOfBoxExperienceSettings.Builder. deviceUsageType(WindowsDeviceUsageType deviceUsageType)“AAD join authentication type”OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withDeviceUsageType(WindowsDeviceUsageType deviceUsageType)Returns an immutable copy ofthiswith just thedeviceUsageTypefield changed. -
Uses of WindowsDeviceUsageType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsDeviceUsageType Modifier and Type Method Description static WindowsDeviceUsageTypeWindowsDeviceUsageType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsDeviceUsageType[]WindowsDeviceUsageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-