RequestUriOperator Class

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

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

Defines values for RequestUriOperator.

Field Summary

Modifier and Type Field and Description
static final RequestUriOperator ANY

Static value Any for RequestUriOperator.

static final RequestUriOperator BEGINS_WITH

Static value BeginsWith for RequestUriOperator.

static final RequestUriOperator CONTAINS

Static value Contains for RequestUriOperator.

static final RequestUriOperator ENDS_WITH

Static value EndsWith for RequestUriOperator.

static final RequestUriOperator EQUAL

Static value Equal for RequestUriOperator.

static final RequestUriOperator GREATER_THAN

Static value GreaterThan for RequestUriOperator.

static final RequestUriOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for RequestUriOperator.

static final RequestUriOperator LESS_THAN

Static value LessThan for RequestUriOperator.

static final RequestUriOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for RequestUriOperator.

static final RequestUriOperator REG_EX

Static value RegEx for RequestUriOperator.

Constructor Summary

Constructor Description
RequestUriOperator()

Method Summary

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

Creates or finds a RequestUriOperator from its string representation.

static java.util.Collection<RequestUriOperator> 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 RequestUriOperator ANY

Static value Any for RequestUriOperator.

BEGINS_WITH

public static final RequestUriOperator BEGINS_WITH

Static value BeginsWith for RequestUriOperator.

CONTAINS

public static final RequestUriOperator CONTAINS

Static value Contains for RequestUriOperator.

ENDS_WITH

public static final RequestUriOperator ENDS_WITH

Static value EndsWith for RequestUriOperator.

EQUAL

public static final RequestUriOperator EQUAL

Static value Equal for RequestUriOperator.

GREATER_THAN

public static final RequestUriOperator GREATER_THAN

Static value GreaterThan for RequestUriOperator.

GREATER_THAN_OR_EQUAL

public static final RequestUriOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for RequestUriOperator.

LESS_THAN

public static final RequestUriOperator LESS_THAN

Static value LessThan for RequestUriOperator.

LESS_THAN_OR_EQUAL

public static final RequestUriOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for RequestUriOperator.

REG_EX

public static final RequestUriOperator REG_EX

Static value RegEx for RequestUriOperator.

Constructor Details

RequestUriOperator

public RequestUriOperator()

Method Details

fromString

public static RequestUriOperator fromString(String name)

Creates or finds a RequestUriOperator from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding RequestUriOperator

values

public static Collection values()

Returns:

known RequestUriOperator values

Applies to