Package odata.msgraph.client.complex
Class UserExperienceAnalyticsWindows10DevicesSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.UserExperienceAnalyticsWindows10DevicesSummary.Builder
-
- Enclosing class:
- UserExperienceAnalyticsWindows10DevicesSummary
public static final class UserExperienceAnalyticsWindows10DevicesSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExperienceAnalyticsWindows10DevicesSummarybuild()UserExperienceAnalyticsWindows10DevicesSummary.BuilderunsupportedOSversionDeviceCount(Integer unsupportedOSversionDeviceCount)“The count of Windows 10 devices that have unsupported OS versions.
-
-
-
Method Detail
-
unsupportedOSversionDeviceCount
public UserExperienceAnalyticsWindows10DevicesSummary.Builder unsupportedOSversionDeviceCount(Integer unsupportedOSversionDeviceCount)
“The count of Windows 10 devices that have unsupported OS versions. Read-only.”- Parameters:
unsupportedOSversionDeviceCount- value ofunsupportedOSversionDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsWindows10DevicesSummary build()
-
-