Class ComanagementEligibleDevicesSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ComanagementEligibleDevicesSummary.Builder
-
- Enclosing class:
- ComanagementEligibleDevicesSummary
public static final class ComanagementEligibleDevicesSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComanagementEligibleDevicesSummarybuild()ComanagementEligibleDevicesSummary.BuildercomanagedCount(Integer comanagedCount)“Count of devices already Co-Managed”ComanagementEligibleDevicesSummary.BuildereligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)“Count of devices eligible for Co-Management but not yet joined to Azure Active Directory”ComanagementEligibleDevicesSummary.BuildereligibleCount(Integer eligibleCount)“Count of devices fully eligible for Co-Management”ComanagementEligibleDevicesSummary.BuilderineligibleCount(Integer ineligibleCount)“Count of devices ineligible for Co-Management”ComanagementEligibleDevicesSummary.BuilderneedsOsUpdateCount(Integer needsOsUpdateCount)“Count of devices that will be eligible for Co-Management after an OS update”
-
-
-
Method Detail
-
comanagedCount
public ComanagementEligibleDevicesSummary.Builder comanagedCount(Integer comanagedCount)
“Count of devices already Co-Managed”- Parameters:
comanagedCount- value ofcomanagedCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
eligibleButNotAzureAdJoinedCount
public ComanagementEligibleDevicesSummary.Builder eligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)
“Count of devices eligible for Co-Management but not yet joined to Azure Active Directory”- Parameters:
eligibleButNotAzureAdJoinedCount- value ofeligibleButNotAzureAdJoinedCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
eligibleCount
public ComanagementEligibleDevicesSummary.Builder eligibleCount(Integer eligibleCount)
“Count of devices fully eligible for Co-Management”- Parameters:
eligibleCount- value ofeligibleCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ineligibleCount
public ComanagementEligibleDevicesSummary.Builder ineligibleCount(Integer ineligibleCount)
“Count of devices ineligible for Co-Management”- Parameters:
ineligibleCount- value ofineligibleCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
needsOsUpdateCount
public ComanagementEligibleDevicesSummary.Builder needsOsUpdateCount(Integer needsOsUpdateCount)
“Count of devices that will be eligible for Co-Management after an OS update”- Parameters:
needsOsUpdateCount- value ofneedsOsUpdateCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ComanagementEligibleDevicesSummary build()
-
-