HttpMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. HttpMethod
- com.
- com.
public final class HttpMethod
extends ExpandableStringEnum<HttpMethod>
HTTP method.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Http |
GET
Get. |
Constructor Summary
| Constructor | Description |
|---|---|
| HttpMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Http |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Http |
fromString(String name)
Creates or finds a Http |
|
static
Collection<Http |
values()
Gets known Http |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GET
public static final HttpMethod GET
Get.
Constructor Details
HttpMethod
@Deprecated
public HttpMethod()
Deprecated
Creates a new instance of HttpMethod value.
Method Details
fromString
public static HttpMethod fromString(String name)
Creates or finds a HttpMethod from its string representation.
Parameters:
Returns:
values
public static Collection<HttpMethod> values()
Gets known HttpMethod values.
Returns: