@@ -4,6 +4,9 @@ All URIs are relative to *http://petstore.swagger.io/v2*
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------------- | ------------- | -------------|
7
+ | [ ** fakeInlineSchemaAnyofPath1Get** ] ( FakeApi.md#fakeInlineSchemaAnyofPath1Get ) | ** GET** /fake/inline/schema/anyof/path1 | |
8
+ | [ ** fakeInlineSchemaAnyofPath2Get** ] ( FakeApi.md#fakeInlineSchemaAnyofPath2Get ) | ** GET** /fake/inline/schema/anyof/path2 | |
9
+ | [ ** fakeInlineSchemaAnyofPath3Get** ] ( FakeApi.md#fakeInlineSchemaAnyofPath3Get ) | ** GET** /fake/inline/schema/anyof/path3 | |
7
10
| [ ** op1** ] ( FakeApi.md#op1 ) | ** POST** /fake/api/changeowner | op1 |
8
11
| [ ** op2** ] ( FakeApi.md#op2 ) | ** POST** /fake/api/changename | op2 |
9
12
| [ ** op3** ] ( FakeApi.md#op3 ) | ** POST** /fake/api/query/enum | op3 |
@@ -13,6 +16,174 @@ All URIs are relative to *http://petstore.swagger.io/v2*
13
16
| [ ** responseRefToRef** ] ( FakeApi.md#responseRefToRef ) | ** GET** /ref/ref | |
14
17
15
18
19
+ <a id =" fakeInlineSchemaAnyofPath1Get " ></a >
20
+ # ** fakeInlineSchemaAnyofPath1Get**
21
+ > Object fakeInlineSchemaAnyofPath1Get()
22
+
23
+
24
+
25
+ ### Example
26
+ ``` java
27
+ // Import classes:
28
+ import org.openapitools.client.ApiClient ;
29
+ import org.openapitools.client.ApiException ;
30
+ import org.openapitools.client.Configuration ;
31
+ import org.openapitools.client.models.* ;
32
+ import org.openapitools.client.api.FakeApi ;
33
+
34
+ public class Example {
35
+ public static void main (String [] args ) {
36
+ ApiClient defaultClient = Configuration . getDefaultApiClient();
37
+ defaultClient. setBasePath(" http://petstore.swagger.io/v2" );
38
+
39
+ FakeApi apiInstance = new FakeApi (defaultClient);
40
+ try {
41
+ Object result = apiInstance. fakeInlineSchemaAnyofPath1Get();
42
+ System . out. println(result);
43
+ } catch (ApiException e) {
44
+ System . err. println(" Exception when calling FakeApi#fakeInlineSchemaAnyofPath1Get" );
45
+ System . err. println(" Status code: " + e. getCode());
46
+ System . err. println(" Reason: " + e. getResponseBody());
47
+ System . err. println(" Response headers: " + e. getResponseHeaders());
48
+ e. printStackTrace();
49
+ }
50
+ }
51
+ }
52
+ ```
53
+
54
+ ### Parameters
55
+ This endpoint does not need any parameter.
56
+
57
+ ### Return type
58
+
59
+ ** Object**
60
+
61
+ ### Authorization
62
+
63
+ No authorization required
64
+
65
+ ### HTTP request headers
66
+
67
+ - ** Content-Type** : Not defined
68
+ - ** Accept** : application/json
69
+
70
+ ### HTTP response details
71
+ | Status code | Description | Response headers |
72
+ | -------------| -------------| ------------------|
73
+ | ** 200** | | - |
74
+
75
+ <a id =" fakeInlineSchemaAnyofPath2Get " ></a >
76
+ # ** fakeInlineSchemaAnyofPath2Get**
77
+ > Object fakeInlineSchemaAnyofPath2Get()
78
+
79
+
80
+
81
+ ### Example
82
+ ``` java
83
+ // Import classes:
84
+ import org.openapitools.client.ApiClient ;
85
+ import org.openapitools.client.ApiException ;
86
+ import org.openapitools.client.Configuration ;
87
+ import org.openapitools.client.models.* ;
88
+ import org.openapitools.client.api.FakeApi ;
89
+
90
+ public class Example {
91
+ public static void main (String [] args ) {
92
+ ApiClient defaultClient = Configuration . getDefaultApiClient();
93
+ defaultClient. setBasePath(" http://petstore.swagger.io/v2" );
94
+
95
+ FakeApi apiInstance = new FakeApi (defaultClient);
96
+ try {
97
+ Object result = apiInstance. fakeInlineSchemaAnyofPath2Get();
98
+ System . out. println(result);
99
+ } catch (ApiException e) {
100
+ System . err. println(" Exception when calling FakeApi#fakeInlineSchemaAnyofPath2Get" );
101
+ System . err. println(" Status code: " + e. getCode());
102
+ System . err. println(" Reason: " + e. getResponseBody());
103
+ System . err. println(" Response headers: " + e. getResponseHeaders());
104
+ e. printStackTrace();
105
+ }
106
+ }
107
+ }
108
+ ```
109
+
110
+ ### Parameters
111
+ This endpoint does not need any parameter.
112
+
113
+ ### Return type
114
+
115
+ ** Object**
116
+
117
+ ### Authorization
118
+
119
+ No authorization required
120
+
121
+ ### HTTP request headers
122
+
123
+ - ** Content-Type** : Not defined
124
+ - ** Accept** : application/json
125
+
126
+ ### HTTP response details
127
+ | Status code | Description | Response headers |
128
+ | -------------| -------------| ------------------|
129
+ | ** 200** | | - |
130
+
131
+ <a id =" fakeInlineSchemaAnyofPath3Get " ></a >
132
+ # ** fakeInlineSchemaAnyofPath3Get**
133
+ > List< ; Object> ; fakeInlineSchemaAnyofPath3Get()
134
+
135
+
136
+
137
+ ### Example
138
+ ``` java
139
+ // Import classes:
140
+ import org.openapitools.client.ApiClient ;
141
+ import org.openapitools.client.ApiException ;
142
+ import org.openapitools.client.Configuration ;
143
+ import org.openapitools.client.models.* ;
144
+ import org.openapitools.client.api.FakeApi ;
145
+
146
+ public class Example {
147
+ public static void main (String [] args ) {
148
+ ApiClient defaultClient = Configuration . getDefaultApiClient();
149
+ defaultClient. setBasePath(" http://petstore.swagger.io/v2" );
150
+
151
+ FakeApi apiInstance = new FakeApi (defaultClient);
152
+ try {
153
+ List<Object > result = apiInstance. fakeInlineSchemaAnyofPath3Get();
154
+ System . out. println(result);
155
+ } catch (ApiException e) {
156
+ System . err. println(" Exception when calling FakeApi#fakeInlineSchemaAnyofPath3Get" );
157
+ System . err. println(" Status code: " + e. getCode());
158
+ System . err. println(" Reason: " + e. getResponseBody());
159
+ System . err. println(" Response headers: " + e. getResponseHeaders());
160
+ e. printStackTrace();
161
+ }
162
+ }
163
+ }
164
+ ```
165
+
166
+ ### Parameters
167
+ This endpoint does not need any parameter.
168
+
169
+ ### Return type
170
+
171
+ ** List< ; Object> ; **
172
+
173
+ ### Authorization
174
+
175
+ No authorization required
176
+
177
+ ### HTTP request headers
178
+
179
+ - ** Content-Type** : Not defined
180
+ - ** Accept** : application/json
181
+
182
+ ### HTTP response details
183
+ | Status code | Description | Response headers |
184
+ | -------------| -------------| ------------------|
185
+ | ** 200** | | - |
186
+
16
187
<a id =" op1 " ></a >
17
188
# ** op1**
18
189
> Object op1()
0 commit comments