Class HTTPMethod
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<HTTPMethod>
com.microsoft.azure.management.network.HTTPMethod
Defines values for HTTPMethod.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HTTPMethod
fromString
(String name) Creates or finds a HTTPMethod from its string representation.static Collection<HTTPMethod>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
GET
Static value Get for HTTPMethod.
-
-
Constructor Details
-
HTTPMethod
public HTTPMethod()
-
-
Method Details
-
fromString
Creates or finds a HTTPMethod from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding HTTPMethod
-
values
- Returns:
- known HTTPMethod values
-