UrlPathOperator Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.UrlPathOperator

public final class UrlPathOperator
extends com.microsoft.rest.ExpandableStringEnum<UrlPathOperator>

Defines values for UrlPathOperator.

Field Summary

Modifier and Type Field and Description
static final UrlPathOperator ANY

Static value Any for UrlPathOperator.

static final UrlPathOperator BEGINS_WITH

Static value BeginsWith for UrlPathOperator.

static final UrlPathOperator CONTAINS

Static value Contains for UrlPathOperator.

static final UrlPathOperator ENDS_WITH

Static value EndsWith for UrlPathOperator.

static final UrlPathOperator EQUAL

Static value Equal for UrlPathOperator.

static final UrlPathOperator GREATER_THAN

Static value GreaterThan for UrlPathOperator.

static final UrlPathOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for UrlPathOperator.

static final UrlPathOperator LESS_THAN

Static value LessThan for UrlPathOperator.

static final UrlPathOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for UrlPathOperator.

static final UrlPathOperator REG_EX

Static value RegEx for UrlPathOperator.

static final UrlPathOperator WILDCARD

Static value Wildcard for UrlPathOperator.

Constructor Summary

Constructor Description
UrlPathOperator()

Method Summary

Modifier and Type Method and Description
static UrlPathOperator fromString(String name)

Creates or finds a UrlPathOperator from its string representation.

static java.util.Collection<UrlPathOperator> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

name - a name to look for

Returns:

the corresponding UrlPathOperator

values

public static Collection values()

Returns:

known UrlPathOperator values

Applies to