CookiesOperator Class

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

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

Defines values for CookiesOperator.

Field Summary

Modifier and Type Field and Description
static final CookiesOperator ANY

Static value Any for CookiesOperator.

static final CookiesOperator BEGINS_WITH

Static value BeginsWith for CookiesOperator.

static final CookiesOperator CONTAINS

Static value Contains for CookiesOperator.

static final CookiesOperator ENDS_WITH

Static value EndsWith for CookiesOperator.

static final CookiesOperator EQUAL

Static value Equal for CookiesOperator.

static final CookiesOperator GREATER_THAN

Static value GreaterThan for CookiesOperator.

static final CookiesOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for CookiesOperator.

static final CookiesOperator LESS_THAN

Static value LessThan for CookiesOperator.

static final CookiesOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for CookiesOperator.

static final CookiesOperator REG_EX

Static value RegEx for CookiesOperator.

Constructor Summary

Constructor Description
CookiesOperator()

Method Summary

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

Creates or finds a CookiesOperator from its string representation.

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

Static value Any for CookiesOperator.

BEGINS_WITH

public static final CookiesOperator BEGINS_WITH

Static value BeginsWith for CookiesOperator.

CONTAINS

public static final CookiesOperator CONTAINS

Static value Contains for CookiesOperator.

ENDS_WITH

public static final CookiesOperator ENDS_WITH

Static value EndsWith for CookiesOperator.

EQUAL

public static final CookiesOperator EQUAL

Static value Equal for CookiesOperator.

GREATER_THAN

public static final CookiesOperator GREATER_THAN

Static value GreaterThan for CookiesOperator.

GREATER_THAN_OR_EQUAL

public static final CookiesOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for CookiesOperator.

LESS_THAN

public static final CookiesOperator LESS_THAN

Static value LessThan for CookiesOperator.

LESS_THAN_OR_EQUAL

public static final CookiesOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for CookiesOperator.

REG_EX

public static final CookiesOperator REG_EX

Static value RegEx for CookiesOperator.

Constructor Details

CookiesOperator

public CookiesOperator()

Method Details

fromString

public static CookiesOperator fromString(String name)

Creates or finds a CookiesOperator from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding CookiesOperator

values

public static Collection values()

Returns:

known CookiesOperator values

Applies to