azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.functio...

103 строки
4.6 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.functions.HttpMethod"
fullName: "com.microsoft.azure.functions.HttpMethod"
name: "HttpMethod"
nameWithType: "HttpMethod"
summary: "Copyright (c) Microsoft Corporation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
- "java.lang.Enum.clone()"
- "java.lang.Enum.compareTo(E)"
- "java.lang.Enum.equals(java.lang.Object)"
- "java.lang.Enum.finalize()"
- "java.lang.Enum.getDeclaringClass()"
- "java.lang.Enum.hashCode()"
- "java.lang.Enum.name()"
- "java.lang.Enum.ordinal()"
- "java.lang.Enum.toString()"
- "java.lang.Object.getClass()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public enum HttpMethod extends Enum<HttpMethod>"
fields:
- uid: "com.microsoft.azure.functions.HttpMethod.CONNECT"
fullName: "com.microsoft.azure.functions.HttpMethod.CONNECT"
name: "CONNECT"
nameWithType: "HttpMethod.CONNECT"
- uid: "com.microsoft.azure.functions.HttpMethod.DELETE"
fullName: "com.microsoft.azure.functions.HttpMethod.DELETE"
name: "DELETE"
nameWithType: "HttpMethod.DELETE"
- uid: "com.microsoft.azure.functions.HttpMethod.GET"
fullName: "com.microsoft.azure.functions.HttpMethod.GET"
name: "GET"
nameWithType: "HttpMethod.GET"
- uid: "com.microsoft.azure.functions.HttpMethod.HEAD"
fullName: "com.microsoft.azure.functions.HttpMethod.HEAD"
name: "HEAD"
nameWithType: "HttpMethod.HEAD"
- uid: "com.microsoft.azure.functions.HttpMethod.OPTIONS"
fullName: "com.microsoft.azure.functions.HttpMethod.OPTIONS"
name: "OPTIONS"
nameWithType: "HttpMethod.OPTIONS"
- uid: "com.microsoft.azure.functions.HttpMethod.POST"
fullName: "com.microsoft.azure.functions.HttpMethod.POST"
name: "POST"
nameWithType: "HttpMethod.POST"
- uid: "com.microsoft.azure.functions.HttpMethod.PUT"
fullName: "com.microsoft.azure.functions.HttpMethod.PUT"
name: "PUT"
nameWithType: "HttpMethod.PUT"
- uid: "com.microsoft.azure.functions.HttpMethod.TRACE"
fullName: "com.microsoft.azure.functions.HttpMethod.TRACE"
name: "TRACE"
nameWithType: "HttpMethod.TRACE"
methods:
- uid: "com.microsoft.azure.functions.HttpMethod.value(java.lang.String)"
fullName: "com.microsoft.azure.functions.HttpMethod.value(String value)"
name: "value(String value)"
nameWithType: "HttpMethod.value(String value)"
summary: "Converts passed value to upper case to extract value<wbr>Of() of this Enum."
modifiers:
- "static"
parameters:
- description: "of http method in any case"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HttpMethod value(String value)"
desc: "Converts passed value to upper case to extract valueOf() of this Enum."
returns:
description: "this enum"
type: "<xref href=\"com.microsoft.azure.functions.HttpMethod?alt=com.microsoft.azure.functions.HttpMethod&text=HttpMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.HttpMethod.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.functions.HttpMethod.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "HttpMethod.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HttpMethod valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.functions.HttpMethod?alt=com.microsoft.azure.functions.HttpMethod&text=HttpMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.HttpMethod.values()"
fullName: "com.microsoft.azure.functions.HttpMethod.values()"
name: "values()"
nameWithType: "HttpMethod.values()"
modifiers:
- "static"
syntax: "public static HttpMethod[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.functions.HttpMethod?alt=com.microsoft.azure.functions.HttpMethod&text=HttpMethod\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information."
metadata: {}
package: "com.microsoft.azure.functions"
artifact: com.microsoft.azure.functions:azure-functions-java-library:1.3.1