| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationManagerActionResult |
class |
DeleteUserFromSharedAppleDeviceActionResult |
class |
LocateDeviceActionResult |
class |
RemoteLockActionResult |
class |
ResetPasscodeActionResult |
class |
RevokeAppleVppLicensesActionResult |
class |
RotateBitLockerKeysDeviceActionResult |
class |
WindowsDefenderScanActionResult |
| Modifier and Type | Method and Description |
|---|---|
DeviceActionResult |
DeviceActionResult.Builder.build() |
DeviceActionResult |
DeviceActionResult.withActionName(String actionName)
Returns an immutable copy of
this with just the actionName field
changed. |
DeviceActionResult |
DeviceActionResult.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
DeviceActionResult |
DeviceActionResult.withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
Returns an immutable copy of
this with just the lastUpdatedDateTime field changed. |
DeviceActionResult |
DeviceActionResult.withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceActionResult> |
ManagedDevice.deviceActionResults |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceActionResult> |
ManagedDevice.getDeviceActionResults()
“List of ComplexType deviceActionResult objects.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.deviceActionResults(List<DeviceActionResult> deviceActionResults) |
ManagedDevice.Builder |
ManagedDevice.Builder.deviceActionResults(List<DeviceActionResult> deviceActionResults)
“List of ComplexType deviceActionResult objects.
|
Copyright © 2018–2020. All rights reserved.