public final class HTTPConfigurationMethod extends com.microsoft.rest.ExpandableStringEnum<HTTPConfigurationMethod>
| Modifier and Type | Field and Description |
|---|---|
static HTTPConfigurationMethod |
GET
Static value Get for HTTPConfigurationMethod.
|
static HTTPConfigurationMethod |
POST
Static value Post for HTTPConfigurationMethod.
|
| Constructor and Description |
|---|
HTTPConfigurationMethod() |
| Modifier and Type | Method and Description |
|---|---|
static HTTPConfigurationMethod |
fromString(String name)
Creates or finds a HTTPConfigurationMethod from its string representation.
|
static Collection<HTTPConfigurationMethod> |
values() |
public static final HTTPConfigurationMethod GET
public static final HTTPConfigurationMethod POST
public static HTTPConfigurationMethod fromString(String name)
name - a name to look forpublic static Collection<HTTPConfigurationMethod> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/