| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
RemoteActionAudit |
RemoteActionAudit.Builder.build() |
RemoteActionAudit |
RemoteActionAudit.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
RemoteActionAudit |
RemoteActionAudit.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
RemoteActionAudit |
RemoteActionAudit.withAction(RemoteAction action)
Returns an immutable copy of
this with just the action field
changed. |
RemoteActionAudit |
RemoteActionAudit.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
RemoteActionAudit |
RemoteActionAudit.withDeviceDisplayName(String deviceDisplayName)
Returns an immutable copy of
this with just the deviceDisplayName
field changed. |
RemoteActionAudit |
RemoteActionAudit.withDeviceIMEI(String deviceIMEI)
Returns an immutable copy of
this with just the deviceIMEI field
changed. |
RemoteActionAudit |
RemoteActionAudit.withDeviceOwnerUserPrincipalName(String deviceOwnerUserPrincipalName)
Returns an immutable copy of
this with just the deviceOwnerUserPrincipalName field changed. |
RemoteActionAudit |
RemoteActionAudit.withInitiatedByUserPrincipalName(String initiatedByUserPrincipalName)
Returns an immutable copy of
this with just the initiatedByUserPrincipalName field changed. |
RemoteActionAudit |
RemoteActionAudit.withManagedDeviceId(String managedDeviceId)
Returns an immutable copy of
this with just the managedDeviceId
field changed. |
RemoteActionAudit |
RemoteActionAudit.withRequestDateTime(OffsetDateTime requestDateTime)
Returns an immutable copy of
this with just the requestDateTime
field changed. |
RemoteActionAudit |
RemoteActionAudit.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
Copyright © 2018–2020. All rights reserved.