| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
SettingStateDeviceSummary |
SettingStateDeviceSummary.Builder.build() |
SettingStateDeviceSummary |
SettingStateDeviceSummary.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withCompliantDeviceCount(Integer compliantDeviceCount)
Returns an immutable copy of
this with just the compliantDeviceCount field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withConflictDeviceCount(Integer conflictDeviceCount)
Returns an immutable copy of
this with just the conflictDeviceCount field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withErrorDeviceCount(Integer errorDeviceCount)
Returns an immutable copy of
this with just the errorDeviceCount
field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withInstancePath(String instancePath)
Returns an immutable copy of
this with just the instancePath
field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withNonCompliantDeviceCount(Integer nonCompliantDeviceCount)
Returns an immutable copy of
this with just the nonCompliantDeviceCount field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withNotApplicableDeviceCount(Integer notApplicableDeviceCount)
Returns an immutable copy of
this with just the notApplicableDeviceCount field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withRemediatedDeviceCount(Integer remediatedDeviceCount)
Returns an immutable copy of
this with just the remediatedDeviceCount field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
SettingStateDeviceSummary |
SettingStateDeviceSummary.withUnknownDeviceCount(Integer unknownDeviceCount)
Returns an immutable copy of
this with just the unknownDeviceCount field changed. |
Copyright © 2018–2020. All rights reserved.