Class HttpMethod
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HttpMethod>
com.azure.resourcemanager.network.models.HttpMethod
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
HTTP method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpMethodfromString(String name) Creates or finds a HttpMethod from its string representation.static Collection<HttpMethod> values()Gets known HttpMethod values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GET
Static value Get for HttpMethod.
-
-
Constructor Details
-
HttpMethod
Deprecated.Use thefromString(String)factory method.Creates a new instance of HttpMethod value.
-
-
Method Details
-
fromString
Creates or finds a HttpMethod from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HttpMethod.
-
values
Gets known HttpMethod values.- Returns:
- known HttpMethod values.
-
fromString(String)factory method.