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