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

50 строки
2.0 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

2020-12-04 07:30:31 +03:00
### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.identity.client.HttpMethod.CONNECT
2020-02-29 02:06:40 +03:00
name: CONNECT
nameWithType: HttpMethod.CONNECT
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.CONNECT
- fullName: com.microsoft.identity.client.HttpMethod.DELETE
2020-02-29 02:06:40 +03:00
name: DELETE
nameWithType: HttpMethod.DELETE
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.DELETE
- fullName: com.microsoft.identity.client.HttpMethod.GET
2020-02-29 02:06:40 +03:00
name: GET
nameWithType: HttpMethod.GET
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.GET
- fullName: com.microsoft.identity.client.HttpMethod.HEAD
2020-02-29 02:06:40 +03:00
name: HEAD
nameWithType: HttpMethod.HEAD
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.HEAD
- fullName: com.microsoft.identity.client.HttpMethod.OPTIONS
2020-02-29 02:06:40 +03:00
name: OPTIONS
nameWithType: HttpMethod.OPTIONS
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.OPTIONS
- fullName: com.microsoft.identity.client.HttpMethod.PATCH
2020-02-29 02:06:40 +03:00
name: PATCH
nameWithType: HttpMethod.PATCH
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.PATCH
- fullName: com.microsoft.identity.client.HttpMethod.POST
2020-02-29 02:06:40 +03:00
name: POST
nameWithType: HttpMethod.POST
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.POST
- fullName: com.microsoft.identity.client.HttpMethod.PUT
2020-02-29 02:06:40 +03:00
name: PUT
nameWithType: HttpMethod.PUT
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.PUT
- fullName: com.microsoft.identity.client.HttpMethod.TRACE
2020-02-29 02:06:40 +03:00
name: TRACE
nameWithType: HttpMethod.TRACE
2020-12-04 07:30:31 +03:00
uid: com.microsoft.identity.client.HttpMethod.TRACE
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.identity.client.HttpMethod
fullName: com.microsoft.identity.client.HttpMethod
name: HttpMethod
package: com.microsoft.identity.client
summary: <p>HTTP Request Methods as defined in <a href="https://tools.ietf.org/html/rfc7231#section-4.3">RFC-7231/§4.3</a> and <a href="https://tools.ietf.org/html/rfc5789">RFC-5789</a>. </p>
metadata: {}