Package odata.msgraph.client.complex
Class DeviceOperatingSystemSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.DeviceOperatingSystemSummary.Builder
-
- Enclosing class:
- DeviceOperatingSystemSummary
public static final class DeviceOperatingSystemSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceOperatingSystemSummary.BuilderandroidCount(Integer androidCount)“Number of android device count.”DeviceOperatingSystemSummarybuild()DeviceOperatingSystemSummary.BuilderiosCount(Integer iosCount)“Number of iOS device count.”DeviceOperatingSystemSummary.BuildermacOSCount(Integer macOSCount)“Number of Mac OS X device count.”DeviceOperatingSystemSummary.BuilderunknownCount(Integer unknownCount)“Number of unknown device count.”DeviceOperatingSystemSummary.BuilderwindowsCount(Integer windowsCount)“Number of Windows device count.”DeviceOperatingSystemSummary.BuilderwindowsMobileCount(Integer windowsMobileCount)“Number of Windows mobile device count.”
-
-
-
Method Detail
-
androidCount
public DeviceOperatingSystemSummary.Builder androidCount(Integer androidCount)
“Number of android device count.”- Parameters:
androidCount- value ofandroidCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
iosCount
public DeviceOperatingSystemSummary.Builder iosCount(Integer iosCount)
“Number of iOS device count.”- Parameters:
iosCount- value ofiosCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
macOSCount
public DeviceOperatingSystemSummary.Builder macOSCount(Integer macOSCount)
“Number of Mac OS X device count.”- Parameters:
macOSCount- value ofmacOSCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unknownCount
public DeviceOperatingSystemSummary.Builder unknownCount(Integer unknownCount)
“Number of unknown device count.”- Parameters:
unknownCount- value ofunknownCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
windowsCount
public DeviceOperatingSystemSummary.Builder windowsCount(Integer windowsCount)
“Number of Windows device count.”- Parameters:
windowsCount- value ofwindowsCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
windowsMobileCount
public DeviceOperatingSystemSummary.Builder windowsMobileCount(Integer windowsMobileCount)
“Number of Windows mobile device count.”- Parameters:
windowsMobileCount- value ofwindowsMobileCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceOperatingSystemSummary build()
-
-