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