Uses of Class
odata.msgraph.client.beta.enums.Windows10DeviceModeType
-
Packages that use Windows10DeviceModeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Windows10DeviceModeType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Windows10DeviceModeType Modifier and Type Field Description protected Windows10DeviceModeTypeDeviceManagementApplicabilityRuleDeviceMode. deviceModeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Windows10DeviceModeType Modifier and Type Method Description Optional<Windows10DeviceModeType>DeviceManagementApplicabilityRuleDeviceMode. getDeviceMode()“Applicability rule for device mode.”Methods in odata.msgraph.client.beta.complex with parameters of type Windows10DeviceModeType Modifier and Type Method Description DeviceManagementApplicabilityRuleDeviceMode.BuilderDeviceManagementApplicabilityRuleDeviceMode.Builder. deviceMode(Windows10DeviceModeType deviceMode)“Applicability rule for device mode.”DeviceManagementApplicabilityRuleDeviceModeDeviceManagementApplicabilityRuleDeviceMode. withDeviceMode(Windows10DeviceModeType deviceMode)Returns an immutable copy ofthiswith just thedeviceModefield changed. -
Uses of Windows10DeviceModeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Windows10DeviceModeType Modifier and Type Method Description static Windows10DeviceModeTypeWindows10DeviceModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Windows10DeviceModeType[]Windows10DeviceModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-