azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.sdk.iot...

34 строки
1.5 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.DELETE
name: DELETE
nameWithType: HttpMethod.DELETE
uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.DELETE
- fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.GET
name: GET
nameWithType: HttpMethod.GET
uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.GET
- fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.PATCH
name: PATCH
nameWithType: HttpMethod.PATCH
uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.PATCH
- fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.POST
name: POST
nameWithType: HttpMethod.POST
uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.POST
- fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.PUT
name: PUT
nameWithType: HttpMethod.PUT
uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod.PUT
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;HttpMethod&gt;" data-throw-if-not-resolved="False"/>
nameWithType: HttpMethod
syntax: public enum HttpMethod
uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod
fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod
name: HttpMethod
package: com.microsoft.azure.sdk.iot.service.transport.http
summary: <p>The HTTPS request method (i.e. GET). </p>
metadata: {}