public static final class ComanagementEligibleSummaryEntity.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ComanagementEligibleSummaryEntity |
build() |
ComanagementEligibleSummaryEntity.Builder |
coManagedCount(Integer coManagedCount)
“Count of devices already CoManaged”
|
ComanagementEligibleSummaryEntity.Builder |
eligibleButNotAadJoinedCount(Integer eligibleButNotAadJoinedCount)
“Count of devices eligible for CoManagement but not yet joined to Azure Active
Directory”
|
ComanagementEligibleSummaryEntity.Builder |
eligibleCount(Integer eligibleCount)
“Count of devices fully eligible for CoManagement”
|
ComanagementEligibleSummaryEntity.Builder |
id(String id) |
ComanagementEligibleSummaryEntity.Builder |
needsOSUpdateCount(Integer needsOSUpdateCount)
“Count of devices that will be eligible for CoManagement after an OS update”
|
public ComanagementEligibleSummaryEntity.Builder id(String id)
public ComanagementEligibleSummaryEntity.Builder coManagedCount(Integer coManagedCount)
coManagedCount - value of coManagedCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleSummaryEntity.Builder eligibleCount(Integer eligibleCount)
eligibleCount - value of eligibleCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleSummaryEntity.Builder eligibleButNotAadJoinedCount(Integer eligibleButNotAadJoinedCount)
eligibleButNotAadJoinedCount - value of eligibleButNotAadJoinedCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleSummaryEntity.Builder needsOSUpdateCount(Integer needsOSUpdateCount)
needsOSUpdateCount - value of needsOSUpdateCount property (as defined in service metadata)this (for method chaining)public ComanagementEligibleSummaryEntity build()
Copyright © 2018–2020. All rights reserved.