public static final class DeviceOperatingSystemSummary.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceOperatingSystemSummary.Builder |
androidCorporateWorkProfileCount(Integer androidCorporateWorkProfileCount)
“The count of Corporate work profile Android devices.
|
DeviceOperatingSystemSummary.Builder |
androidCount(Integer androidCount)
“Number of android device count.”
|
DeviceOperatingSystemSummary.Builder |
androidDedicatedCount(Integer androidDedicatedCount)
“Number of dedicated Android devices.”
|
DeviceOperatingSystemSummary.Builder |
androidDeviceAdminCount(Integer androidDeviceAdminCount)
“Number of device admin Android devices.”
|
DeviceOperatingSystemSummary.Builder |
androidFullyManagedCount(Integer androidFullyManagedCount)
“Number of fully managed Android devices.”
|
DeviceOperatingSystemSummary.Builder |
androidWorkProfileCount(Integer androidWorkProfileCount)
“Number of work profile Android devices.”
|
DeviceOperatingSystemSummary |
build() |
DeviceOperatingSystemSummary.Builder |
configMgrDeviceCount(Integer configMgrDeviceCount)
“Number of ConfigMgr managed devices.”
|
DeviceOperatingSystemSummary.Builder |
iosCount(Integer iosCount)
“Number of iOS device count.”
|
DeviceOperatingSystemSummary.Builder |
macOSCount(Integer macOSCount)
“Number of Mac OS X device count.”
|
DeviceOperatingSystemSummary.Builder |
unknownCount(Integer unknownCount)
“Number of unknown device count.”
|
DeviceOperatingSystemSummary.Builder |
windowsCount(Integer windowsCount)
“Number of Windows device count.”
|
DeviceOperatingSystemSummary.Builder |
windowsMobileCount(Integer windowsMobileCount)
“Number of Windows mobile device count.”
|
public DeviceOperatingSystemSummary.Builder androidCount(Integer androidCount)
androidCount - value of androidCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder iosCount(Integer iosCount)
iosCount - value of iosCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder macOSCount(Integer macOSCount)
macOSCount - value of macOSCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder windowsMobileCount(Integer windowsMobileCount)
windowsMobileCount - value of windowsMobileCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder windowsCount(Integer windowsCount)
windowsCount - value of windowsCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder unknownCount(Integer unknownCount)
unknownCount - value of unknownCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder androidDedicatedCount(Integer androidDedicatedCount)
androidDedicatedCount - value of androidDedicatedCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder androidDeviceAdminCount(Integer androidDeviceAdminCount)
androidDeviceAdminCount - value of androidDeviceAdminCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder androidFullyManagedCount(Integer androidFullyManagedCount)
androidFullyManagedCount - value of androidFullyManagedCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder androidWorkProfileCount(Integer androidWorkProfileCount)
androidWorkProfileCount - value of androidWorkProfileCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder androidCorporateWorkProfileCount(Integer androidCorporateWorkProfileCount)
androidCorporateWorkProfileCount - value of androidCorporateWorkProfileCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary.Builder configMgrDeviceCount(Integer configMgrDeviceCount)
configMgrDeviceCount - value of configMgrDeviceCount property (as defined in service metadata)this (for method chaining)public DeviceOperatingSystemSummary build()
Copyright © 2018–2020. All rights reserved.