Uses of Class
odata.msgraph.client.complex.DeviceManagementSettings
-
Packages that use DeviceManagementSettings Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceManagementSettings in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DeviceManagementSettings Modifier and Type Method Description DeviceManagementSettingsDeviceManagementSettings.Builder. build()DeviceManagementSettingsDeviceManagementSettings. withDeviceComplianceCheckinThresholdDays(Integer deviceComplianceCheckinThresholdDays)Returns an immutable copy ofthiswith just thedeviceComplianceCheckinThresholdDaysfield changed.DeviceManagementSettingsDeviceManagementSettings. withIsScheduledActionEnabled(Boolean isScheduledActionEnabled)Returns an immutable copy ofthiswith just theisScheduledActionEnabledfield changed.DeviceManagementSettingsDeviceManagementSettings. withSecureByDefault(Boolean secureByDefault)Returns an immutable copy ofthiswith just thesecureByDefaultfield changed.DeviceManagementSettingsDeviceManagementSettings. withUnmappedField(String name, Object value) -
Uses of DeviceManagementSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementSettings Modifier and Type Field Description protected DeviceManagementSettingsDeviceManagement. settingsMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementSettings Modifier and Type Method Description Optional<DeviceManagementSettings>DeviceManagement. getSettings()“Account level settings.”Methods in odata.msgraph.client.entity with parameters of type DeviceManagementSettings Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. settings(DeviceManagementSettings settings)“Account level settings.”DeviceManagementDeviceManagement. withSettings(DeviceManagementSettings settings)Returns an immutable copy ofthiswith just thesettingsfield changed.
-