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.BuilderandroidCorporateWorkProfileCount(Integer androidCorporateWorkProfileCount)“The count of Corporate work profile Android devices.DeviceOperatingSystemSummary.BuilderandroidCount(Integer androidCount)“Number of android device count.”DeviceOperatingSystemSummary.BuilderandroidDedicatedCount(Integer androidDedicatedCount)“Number of dedicated Android devices.”DeviceOperatingSystemSummary.BuilderandroidDeviceAdminCount(Integer androidDeviceAdminCount)“Number of device admin Android devices.”DeviceOperatingSystemSummary.BuilderandroidFullyManagedCount(Integer androidFullyManagedCount)“Number of fully managed Android devices.”DeviceOperatingSystemSummary.BuilderandroidWorkProfileCount(Integer androidWorkProfileCount)“Number of work profile Android devices.”DeviceOperatingSystemSummarybuild()DeviceOperatingSystemSummary.BuilderconfigMgrDeviceCount(Integer configMgrDeviceCount)“Number of ConfigMgr managed devices.”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
-
androidCorporateWorkProfileCount
public DeviceOperatingSystemSummary.Builder androidCorporateWorkProfileCount(Integer androidCorporateWorkProfileCount)
“The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647”- Parameters:
androidCorporateWorkProfileCount- value ofandroidCorporateWorkProfileCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
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)
-
androidDedicatedCount
public DeviceOperatingSystemSummary.Builder androidDedicatedCount(Integer androidDedicatedCount)
“Number of dedicated Android devices.”- Parameters:
androidDedicatedCount- value ofandroidDedicatedCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
androidDeviceAdminCount
public DeviceOperatingSystemSummary.Builder androidDeviceAdminCount(Integer androidDeviceAdminCount)
“Number of device admin Android devices.”- Parameters:
androidDeviceAdminCount- value ofandroidDeviceAdminCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
androidFullyManagedCount
public DeviceOperatingSystemSummary.Builder androidFullyManagedCount(Integer androidFullyManagedCount)
“Number of fully managed Android devices.”- Parameters:
androidFullyManagedCount- value ofandroidFullyManagedCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
androidWorkProfileCount
public DeviceOperatingSystemSummary.Builder androidWorkProfileCount(Integer androidWorkProfileCount)
“Number of work profile Android devices.”- Parameters:
androidWorkProfileCount- value ofandroidWorkProfileCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configMgrDeviceCount
public DeviceOperatingSystemSummary.Builder configMgrDeviceCount(Integer configMgrDeviceCount)
“Number of ConfigMgr managed devices.”- Parameters:
configMgrDeviceCount- value ofconfigMgrDeviceCountproperty (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()
-
-