public final class HTTPMethod extends com.microsoft.rest.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 forpublic static Collection<HTTPMethod> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/