public static final class ComanagementEligibleDevicesSummary.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ComanagementEligibleDevicesSummary |
build() |
ComanagementEligibleDevicesSummary.Builder |
comanagedCount(Integer comanagedCount)
“Count of devices already Co-Managed”
|
ComanagementEligibleDevicesSummary.Builder |
eligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)
“Count of devices eligible for Co-Management but not yet joined to Azure Active
Directory”
|
ComanagementEligibleDevicesSummary.Builder |
eligibleCount(Integer eligibleCount)
“Count of devices fully eligible for Co-Management”
|
ComanagementEligibleDevicesSummary.Builder |
ineligibleCount(Integer ineligibleCount)
“Count of devices ineligible for Co-Management”
|
ComanagementEligibleDevicesSummary.Builder |
needsOsUpdateCount(Integer needsOsUpdateCount)
“Count of devices that will be eligible for Co-Management after an OS update”
|
public ComanagementEligibleDevicesSummary.Builder comanagedCount(Integer comanagedCount)
comanagedCount - value of comanagedCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleDevicesSummary.Builder eligibleCount(Integer eligibleCount)
eligibleCount - value of eligibleCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleDevicesSummary.Builder eligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)
eligibleButNotAzureAdJoinedCount - value of eligibleButNotAzureAdJoinedCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleDevicesSummary.Builder needsOsUpdateCount(Integer needsOsUpdateCount)
needsOsUpdateCount - value of needsOsUpdateCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleDevicesSummary.Builder ineligibleCount(Integer ineligibleCount)
ineligibleCount - value of ineligibleCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleDevicesSummary build()
Copyright © 2018–2020. All rights reserved.