Uses of Class
odata.msgraph.client.beta.complex.ManagedDeviceCleanupSettings
-
Packages that use ManagedDeviceCleanupSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ManagedDeviceCleanupSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ManagedDeviceCleanupSettings Modifier and Type Method Description ManagedDeviceCleanupSettingsManagedDeviceCleanupSettings.Builder. build()ManagedDeviceCleanupSettingsManagedDeviceCleanupSettings. withDeviceInactivityBeforeRetirementInDays(String deviceInactivityBeforeRetirementInDays)Returns an immutable copy ofthiswith just thedeviceInactivityBeforeRetirementInDaysfield changed.ManagedDeviceCleanupSettingsManagedDeviceCleanupSettings. withUnmappedField(String name, String value) -
Uses of ManagedDeviceCleanupSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ManagedDeviceCleanupSettings Modifier and Type Field Description protected ManagedDeviceCleanupSettingsDeviceManagement. managedDeviceCleanupSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedDeviceCleanupSettings Modifier and Type Method Description Optional<ManagedDeviceCleanupSettings>DeviceManagement. getManagedDeviceCleanupSettings()“Device cleanup rule”Methods in odata.msgraph.client.beta.entity with parameters of type ManagedDeviceCleanupSettings Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. managedDeviceCleanupSettings(ManagedDeviceCleanupSettings managedDeviceCleanupSettings)“Device cleanup rule”DeviceManagementDeviceManagement. withManagedDeviceCleanupSettings(ManagedDeviceCleanupSettings managedDeviceCleanupSettings)Returns an immutable copy ofthiswith just themanagedDeviceCleanupSettingsfield changed.
-