-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcom.microsoft.aad.msal4j.HttpRequest.yml
108 lines (108 loc) · 6.29 KB
/
com.microsoft.aad.msal4j.HttpRequest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
### YamlMime:JavaType
uid: "com.microsoft.aad.msal4j.HttpRequest"
fullName: "com.microsoft.aad.msal4j.HttpRequest"
name: "HttpRequest"
nameWithType: "HttpRequest"
summary: "Contains information about outgoing HTTP request."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **HttpRequest**"
methods:
- uid: "com.microsoft.aad.msal4j.HttpRequest.body()"
fullName: "com.microsoft.aad.msal4j.HttpRequest.body()"
name: "body()"
nameWithType: "HttpRequest.body()"
summary: "HTTP request body"
syntax: "public String body()"
desc: "HTTP request body"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.HttpRequest.canEqual(java.lang.Object)"
fullName: "com.microsoft.aad.msal4j.HttpRequest.canEqual(Object other)"
name: "canEqual(Object other)"
nameWithType: "HttpRequest.canEqual(Object other)"
modifiers:
- "protected"
parameters:
- name: "other"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected boolean canEqual(Object other)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.HttpRequest.equals(java.lang.Object)"
fullName: "com.microsoft.aad.msal4j.HttpRequest.equals(Object o)"
name: "equals(Object o)"
nameWithType: "HttpRequest.equals(Object o)"
overridden: "java.lang.Object.equals(java.lang.Object)"
parameters:
- name: "o"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public boolean equals(Object o)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.HttpRequest.hashCode()"
fullName: "com.microsoft.aad.msal4j.HttpRequest.hashCode()"
name: "hashCode()"
nameWithType: "HttpRequest.hashCode()"
overridden: "java.lang.Object.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.HttpRequest.headerValue(java.lang.String)"
fullName: "com.microsoft.aad.msal4j.HttpRequest.headerValue(String headerName)"
name: "headerValue(String headerName)"
nameWithType: "HttpRequest.headerValue(String headerName)"
parameters:
- description: "Name of HTTP header name"
name: "headerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public String headerValue(String headerName)"
returns:
description: "Value of HTTP header"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.HttpRequest.headers()"
fullName: "com.microsoft.aad.msal4j.HttpRequest.headers()"
name: "headers()"
nameWithType: "HttpRequest.headers()"
summary: "HTTP request headers"
syntax: "public Map<String,String> headers()"
desc: "HTTP request headers"
returns:
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.aad.msal4j.HttpRequest.httpMethod()"
fullName: "com.microsoft.aad.msal4j.HttpRequest.httpMethod()"
name: "httpMethod()"
nameWithType: "HttpRequest.httpMethod()"
summary: "<xref uid=\"com.microsoft.aad.msal4j.HttpMethod\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpMethod\"></xref>"
syntax: "public HttpMethod httpMethod()"
desc: "<xref uid=\"com.microsoft.aad.msal4j.HttpMethod\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpMethod\"></xref>"
returns:
type: "<xref href=\"com.microsoft.aad.msal4j.HttpMethod?alt=com.microsoft.aad.msal4j.HttpMethod&text=HttpMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.HttpRequest.url()"
fullName: "com.microsoft.aad.msal4j.HttpRequest.url()"
name: "url()"
nameWithType: "HttpRequest.url()"
summary: "HTTP request url"
syntax: "public URL url()"
desc: "HTTP request url"
returns:
type: "<xref href=\"java.net.URL?alt=java.net.URL&text=URL\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains information about outgoing HTTP request. Should be adapted to HTTP request for HTTP client of choice"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2