PostArgsOperator Class

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

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

Defines values for PostArgsOperator.

Field Summary

Modifier and Type Field and Description
static final PostArgsOperator ANY

Static value Any for PostArgsOperator.

static final PostArgsOperator BEGINS_WITH

Static value BeginsWith for PostArgsOperator.

static final PostArgsOperator CONTAINS

Static value Contains for PostArgsOperator.

static final PostArgsOperator ENDS_WITH

Static value EndsWith for PostArgsOperator.

static final PostArgsOperator EQUAL

Static value Equal for PostArgsOperator.

static final PostArgsOperator GREATER_THAN

Static value GreaterThan for PostArgsOperator.

static final PostArgsOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for PostArgsOperator.

static final PostArgsOperator LESS_THAN

Static value LessThan for PostArgsOperator.

static final PostArgsOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for PostArgsOperator.

static final PostArgsOperator REG_EX

Static value RegEx for PostArgsOperator.

Constructor Summary

Constructor Description
PostArgsOperator()

Method Summary

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

Creates or finds a PostArgsOperator from its string representation.

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

Static value Any for PostArgsOperator.

BEGINS_WITH

public static final PostArgsOperator BEGINS_WITH

Static value BeginsWith for PostArgsOperator.

CONTAINS

public static final PostArgsOperator CONTAINS

Static value Contains for PostArgsOperator.

ENDS_WITH

public static final PostArgsOperator ENDS_WITH

Static value EndsWith for PostArgsOperator.

EQUAL

public static final PostArgsOperator EQUAL

Static value Equal for PostArgsOperator.

GREATER_THAN

public static final PostArgsOperator GREATER_THAN

Static value GreaterThan for PostArgsOperator.

GREATER_THAN_OR_EQUAL

public static final PostArgsOperator GREATER_THAN_OR_EQUAL

Static value GreaterThanOrEqual for PostArgsOperator.

LESS_THAN

public static final PostArgsOperator LESS_THAN

Static value LessThan for PostArgsOperator.

LESS_THAN_OR_EQUAL

public static final PostArgsOperator LESS_THAN_OR_EQUAL

Static value LessThanOrEqual for PostArgsOperator.

REG_EX

public static final PostArgsOperator REG_EX

Static value RegEx for PostArgsOperator.

Constructor Details

PostArgsOperator

public PostArgsOperator()

Method Details

fromString

public static PostArgsOperator fromString(String name)

Creates or finds a PostArgsOperator from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding PostArgsOperator

values

public static Collection values()

Returns:

known PostArgsOperator values

Applies to