public final class Operator extends com.azure.core.util.ExpandableStringEnum<Operator>
| Modifier and Type | Field and Description |
|---|---|
static Operator |
EQUALS
Static value Equals for Operator.
|
static Operator |
GREATER_THAN
Static value GreaterThan for Operator.
|
static Operator |
GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for Operator.
|
static Operator |
INCLUDE
Static value Include for Operator.
|
static Operator |
LESS_THAN
Static value LessThan for Operator.
|
static Operator |
LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for Operator.
|
static Operator |
NOT_EQUALS
Static value NotEquals for Operator.
|
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
fromString(String name)
Creates or finds a Operator from its string representation.
|
static Collection<Operator> |
values() |
public static final Operator EQUALS
public static final Operator NOT_EQUALS
public static final Operator GREATER_THAN
public static final Operator GREATER_THAN_OR_EQUAL
public static final Operator LESS_THAN
public static final Operator LESS_THAN_OR_EQUAL
public static final Operator INCLUDE
public static Operator fromString(String name)
name - a name to look for.public static Collection<Operator> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.