Class UrlPathOperator
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<UrlPathOperator>
com.microsoft.azure.management.cdn.UrlPathOperator
Defines values for UrlPathOperator.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UrlPathOperator
Static value Any for UrlPathOperator.static final UrlPathOperator
Static value BeginsWith for UrlPathOperator.static final UrlPathOperator
Static value Contains for UrlPathOperator.static final UrlPathOperator
Static value EndsWith for UrlPathOperator.static final UrlPathOperator
Static value Equal for UrlPathOperator.static final UrlPathOperator
Static value GreaterThan for UrlPathOperator.static final UrlPathOperator
Static value GreaterThanOrEqual for UrlPathOperator.static final UrlPathOperator
Static value LessThan for UrlPathOperator.static final UrlPathOperator
Static value LessThanOrEqual for UrlPathOperator.static final UrlPathOperator
Static value RegEx for UrlPathOperator.static final UrlPathOperator
Static value Wildcard for UrlPathOperator. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UrlPathOperator
fromString
(String name) Creates or finds a UrlPathOperator from its string representation.static Collection<UrlPathOperator>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public UrlPathOperator()
-
-
Method Details
-
fromString
Creates or finds a UrlPathOperator from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding UrlPathOperator
-
values
- Returns:
- known UrlPathOperator values
-