HttpMethod Enum
- java.
lang. Object - java.
lang. Enum<HttpMethod> - com.
microsoft. azure. functions. HttpMethod
- com.
- java.
public enum HttpMethod
Fields
CONNECT | |
DELETE | |
GET | |
HEAD | |
OPTIONS | |
POST | |
PUT | |
TRACE |
Inherited Members
com.microsoft.azure.functions._http_method_1a803c7974a34ed2a3a4644eb5879b6c98
Methods
value(String value)
public static HttpMethod value(String value)
Converts passed value to upper case to extract valueOf() of this Enum.
Parameters
- value
- String
Returns
this enum
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java