你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OwaspCrsExclusionEntrySelectorMatchOperator Class

public final class OwaspCrsExclusionEntrySelectorMatchOperator
extends ExpandableStringEnum<OwaspCrsExclusionEntrySelectorMatchOperator>

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

Field Summary

Modifier and Type Field and Description
static final OwaspCrsExclusionEntrySelectorMatchOperator CONTAINS

Static value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator ENDS_WITH

Static value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS

Static value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS_ANY

Static value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator STARTS_WITH

Static value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

Constructor Summary

Constructor Description
OwaspCrsExclusionEntrySelectorMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OwaspCrsExclusionEntrySelectorMatchOperator value.

Method Summary

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

Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.

static Collection<OwaspCrsExclusionEntrySelectorMatchOperator> values()

Gets known OwaspCrsExclusionEntrySelectorMatchOperator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINS

public static final OwaspCrsExclusionEntrySelectorMatchOperator CONTAINS

Static value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.

ENDS_WITH

public static final OwaspCrsExclusionEntrySelectorMatchOperator ENDS_WITH

Static value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

EQUALS

public static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS

Static value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.

EQUALS_ANY

public static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS_ANY

Static value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.

STARTS_WITH

public static final OwaspCrsExclusionEntrySelectorMatchOperator STARTS_WITH

Static value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

Constructor Details

OwaspCrsExclusionEntrySelectorMatchOperator

@Deprecated
public OwaspCrsExclusionEntrySelectorMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OwaspCrsExclusionEntrySelectorMatchOperator value.

Method Details

fromString

public static OwaspCrsExclusionEntrySelectorMatchOperator fromString(String name)

Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OwaspCrsExclusionEntrySelectorMatchOperator.

values

public static Collection<OwaspCrsExclusionEntrySelectorMatchOperator> values()

Gets known OwaspCrsExclusionEntrySelectorMatchOperator values.

Returns:

known OwaspCrsExclusionEntrySelectorMatchOperator values.

Applies to