| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ActionState |
DeviceActionResult.actionState |
protected ActionState |
VppTokenActionResult.actionState |
protected ActionState |
MacOsVppAppRevokeLicensesActionResult.actionState |
protected ActionState |
IosVppAppRevokeLicensesActionResult.actionState |
| Modifier and Type | Method and Description |
|---|---|
Optional<ActionState> |
DeviceActionResult.getActionState()
“State of the action”
|
Optional<ActionState> |
VppTokenActionResult.getActionState()
“State of the action”
|
Optional<ActionState> |
MacOsVppAppRevokeLicensesActionResult.getActionState()
“State of the action”
|
Optional<ActionState> |
IosVppAppRevokeLicensesActionResult.getActionState()
“State of the action”
|
| Modifier and Type | Method and Description |
|---|---|
RemoteLockActionResult.Builder |
RemoteLockActionResult.Builder.actionState(ActionState actionState) |
LocateDeviceActionResult.Builder |
LocateDeviceActionResult.Builder.actionState(ActionState actionState) |
DeviceActionResult.Builder |
DeviceActionResult.Builder.actionState(ActionState actionState)
“State of the action”
|
VppTokenActionResult.Builder |
VppTokenActionResult.Builder.actionState(ActionState actionState)
“State of the action”
|
ResetPasscodeActionResult.Builder |
ResetPasscodeActionResult.Builder.actionState(ActionState actionState) |
WindowsDefenderScanActionResult.Builder |
WindowsDefenderScanActionResult.Builder.actionState(ActionState actionState) |
RotateBitLockerKeysDeviceActionResult.Builder |
RotateBitLockerKeysDeviceActionResult.Builder.actionState(ActionState actionState) |
DeleteUserFromSharedAppleDeviceActionResult.Builder |
DeleteUserFromSharedAppleDeviceActionResult.Builder.actionState(ActionState actionState) |
ConfigurationManagerActionResult.Builder |
ConfigurationManagerActionResult.Builder.actionState(ActionState actionState) |
RevokeAppleVppLicensesActionResult.Builder |
RevokeAppleVppLicensesActionResult.Builder.actionState(ActionState actionState) |
VppTokenRevokeLicensesActionResult.Builder |
VppTokenRevokeLicensesActionResult.Builder.actionState(ActionState actionState) |
MacOsVppAppRevokeLicensesActionResult.Builder |
MacOsVppAppRevokeLicensesActionResult.Builder.actionState(ActionState actionState)
“State of the action”
|
IosVppAppRevokeLicensesActionResult.Builder |
IosVppAppRevokeLicensesActionResult.Builder.actionState(ActionState actionState)
“State of the action”
|
DeviceActionResult |
DeviceActionResult.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
VppTokenActionResult |
VppTokenActionResult.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
MacOsVppAppRevokeLicensesActionResult |
MacOsVppAppRevokeLicensesActionResult.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
IosVppAppRevokeLicensesActionResult |
IosVppAppRevokeLicensesActionResult.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected ActionState |
RemoteActionAudit.actionState |
protected ActionState |
WindowsInformationProtectionWipeAction.status |
| Modifier and Type | Method and Description |
|---|---|
Optional<ActionState> |
RemoteActionAudit.getActionState()
“Action state.”
|
Optional<ActionState> |
WindowsInformationProtectionWipeAction.getStatus()
“Wipe action status.”
|
| Modifier and Type | Method and Description |
|---|---|
RemoteActionAudit.Builder |
RemoteActionAudit.Builder.actionState(ActionState actionState)
“Action state.”
|
WindowsInformationProtectionWipeAction.Builder |
WindowsInformationProtectionWipeAction.Builder.status(ActionState status)
“Wipe action status.”
|
RemoteActionAudit |
RemoteActionAudit.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
WindowsInformationProtectionWipeAction |
WindowsInformationProtectionWipeAction.withStatus(ActionState status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static ActionState |
ActionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionState[] |
ActionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.