共用方式為


ScrubbingRuleEntryMatchOperator Class

public final class ScrubbingRuleEntryMatchOperator
extends ExpandableStringEnum<ScrubbingRuleEntryMatchOperator>

When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.

Field Summary

Modifier and Type Field and Description
static final ScrubbingRuleEntryMatchOperator EQUALS_ANY

Static value EqualsAny for ScrubbingRuleEntryMatchOperator.

Constructor Summary

Constructor Description
ScrubbingRuleEntryMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScrubbingRuleEntryMatchOperator value.

Method Summary

Modifier and Type Method and Description
static ScrubbingRuleEntryMatchOperator fromString(String name)

Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.

static Collection<ScrubbingRuleEntryMatchOperator> values()

Gets known ScrubbingRuleEntryMatchOperator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EQUALS_ANY

public static final ScrubbingRuleEntryMatchOperator EQUALS_ANY

Static value EqualsAny for ScrubbingRuleEntryMatchOperator.

Constructor Details

ScrubbingRuleEntryMatchOperator

@Deprecated
public ScrubbingRuleEntryMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScrubbingRuleEntryMatchOperator value.

Method Details

fromString

public static ScrubbingRuleEntryMatchOperator fromString(String name)

Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScrubbingRuleEntryMatchOperator.

values

public static Collection values()

Gets known ScrubbingRuleEntryMatchOperator values.

Returns:

known ScrubbingRuleEntryMatchOperator values.

Applies to