deletionState

Extracts the deletion state from this condition.

This method is specifically for conditions using the Operator.DELETED operator. It converts the condition value to a DeletionState enum, supporting various input types.

Return

The deletion state represented by this condition.

Throws

if the operator is not DELETED or if the value cannot be converted to a DeletionState.