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