Class UrlPathOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UrlPathOperator>
com.azure.resourcemanager.cdn.models.UrlPathOperator
public final class UrlPathOperator
extends com.azure.core.util.ExpandableStringEnum<UrlPathOperator>
Describes operator to be matched.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UrlPathOperatorStatic value Any for UrlPathOperator.static final UrlPathOperatorStatic value BeginsWith for UrlPathOperator.static final UrlPathOperatorStatic value Contains for UrlPathOperator.static final UrlPathOperatorStatic value EndsWith for UrlPathOperator.static final UrlPathOperatorStatic value Equal for UrlPathOperator.static final UrlPathOperatorStatic value GreaterThan for UrlPathOperator.static final UrlPathOperatorStatic value GreaterThanOrEqual for UrlPathOperator.static final UrlPathOperatorStatic value LessThan for UrlPathOperator.static final UrlPathOperatorStatic value LessThanOrEqual for UrlPathOperator.static final UrlPathOperatorStatic value RegEx for UrlPathOperator.static final UrlPathOperatorStatic value Wildcard for UrlPathOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UrlPathOperatorfromString(String name) Creates or finds a UrlPathOperator from its string representation.static Collection<UrlPathOperator>values()Gets known UrlPathOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ANY
Static value Any for UrlPathOperator. -
EQUAL
Static value Equal for UrlPathOperator. -
CONTAINS
Static value Contains for UrlPathOperator. -
BEGINS_WITH
Static value BeginsWith for UrlPathOperator. -
ENDS_WITH
Static value EndsWith for UrlPathOperator. -
LESS_THAN
Static value LessThan for UrlPathOperator. -
LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for UrlPathOperator. -
GREATER_THAN
Static value GreaterThan for UrlPathOperator. -
GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for UrlPathOperator. -
WILDCARD
Static value Wildcard for UrlPathOperator. -
REG_EX
Static value RegEx for UrlPathOperator.
-
-
Constructor Details
-
UrlPathOperator
Deprecated.Use thefromString(String)factory method.Creates a new instance of UrlPathOperator value.
-
-
Method Details
-
fromString
Creates or finds a UrlPathOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UrlPathOperator.
-
values
Gets known UrlPathOperator values.- Returns:
- known UrlPathOperator values.
-
fromString(String)factory method.