RequestBodyOperator Class

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

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

Defines values for RequestBodyOperator.

Field Summary

Modifier and Type Field and Description
static final RequestBodyOperator ANY

Static value Any for RequestBodyOperator.

static final RequestBodyOperator BEGINS_WITH

Static value BeginsWith for RequestBodyOperator.

static final RequestBodyOperator CONTAINS

Static value Contains for RequestBodyOperator.

static final RequestBodyOperator ENDS_WITH

Static value EndsWith for RequestBodyOperator.

static final RequestBodyOperator EQUAL

Static value Equal for RequestBodyOperator.

static final RequestBodyOperator GREATER_THAN

Static value GreaterThan for RequestBodyOperator.

static final RequestBodyOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for RequestBodyOperator.

static final RequestBodyOperator LESS_THAN

Static value LessThan for RequestBodyOperator.

static final RequestBodyOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for RequestBodyOperator.

static final RequestBodyOperator REG_EX

Static value RegEx for RequestBodyOperator.

Constructor Summary

Constructor Description
RequestBodyOperator()

Method Summary

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

Creates or finds a RequestBodyOperator from its string representation.

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

Static value Any for RequestBodyOperator.

BEGINS_WITH

public static final RequestBodyOperator BEGINS_WITH

Static value BeginsWith for RequestBodyOperator.

CONTAINS

public static final RequestBodyOperator CONTAINS

Static value Contains for RequestBodyOperator.

ENDS_WITH

public static final RequestBodyOperator ENDS_WITH

Static value EndsWith for RequestBodyOperator.

EQUAL

public static final RequestBodyOperator EQUAL

Static value Equal for RequestBodyOperator.

GREATER_THAN

public static final RequestBodyOperator GREATER_THAN

Static value GreaterThan for RequestBodyOperator.

GREATER_THAN_OR_EQUAL

public static final RequestBodyOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for RequestBodyOperator.

LESS_THAN

public static final RequestBodyOperator LESS_THAN

Static value LessThan for RequestBodyOperator.

LESS_THAN_OR_EQUAL

public static final RequestBodyOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for RequestBodyOperator.

REG_EX

public static final RequestBodyOperator REG_EX

Static value RegEx for RequestBodyOperator.

Constructor Details

RequestBodyOperator

public RequestBodyOperator()

Method Details

fromString

public static RequestBodyOperator fromString(String name)

Creates or finds a RequestBodyOperator from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding RequestBodyOperator

values

public static Collection values()

Returns:

known RequestBodyOperator values

Applies to