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