| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.Builder.build() |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.withDevicesCount(Integer devicesCount)
Returns an immutable copy of
this with just the devicesCount
field changed. |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.withLastReportedDateTime(OffsetDateTime lastReportedDateTime)
Returns an immutable copy of
this with just the lastReportedDateTime field changed. |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.withStatus(ComplianceStatus status)
Returns an immutable copy of
this with just the status field
changed. |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.withUserDisplayName(String userDisplayName)
Returns an immutable copy of
this with just the userDisplayName
field changed. |
DeviceComplianceUserStatus |
DeviceComplianceUserStatus.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.