Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementConfigurationDeviceMode
-
Packages that use DeviceManagementConfigurationDeviceMode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementConfigurationDeviceMode in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceManagementConfigurationDeviceMode Modifier and Type Field Description protected DeviceManagementConfigurationDeviceModeDeviceManagementConfigurationSettingApplicability. deviceModeMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementConfigurationDeviceMode Modifier and Type Method Description Optional<DeviceManagementConfigurationDeviceMode>DeviceManagementConfigurationSettingApplicability. getDeviceMode()“Device Mode that setting can be applied on” -
Uses of DeviceManagementConfigurationDeviceMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementConfigurationDeviceMode Modifier and Type Method Description static DeviceManagementConfigurationDeviceModeDeviceManagementConfigurationDeviceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementConfigurationDeviceMode[]DeviceManagementConfigurationDeviceMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-