Uses of Class
odata.msgraph.client.enums.ActionState
-
Packages that use ActionState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ActionState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ActionState Modifier and Type Field Description protected ActionStateDeviceActionResult. actionStateMethods in odata.msgraph.client.complex that return types with arguments of type ActionState Modifier and Type Method Description Optional<ActionState>DeviceActionResult. getActionState()“State of the action”Methods in odata.msgraph.client.complex with parameters of type ActionState Modifier and Type Method Description DeleteUserFromSharedAppleDeviceActionResult.BuilderDeleteUserFromSharedAppleDeviceActionResult.Builder. actionState(ActionState actionState)DeviceActionResult.BuilderDeviceActionResult.Builder. actionState(ActionState actionState)“State of the action”LocateDeviceActionResult.BuilderLocateDeviceActionResult.Builder. actionState(ActionState actionState)RemoteLockActionResult.BuilderRemoteLockActionResult.Builder. actionState(ActionState actionState)ResetPasscodeActionResult.BuilderResetPasscodeActionResult.Builder. actionState(ActionState actionState)RotateBitLockerKeysDeviceActionResult.BuilderRotateBitLockerKeysDeviceActionResult.Builder. actionState(ActionState actionState)WindowsDefenderScanActionResult.BuilderWindowsDefenderScanActionResult.Builder. actionState(ActionState actionState)DeviceActionResultDeviceActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed. -
Uses of ActionState in odata.msgraph.client.enums
Methods in odata.msgraph.client.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.
-