Class ComanagedDevicesSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ComanagedDevicesSummary.Builder
-
- Enclosing class:
- ComanagedDevicesSummary
public static final class ComanagedDevicesSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComanagedDevicesSummarybuild()ComanagedDevicesSummary.BuildercompliancePolicyCount(Integer compliancePolicyCount)“Number of devices with CompliancePolicy swung-over.ComanagedDevicesSummary.BuilderconfigurationSettingsCount(Integer configurationSettingsCount)“Number of devices with ConfigurationSettings swung-over.ComanagedDevicesSummary.BuilderendpointProtectionCount(Integer endpointProtectionCount)“Number of devices with EndpointProtection swung-over.ComanagedDevicesSummary.BuilderinventoryCount(Integer inventoryCount)“Number of devices with Inventory swung-over.ComanagedDevicesSummary.BuildermodernAppsCount(Integer modernAppsCount)“Number of devices with ModernApps swung-over.ComanagedDevicesSummary.BuilderofficeAppsCount(Integer officeAppsCount)“Number of devices with OfficeApps swung-over.ComanagedDevicesSummary.BuilderresourceAccessCount(Integer resourceAccessCount)“Number of devices with ResourceAccess swung-over.ComanagedDevicesSummary.BuildertotalComanagedCount(Integer totalComanagedCount)“Number of Co-Managed Devices.ComanagedDevicesSummary.BuilderwindowsUpdateForBusinessCount(Integer windowsUpdateForBusinessCount)“Number of devices with WindowsUpdateForBusiness swung-over.
-
-
-
Method Detail
-
compliancePolicyCount
public ComanagedDevicesSummary.Builder compliancePolicyCount(Integer compliancePolicyCount)
“Number of devices with CompliancePolicy swung-over. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
compliancePolicyCount- value ofcompliancePolicyCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configurationSettingsCount
public ComanagedDevicesSummary.Builder configurationSettingsCount(Integer configurationSettingsCount)
“Number of devices with ConfigurationSettings swung-over. This property is read- only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
configurationSettingsCount- value ofconfigurationSettingsCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
endpointProtectionCount
public ComanagedDevicesSummary.Builder endpointProtectionCount(Integer endpointProtectionCount)
“Number of devices with EndpointProtection swung-over. This property is read-only .”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
endpointProtectionCount- value ofendpointProtectionCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
inventoryCount
public ComanagedDevicesSummary.Builder inventoryCount(Integer inventoryCount)
“Number of devices with Inventory swung-over. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
inventoryCount- value ofinventoryCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
modernAppsCount
public ComanagedDevicesSummary.Builder modernAppsCount(Integer modernAppsCount)
“Number of devices with ModernApps swung-over. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
modernAppsCount- value ofmodernAppsCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
officeAppsCount
public ComanagedDevicesSummary.Builder officeAppsCount(Integer officeAppsCount)
“Number of devices with OfficeApps swung-over. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
officeAppsCount- value ofofficeAppsCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resourceAccessCount
public ComanagedDevicesSummary.Builder resourceAccessCount(Integer resourceAccessCount)
“Number of devices with ResourceAccess swung-over. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
resourceAccessCount- value ofresourceAccessCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
totalComanagedCount
public ComanagedDevicesSummary.Builder totalComanagedCount(Integer totalComanagedCount)
“Number of Co-Managed Devices. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
totalComanagedCount- value oftotalComanagedCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
windowsUpdateForBusinessCount
public ComanagedDevicesSummary.Builder windowsUpdateForBusinessCount(Integer windowsUpdateForBusinessCount)
“Number of devices with WindowsUpdateForBusiness swung-over. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
windowsUpdateForBusinessCount- value ofwindowsUpdateForBusinessCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ComanagedDevicesSummary build()
-
-