Class HTTPMethod
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<HTTPMethod>
-
- com.microsoft.azure.management.network.HTTPMethod
-
public final class HTTPMethod extends com.microsoft.rest.ExpandableStringEnum<HTTPMethod>
Defines values for HTTPMethod.
-
-
Field Summary
Fields Modifier and Type Field Description static HTTPMethodGETStatic value Get for HTTPMethod.
-
Constructor Summary
Constructors Constructor Description HTTPMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HTTPMethodfromString(String name)Creates or finds a HTTPMethod from its string representation.static Collection<HTTPMethod>values()
-
-
-
Field Detail
-
GET
public static final HTTPMethod GET
Static value Get for HTTPMethod.
-
-
Method Detail
-
fromString
public static HTTPMethod fromString(String name)
Creates or finds a HTTPMethod from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding HTTPMethod
-
values
public static Collection<HTTPMethod> values()
- Returns:
- known HTTPMethod values
-
-