64 строки
2.5 KiB
YAML
64 строки
2.5 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.CONNECT
|
|
name: CONNECT
|
|
nameWithType: HttpMethod.CONNECT
|
|
uid: com.microsoft.azure.functions.HttpMethod.CONNECT
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.DELETE
|
|
name: DELETE
|
|
nameWithType: HttpMethod.DELETE
|
|
uid: com.microsoft.azure.functions.HttpMethod.DELETE
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.GET
|
|
name: GET
|
|
nameWithType: HttpMethod.GET
|
|
uid: com.microsoft.azure.functions.HttpMethod.GET
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.HEAD
|
|
name: HEAD
|
|
nameWithType: HttpMethod.HEAD
|
|
uid: com.microsoft.azure.functions.HttpMethod.HEAD
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.OPTIONS
|
|
name: OPTIONS
|
|
nameWithType: HttpMethod.OPTIONS
|
|
uid: com.microsoft.azure.functions.HttpMethod.OPTIONS
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.POST
|
|
name: POST
|
|
nameWithType: HttpMethod.POST
|
|
uid: com.microsoft.azure.functions.HttpMethod.POST
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.PUT
|
|
name: PUT
|
|
nameWithType: HttpMethod.PUT
|
|
uid: com.microsoft.azure.functions.HttpMethod.PUT
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.TRACE
|
|
name: TRACE
|
|
nameWithType: HttpMethod.TRACE
|
|
uid: com.microsoft.azure.functions.HttpMethod.TRACE
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<HttpMethod>" data-throw-if-not-resolved="False"/>
|
|
inheritedMembers:
|
|
- com.microsoft.azure.functions._http_method_1a803c7974a34ed2a3a4644eb5879b6c98
|
|
methods:
|
|
- fullName: com.microsoft.azure.functions.HttpMethod.value(String value)
|
|
name: value(String value)
|
|
nameWithType: HttpMethod.value(String value)
|
|
parameters:
|
|
- description: <p>of http method in any case </p>
|
|
name: value
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>this enum </p>
|
|
type: <xref href="com.microsoft.azure.functions.HttpMethod?alt=com.microsoft.azure.functions.HttpMethod&text=HttpMethod" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Converts passed value to upper case to extract valueOf() of this Enum.</p>
|
|
|
|
<p></p>
|
|
syntax: public static HttpMethod value(String value)
|
|
uid: com.microsoft.azure.functions.HttpMethod.value(String)
|
|
nameWithType: HttpMethod
|
|
syntax: public enum HttpMethod
|
|
uid: com.microsoft.azure.functions.HttpMethod
|
|
fullName: com.microsoft.azure.functions.HttpMethod
|
|
name: HttpMethod
|
|
package: com.microsoft.azure.functions
|
|
metadata: {}
|