mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
update java samples
This commit is contained in:
parent
4185782ddc
commit
6b9f6bd2b1
@ -77,7 +77,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@ -138,7 +139,8 @@ public class FakeApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@ -154,7 +156,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@ -172,7 +175,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -78,7 +78,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@ -149,7 +150,8 @@ public class PetApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@ -168,7 +170,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@ -189,7 +192,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user