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