| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.Builder.build() |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withConfigurationVersion(Integer configurationVersion)
Returns an immutable copy of
this with just the configurationVersion field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withConflictCount(Integer conflictCount)
Returns an immutable copy of
this with just the conflictCount
field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withErrorCount(Integer errorCount)
Returns an immutable copy of
this with just the errorCount field
changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withFailedCount(Integer failedCount)
Returns an immutable copy of
this with just the failedCount
field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
Returns an immutable copy of
this with just the lastUpdateDateTime field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withNotApplicableCount(Integer notApplicableCount)
Returns an immutable copy of
this with just the notApplicableCount field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withNotApplicablePlatformCount(Integer notApplicablePlatformCount)
Returns an immutable copy of
this with just the notApplicablePlatformCount field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withPendingCount(Integer pendingCount)
Returns an immutable copy of
this with just the pendingCount
field changed. |
DeviceConfigurationDeviceOverview |
DeviceConfigurationDeviceOverview.withSuccessCount(Integer successCount)
Returns an immutable copy of
this with just the successCount
field changed. |
Copyright © 2018–2020. All rights reserved.