public final class HTTPMethod extends 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() |
equals, fromString, hashCode, toString, values, withNameValue
public static final HTTPMethod GET
public static HTTPMethod fromString(String name)
name
- a name to look forpublic static Collection<HTTPMethod> values()
Copyright © 2019. All rights reserved.