| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.Builder.build() |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withCompliantUserCount(Integer compliantUserCount)
Returns an immutable copy of
this with just the compliantUserCount field changed. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withConflictUserCount(Integer conflictUserCount)
Returns an immutable copy of
this with just the conflictUserCount
field changed. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withErrorUserCount(Integer errorUserCount)
Returns an immutable copy of
this with just the errorUserCount
field changed. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withNonCompliantUserCount(Integer nonCompliantUserCount)
Returns an immutable copy of
this with just the nonCompliantUserCount field changed. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withNotApplicableUserCount(Integer notApplicableUserCount)
Returns an immutable copy of
this with just the notApplicableUserCount field changed. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withRemediatedUserCount(Integer remediatedUserCount)
Returns an immutable copy of
this with just the remediatedUserCount field changed. |
DeviceConfigurationUserStateSummary |
DeviceConfigurationUserStateSummary.withUnknownUserCount(Integer unknownUserCount)
Returns an immutable copy of
this with just the unknownUserCount
field changed. |
Copyright © 2018–2020. All rights reserved.