Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementConfigurationControlType
-
Packages that use DeviceManagementConfigurationControlType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementConfigurationControlType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementConfigurationControlType Modifier and Type Field Description protected DeviceManagementConfigurationControlTypeDeviceManagementConfigurationSettingDefinition. uxBehaviorMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementConfigurationControlType Modifier and Type Method Description Optional<DeviceManagementConfigurationControlType>DeviceManagementConfigurationSettingDefinition. getUxBehavior()“Setting control type representation in the UX” -
Uses of DeviceManagementConfigurationControlType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementConfigurationControlType Modifier and Type Method Description static DeviceManagementConfigurationControlTypeDeviceManagementConfigurationControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementConfigurationControlType[]DeviceManagementConfigurationControlType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-