| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.Builder.build() |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.withDeviceDisplayName(String deviceDisplayName)
Returns an immutable copy of
this with just the deviceDisplayName
field changed. |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.withDeviceId(String deviceId)
Returns an immutable copy of
this with just the deviceId field
changed. |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.withLastReportedDateTime(OffsetDateTime lastReportedDateTime)
Returns an immutable copy of
this with just the lastReportedDateTime field changed. |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.withState(ComplianceStatus state)
Returns an immutable copy of
this with just the state field
changed. |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
DeviceManagementIntentDeviceState |
DeviceManagementIntentDeviceState.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.