public class ComanagedDevicesSummary extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ComanagedDevicesSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
compliancePolicyCount |
protected Integer |
configurationSettingsCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
endpointProtectionCount |
protected Integer |
inventoryCount |
protected Integer |
modernAppsCount |
protected String |
odataType |
protected Integer |
officeAppsCount |
protected Integer |
resourceAccessCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Integer |
windowsUpdateForBusinessCount |
| Modifier | Constructor and Description |
|---|---|
protected |
ComanagedDevicesSummary() |
| Modifier and Type | Method and Description |
|---|---|
static ComanagedDevicesSummary.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getCompliancePolicyCount()
“Number of devices with CompliancePolicy swung-over.
|
Optional<Integer> |
getConfigurationSettingsCount()
“Number of devices with ConfigurationSettings swung-over.
|
Optional<Integer> |
getEndpointProtectionCount()
“Number of devices with EndpointProtection swung-over.
|
Optional<Integer> |
getInventoryCount()
“Number of devices with Inventory swung-over.
|
Optional<Integer> |
getModernAppsCount()
“Number of devices with ModernApps swung-over.
|
Optional<Integer> |
getOfficeAppsCount()
“Number of devices with OfficeApps swung-over.
|
Optional<Integer> |
getResourceAccessCount()
“Number of devices with ResourceAccess swung-over.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Integer> |
getWindowsUpdateForBusinessCount()
“Number of devices with WindowsUpdateForBusiness swung-over.
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ComanagedDevicesSummary |
withCompliancePolicyCount(Integer compliancePolicyCount)
Returns an immutable copy of
this with just the compliancePolicyCount field changed. |
ComanagedDevicesSummary |
withConfigurationSettingsCount(Integer configurationSettingsCount)
Returns an immutable copy of
this with just the configurationSettingsCount field changed. |
ComanagedDevicesSummary |
withEndpointProtectionCount(Integer endpointProtectionCount)
Returns an immutable copy of
this with just the endpointProtectionCount field changed. |
ComanagedDevicesSummary |
withInventoryCount(Integer inventoryCount)
Returns an immutable copy of
this with just the inventoryCount
field changed. |
ComanagedDevicesSummary |
withModernAppsCount(Integer modernAppsCount)
Returns an immutable copy of
this with just the modernAppsCount
field changed. |
ComanagedDevicesSummary |
withOfficeAppsCount(Integer officeAppsCount)
Returns an immutable copy of
this with just the officeAppsCount
field changed. |
ComanagedDevicesSummary |
withResourceAccessCount(Integer resourceAccessCount)
Returns an immutable copy of
this with just the resourceAccessCount field changed. |
ComanagedDevicesSummary |
withWindowsUpdateForBusinessCount(Integer windowsUpdateForBusinessCount)
Returns an immutable copy of
this with just the windowsUpdateForBusinessCount field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer inventoryCount
protected Integer compliancePolicyCount
protected Integer resourceAccessCount
protected Integer configurationSettingsCount
protected Integer windowsUpdateForBusinessCount
protected Integer endpointProtectionCount
protected Integer modernAppsCount
protected Integer officeAppsCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Integer> getInventoryCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withInventoryCount(Integer inventoryCount)
this with just the inventoryCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of devices with Inventory swung-over. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
inventoryCount - new value of inventoryCount field (as defined in service metadata)this with just the inventoryCount field changedpublic Optional<Integer> getCompliancePolicyCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withCompliancePolicyCount(Integer compliancePolicyCount)
this with just the compliancePolicyCount field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Number of devices with CompliancePolicy swung-over. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
compliancePolicyCount - new value of compliancePolicyCount field (as defined in service metadata)this with just the compliancePolicyCount field changedpublic Optional<Integer> getResourceAccessCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withResourceAccessCount(Integer resourceAccessCount)
this with just the resourceAccessCount field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Number of devices with ResourceAccess swung-over. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
resourceAccessCount - new value of resourceAccessCount field (as defined in service metadata)this with just the resourceAccessCount field changedpublic Optional<Integer> getConfigurationSettingsCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withConfigurationSettingsCount(Integer configurationSettingsCount)
this with just the configurationSettingsCount field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Number of devices with ConfigurationSettings swung-over. This property is read- only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
configurationSettingsCount - new value of configurationSettingsCount field (as defined in service metadata)this with just the configurationSettingsCount field changedpublic Optional<Integer> getWindowsUpdateForBusinessCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withWindowsUpdateForBusinessCount(Integer windowsUpdateForBusinessCount)
this with just the windowsUpdateForBusinessCount field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Number of devices with WindowsUpdateForBusiness swung-over. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
windowsUpdateForBusinessCount - new value of windowsUpdateForBusinessCount field (as defined in service metadata)this with just the windowsUpdateForBusinessCount field changedpublic Optional<Integer> getEndpointProtectionCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withEndpointProtectionCount(Integer endpointProtectionCount)
this with just the endpointProtectionCount field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Number of devices with EndpointProtection swung-over. This property is read-only .”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
endpointProtectionCount - new value of endpointProtectionCount field (as defined in service metadata)this with just the endpointProtectionCount field changedpublic Optional<Integer> getModernAppsCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withModernAppsCount(Integer modernAppsCount)
this with just the modernAppsCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of devices with ModernApps swung-over. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
modernAppsCount - new value of modernAppsCount field (as defined in service metadata)this with just the modernAppsCount field changedpublic Optional<Integer> getOfficeAppsCount()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public ComanagedDevicesSummary withOfficeAppsCount(Integer officeAppsCount)
this with just the officeAppsCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of devices with OfficeApps swung-over. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
officeAppsCount - new value of officeAppsCount field (as defined in service metadata)this with just the officeAppsCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ComanagedDevicesSummary.Builder builder()
Copyright © 2018–2020. All rights reserved.