Uses of Class
odata.msgraph.client.beta.enums.ActionState
-
Packages that use ActionState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ActionState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ActionState Modifier and Type Field Description protected ActionStateCloudPcRemoteActionResult. actionStateprotected ActionStateDeviceActionResult. actionStateprotected ActionStateIosVppAppRevokeLicensesActionResult. actionStateprotected ActionStateMacOsVppAppRevokeLicensesActionResult. actionStateprotected ActionStateVppTokenActionResult. actionStateMethods in odata.msgraph.client.beta.complex that return types with arguments of type ActionState Modifier and Type Method Description Optional<ActionState>CloudPcRemoteActionResult. getActionState()Optional<ActionState>DeviceActionResult. getActionState()“State of the action”Optional<ActionState>IosVppAppRevokeLicensesActionResult. getActionState()“State of the action”Optional<ActionState>MacOsVppAppRevokeLicensesActionResult. getActionState()“State of the action”Optional<ActionState>VppTokenActionResult. getActionState()“State of the action”Methods in odata.msgraph.client.beta.complex with parameters of type ActionState Modifier and Type Method Description ActivateDeviceEsimActionResult.BuilderActivateDeviceEsimActionResult.Builder. actionState(ActionState actionState)CloudPcRemoteActionResult.BuilderCloudPcRemoteActionResult.Builder. actionState(ActionState actionState)ConfigurationManagerActionResult.BuilderConfigurationManagerActionResult.Builder. actionState(ActionState actionState)DeleteUserFromSharedAppleDeviceActionResult.BuilderDeleteUserFromSharedAppleDeviceActionResult.Builder. actionState(ActionState actionState)DeviceActionResult.BuilderDeviceActionResult.Builder. actionState(ActionState actionState)“State of the action”IosVppAppRevokeLicensesActionResult.BuilderIosVppAppRevokeLicensesActionResult.Builder. actionState(ActionState actionState)“State of the action”LocateDeviceActionResult.BuilderLocateDeviceActionResult.Builder. actionState(ActionState actionState)MacOsVppAppRevokeLicensesActionResult.BuilderMacOsVppAppRevokeLicensesActionResult.Builder. actionState(ActionState actionState)“State of the action”RemoteLockActionResult.BuilderRemoteLockActionResult.Builder. actionState(ActionState actionState)ResetPasscodeActionResult.BuilderResetPasscodeActionResult.Builder. actionState(ActionState actionState)RevokeAppleVppLicensesActionResult.BuilderRevokeAppleVppLicensesActionResult.Builder. actionState(ActionState actionState)RotateBitLockerKeysDeviceActionResult.BuilderRotateBitLockerKeysDeviceActionResult.Builder. actionState(ActionState actionState)VppTokenActionResult.BuilderVppTokenActionResult.Builder. actionState(ActionState actionState)“State of the action”VppTokenRevokeLicensesActionResult.BuilderVppTokenRevokeLicensesActionResult.Builder. actionState(ActionState actionState)WindowsDefenderScanActionResult.BuilderWindowsDefenderScanActionResult.Builder. actionState(ActionState actionState)CloudPcRemoteActionResultCloudPcRemoteActionResult. withActionState(ActionState actionState)DeviceActionResultDeviceActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.IosVppAppRevokeLicensesActionResultIosVppAppRevokeLicensesActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.VppTokenActionResultVppTokenActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed. -
Uses of ActionState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ActionState Modifier and Type Field Description protected ActionStateRemoteActionAudit. actionStateprotected ActionStateWindowsInformationProtectionWipeAction. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type ActionState Modifier and Type Method Description Optional<ActionState>RemoteActionAudit. getActionState()“Action state.”Optional<ActionState>WindowsInformationProtectionWipeAction. getStatus()“Wipe action status.”Methods in odata.msgraph.client.beta.entity with parameters of type ActionState Modifier and Type Method Description RemoteActionAudit.BuilderRemoteActionAudit.Builder. actionState(ActionState actionState)“Action state.”WindowsInformationProtectionWipeAction.BuilderWindowsInformationProtectionWipeAction.Builder. status(ActionState status)“Wipe action status.”RemoteActionAuditRemoteActionAudit. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.WindowsInformationProtectionWipeActionWindowsInformationProtectionWipeAction. withStatus(ActionState status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of ActionState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ActionState Modifier and Type Method Description static ActionStateActionState. 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.
-