UrlPathOperator Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. UrlPathOperator
- com.
- com.
public final class UrlPathOperator
extends com.microsoft.rest.ExpandableStringEnum<UrlPathOperator>
Defines values for UrlPathOperator.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Url |
ANY
Static value Any for Url |
static final
Url |
BEGINS_WITH
Static value Begins |
static final
Url |
CONTAINS
Static value Contains for Url |
static final
Url |
ENDS_WITH
Static value Ends |
static final
Url |
EQUAL
Static value Equal for Url |
static final
Url |
GREATER_THAN
Static value Greater |
static final
Url |
GREATER_THAN_OR_EQUAL
Static value Greater |
static final
Url |
LESS_THAN
Static value Less |
static final
Url |
LESS_THAN_OR_EQUAL
Static value Less |
static final
Url |
REG_EX
Static value Reg |
static final
Url |
WILDCARD
Static value Wildcard for Url |
Constructor Summary
Constructor | Description | |
---|---|---|
UrlPathOperator() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Url |
fromString(String name)
Creates or finds a Url |
static
java.util.Collection<Url |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ANY
public static final UrlPathOperator ANY
Static value Any for UrlPathOperator.
BEGINS_WITH
public static final UrlPathOperator BEGINS_WITH
Static value BeginsWith for UrlPathOperator.
CONTAINS
public static final UrlPathOperator CONTAINS
Static value Contains for UrlPathOperator.
ENDS_WITH
public static final UrlPathOperator ENDS_WITH
Static value EndsWith for UrlPathOperator.
EQUAL
public static final UrlPathOperator EQUAL
Static value Equal for UrlPathOperator.
GREATER_THAN
public static final UrlPathOperator GREATER_THAN
Static value GreaterThan for UrlPathOperator.
GREATER_THAN_OR_EQUAL
public static final UrlPathOperator GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for UrlPathOperator.
LESS_THAN
public static final UrlPathOperator LESS_THAN
Static value LessThan for UrlPathOperator.
LESS_THAN_OR_EQUAL
public static final UrlPathOperator LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for UrlPathOperator.
REG_EX
public static final UrlPathOperator REG_EX
Static value RegEx for UrlPathOperator.
WILDCARD
public static final UrlPathOperator WILDCARD
Static value Wildcard for UrlPathOperator.
Constructor Details
UrlPathOperator
public UrlPathOperator()
Method Details
fromString
public static UrlPathOperator fromString(String name)
Creates or finds a UrlPathOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java