UrlFileExtensionOperator Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. UrlFileExtensionOperator
- com.
- com.
public final class UrlFileExtensionOperator
extends com.microsoft.rest.ExpandableStringEnum<UrlFileExtensionOperator>
Defines values for UrlFileExtensionOperator.
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 |
Constructor Summary
Constructor | Description | |
---|---|---|
UrlFileExtensionOperator() |
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 UrlFileExtensionOperator ANY
Static value Any for UrlFileExtensionOperator.
BEGINS_WITH
public static final UrlFileExtensionOperator BEGINS_WITH
Static value BeginsWith for UrlFileExtensionOperator.
CONTAINS
public static final UrlFileExtensionOperator CONTAINS
Static value Contains for UrlFileExtensionOperator.
ENDS_WITH
public static final UrlFileExtensionOperator ENDS_WITH
Static value EndsWith for UrlFileExtensionOperator.
EQUAL
public static final UrlFileExtensionOperator EQUAL
Static value Equal for UrlFileExtensionOperator.
GREATER_THAN
public static final UrlFileExtensionOperator GREATER_THAN
Static value GreaterThan for UrlFileExtensionOperator.
GREATER_THAN_OR_EQUAL
public static final UrlFileExtensionOperator GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for UrlFileExtensionOperator.
LESS_THAN
public static final UrlFileExtensionOperator LESS_THAN
Static value LessThan for UrlFileExtensionOperator.
LESS_THAN_OR_EQUAL
public static final UrlFileExtensionOperator LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for UrlFileExtensionOperator.
REG_EX
public static final UrlFileExtensionOperator REG_EX
Static value RegEx for UrlFileExtensionOperator.
Constructor Details
UrlFileExtensionOperator
public UrlFileExtensionOperator()
Method Details
fromString
public static UrlFileExtensionOperator fromString(String name)
Creates or finds a UrlFileExtensionOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java