public final class RequestMethodOperator extends com.azure.core.util.ExpandableStringEnum<RequestMethodOperator>
| Modifier and Type | Field and Description |
|---|---|
static RequestMethodOperator |
EQUAL
Static value Equal for RequestMethodOperator.
|
| Constructor and Description |
|---|
RequestMethodOperator() |
| Modifier and Type | Method and Description |
|---|---|
static RequestMethodOperator |
fromString(String name)
Creates or finds a RequestMethodOperator from its string representation.
|
static Collection<RequestMethodOperator> |
values() |
public static final RequestMethodOperator EQUAL
public static RequestMethodOperator fromString(String name)
name - a name to look for.public static Collection<RequestMethodOperator> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.