Uses of Class
odata.msgraph.client.complex.DeviceOperatingSystemSummary
-
Packages that use DeviceOperatingSystemSummary Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceOperatingSystemSummary in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DeviceOperatingSystemSummary Modifier and Type Method Description DeviceOperatingSystemSummaryDeviceOperatingSystemSummary.Builder. build()DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withAndroidCount(Integer androidCount)Returns an immutable copy ofthiswith just theandroidCountfield changed.DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withIosCount(Integer iosCount)Returns an immutable copy ofthiswith just theiosCountfield changed.DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withMacOSCount(Integer macOSCount)Returns an immutable copy ofthiswith just themacOSCountfield changed.DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withUnknownCount(Integer unknownCount)Returns an immutable copy ofthiswith just theunknownCountfield changed.DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withUnmappedField(String name, String value)DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withWindowsCount(Integer windowsCount)Returns an immutable copy ofthiswith just thewindowsCountfield changed.DeviceOperatingSystemSummaryDeviceOperatingSystemSummary. withWindowsMobileCount(Integer windowsMobileCount)Returns an immutable copy ofthiswith just thewindowsMobileCountfield changed. -
Uses of DeviceOperatingSystemSummary in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceOperatingSystemSummary Modifier and Type Field Description protected DeviceOperatingSystemSummaryManagedDeviceOverview. deviceOperatingSystemSummaryMethods in odata.msgraph.client.entity that return types with arguments of type DeviceOperatingSystemSummary Modifier and Type Method Description Optional<DeviceOperatingSystemSummary>ManagedDeviceOverview. getDeviceOperatingSystemSummary()“Device operating system summary.”Methods in odata.msgraph.client.entity with parameters of type DeviceOperatingSystemSummary Modifier and Type Method Description ManagedDeviceOverview.BuilderManagedDeviceOverview.Builder. deviceOperatingSystemSummary(DeviceOperatingSystemSummary deviceOperatingSystemSummary)“Device operating system summary.”ManagedDeviceOverviewManagedDeviceOverview. withDeviceOperatingSystemSummary(DeviceOperatingSystemSummary deviceOperatingSystemSummary)Returns an immutable copy ofthiswith just thedeviceOperatingSystemSummaryfield changed.
-