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>
Defines values for UrlPathOperator.
-
-
Field Summary
Fields Modifier and Type Field Description static UrlPathOperatorANYStatic value Any for UrlPathOperator.static UrlPathOperatorBEGINS_WITHStatic value BeginsWith for UrlPathOperator.static UrlPathOperatorCONTAINSStatic value Contains for UrlPathOperator.static UrlPathOperatorENDS_WITHStatic value EndsWith for UrlPathOperator.static UrlPathOperatorEQUALStatic value Equal for UrlPathOperator.static UrlPathOperatorGREATER_THANStatic value GreaterThan for UrlPathOperator.static UrlPathOperatorGREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for UrlPathOperator.static UrlPathOperatorLESS_THANStatic value LessThan for UrlPathOperator.static UrlPathOperatorLESS_THAN_OR_EQUALStatic value LessThanOrEqual for UrlPathOperator.static UrlPathOperatorREG_EXStatic value RegEx for UrlPathOperator.static UrlPathOperatorWILDCARDStatic value Wildcard for UrlPathOperator.
-
Constructor Summary
Constructors Constructor Description UrlPathOperator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UrlPathOperatorfromString(String name)Creates or finds a UrlPathOperator from its string representation.static Collection<UrlPathOperator>values()
-
-
-
Field Detail
-
ANY
public static final UrlPathOperator ANY
Static value Any for UrlPathOperator.
-
EQUAL
public static final UrlPathOperator EQUAL
Static value Equal for UrlPathOperator.
-
CONTAINS
public static final UrlPathOperator CONTAINS
Static value Contains for UrlPathOperator.
-
BEGINS_WITH
public static final UrlPathOperator BEGINS_WITH
Static value BeginsWith for UrlPathOperator.
-
ENDS_WITH
public static final UrlPathOperator ENDS_WITH
Static value EndsWith 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.
-
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.
-
WILDCARD
public static final UrlPathOperator WILDCARD
Static value Wildcard for UrlPathOperator.
-
REG_EX
public static final UrlPathOperator REG_EX
Static value RegEx for UrlPathOperator.
-
-
Method Detail
-
fromString
public static UrlPathOperator fromString(String name)
Creates or finds a UrlPathOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UrlPathOperator.
-
values
public static Collection<UrlPathOperator> values()
- Returns:
- known UrlPathOperator values.
-
-