diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache index 0fc1a57032f1..62edfeb8ee14 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache @@ -67,7 +67,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details - +
+ {{#responses}} @@ -101,7 +102,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -232,7 +234,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -252,7 +255,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache index 3beebe5cb9cb..be8861553ddb 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache @@ -67,7 +67,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -101,7 +102,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -232,7 +234,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -252,7 +255,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache index ab2f93c77d3b..3fe8452a2420 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache @@ -98,7 +98,8 @@ public class {{classname}} { * @throws ApiException If fail to serialize the request body object {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -287,7 +288,8 @@ public class {{classname}} { * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -327,7 +329,8 @@ public class {{classname}} { * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -395,7 +398,8 @@ public class {{classname}} { * @throws ApiException If fail to process the API call, e.g. serializing the request body object {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -455,7 +459,8 @@ public class {{classname}} { * @throws ApiException If fail to serialize the request body object {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -479,7 +484,8 @@ public class {{classname}} { * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -511,7 +517,8 @@ public class {{classname}} { * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -543,7 +550,8 @@ public class {{classname}} { * @throws ApiException If fail to process the API call, e.g. serializing the request body object {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -569,7 +577,8 @@ public class {{classname}} { * @return API{{operationId}}Request {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} diff --git a/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache b/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache index 8554cff7627f..329206d99daa 100644 --- a/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache +++ b/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache @@ -61,7 +61,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -95,7 +96,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -200,7 +202,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} @@ -220,7 +223,8 @@ public class {{classname}} { * @throws ApiException if fails to make API call {{#responses.0}} * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ {{#responses}} diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java index 2c57d0c17dcd..e45514969fd8 100644 --- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
{{code}} {{message}} {{#headers}} * {{baseName}} - {{description}}
{{/headers}}{{^headers.0}} - {{/headers.0}}
+
+ @@ -152,7 +153,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -170,7 +172,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -190,7 +193,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -211,7 +215,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) throw * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -282,7 +287,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -299,7 +305,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -318,7 +325,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -336,7 +344,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -409,7 +418,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -427,7 +437,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -447,7 +458,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -467,7 +479,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -543,7 +556,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -563,7 +577,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -585,7 +600,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -607,7 +623,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -678,7 +695,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -697,7 +715,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -718,7 +737,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -739,7 +759,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -814,7 +835,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -836,7 +858,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -860,7 +883,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -886,7 +910,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) th * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -963,7 +988,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -981,7 +1007,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1001,7 +1028,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1021,7 +1049,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1100,7 +1129,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1119,7 +1149,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1140,7 +1171,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java index df8db739366f..1572d13a7485 100644 --- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -516,7 +529,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -534,7 +548,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -554,7 +569,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java index 7b8cb5c3dcbe..684295ba1bb9 100644 --- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -146,7 +147,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -162,7 +164,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -180,7 +183,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -198,7 +202,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -264,7 +269,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -280,7 +286,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -298,7 +305,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -316,7 +324,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -382,7 +391,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -398,7 +408,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -416,7 +427,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -434,7 +446,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -501,7 +514,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -518,7 +532,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -537,7 +552,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -556,7 +572,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -627,7 +644,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -646,7 +664,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -667,7 +686,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -689,7 +709,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -772,7 +793,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -791,7 +813,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -812,7 +835,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -831,7 +855,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -890,7 +915,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -905,7 +931,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -922,7 +949,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -941,7 +969,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1015,7 +1044,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1033,7 +1063,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1053,7 +1084,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java index f0e208cbc610..6b1de16b6e64 100644 --- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java +++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java @@ -77,7 +77,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -138,7 +139,8 @@ private okhttp3.Call testAuthHttpBasicValidateBeforeCall(final ApiCallback _call * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -154,7 +156,8 @@ public String testAuthHttpBasic() throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -172,7 +175,8 @@ public ApiResponse testAuthHttpBasicWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -190,7 +194,8 @@ public okhttp3.Call testAuthHttpBasicAsync(final ApiCallback _callback) * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -251,7 +256,8 @@ private okhttp3.Call testAuthHttpBearerValidateBeforeCall(final ApiCallback _cal * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -267,7 +273,8 @@ public String testAuthHttpBearer() throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -285,7 +292,8 @@ public ApiResponse testAuthHttpBearerWithHttpInfo() throws ApiException * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java index 19a2c37c4675..db1dd7068a84 100644 --- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java +++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -142,7 +143,8 @@ private okhttp3.Call testBinaryGifValidateBeforeCall(final ApiCallback _callback * @return File * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -158,7 +160,8 @@ public File testBinaryGif() throws ApiException { * @return ApiResponse<File> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -176,7 +179,8 @@ public ApiResponse testBinaryGifWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -195,7 +199,8 @@ public okhttp3.Call testBinaryGifAsync(final ApiCallback _callback) throws * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -258,7 +263,8 @@ private okhttp3.Call testBodyApplicationOctetstreamBinaryValidateBeforeCall(File * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -275,7 +281,8 @@ public String testBodyApplicationOctetstreamBinary(File body) throws ApiExceptio * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -294,7 +301,8 @@ public ApiResponse testBodyApplicationOctetstreamBinaryWithHttpInfo(File * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -313,7 +321,8 @@ public okhttp3.Call testBodyApplicationOctetstreamBinaryAsync(File body, final A * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -385,7 +394,8 @@ private okhttp3.Call testBodyMultipartFormdataArrayOfBinaryValidateBeforeCall(Li * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -402,7 +412,8 @@ public String testBodyMultipartFormdataArrayOfBinary(List files) throws Ap * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -421,7 +432,8 @@ public ApiResponse testBodyMultipartFormdataArrayOfBinaryWithHttpInfo(Li * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -440,7 +452,8 @@ public okhttp3.Call testBodyMultipartFormdataArrayOfBinaryAsync(List files * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -507,7 +520,8 @@ private okhttp3.Call testBodyMultipartFormdataSingleBinaryValidateBeforeCall(Fil * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -524,7 +538,8 @@ public String testBodyMultipartFormdataSingleBinary(File myFile) throws ApiExcep * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -543,7 +558,8 @@ public ApiResponse testBodyMultipartFormdataSingleBinaryWithHttpInfo(Fil * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -562,7 +578,8 @@ public okhttp3.Call testBodyMultipartFormdataSingleBinaryAsync(File myFile, fina * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -625,7 +642,8 @@ private okhttp3.Call testEchoBodyAllOfPetValidateBeforeCall(Pet pet, final ApiCa * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -642,7 +660,8 @@ public Pet testEchoBodyAllOfPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -661,7 +680,8 @@ public ApiResponse testEchoBodyAllOfPetWithHttpInfo(Pet pet) throws ApiExce * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -680,7 +700,8 @@ public okhttp3.Call testEchoBodyAllOfPetAsync(Pet pet, final ApiCallback _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -743,7 +764,8 @@ private okhttp3.Call testEchoBodyFreeFormObjectResponseStringValidateBeforeCall( * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -760,7 +782,8 @@ public String testEchoBodyFreeFormObjectResponseString(Object body) throws ApiEx * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -779,7 +802,8 @@ public ApiResponse testEchoBodyFreeFormObjectResponseStringWithHttpInfo( * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -798,7 +822,8 @@ public okhttp3.Call testEchoBodyFreeFormObjectResponseStringAsync(Object body, f * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -861,7 +886,8 @@ private okhttp3.Call testEchoBodyPetValidateBeforeCall(Pet pet, final ApiCallbac * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -878,7 +904,8 @@ public Pet testEchoBodyPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -897,7 +924,8 @@ public ApiResponse testEchoBodyPetWithHttpInfo(Pet pet) throws ApiException * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -916,7 +944,8 @@ public okhttp3.Call testEchoBodyPetAsync(Pet pet, final ApiCallback _callba * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -979,7 +1008,8 @@ private okhttp3.Call testEchoBodyPetResponseStringValidateBeforeCall(Pet pet, fi * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -996,7 +1026,8 @@ public String testEchoBodyPetResponseString(Pet pet) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1015,7 +1046,8 @@ public ApiResponse testEchoBodyPetResponseStringWithHttpInfo(Pet pet) th * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1034,7 +1066,8 @@ public okhttp3.Call testEchoBodyPetResponseStringAsync(Pet pet, final ApiCallbac * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1097,7 +1130,8 @@ private okhttp3.Call testEchoBodyStringEnumValidateBeforeCall(String body, final * @return StringEnumRef * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1114,7 +1148,8 @@ public StringEnumRef testEchoBodyStringEnum(String body) throws ApiException { * @return ApiResponse<StringEnumRef> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1133,7 +1168,8 @@ public ApiResponse testEchoBodyStringEnumWithHttpInfo(String body * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1152,7 +1188,8 @@ public okhttp3.Call testEchoBodyStringEnumAsync(String body, final ApiCallback + +
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1215,7 +1252,8 @@ private okhttp3.Call testEchoBodyTagResponseStringValidateBeforeCall(Tag tag, fi * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1232,7 +1270,8 @@ public String testEchoBodyTagResponseString(Tag tag) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1251,7 +1290,8 @@ public ApiResponse testEchoBodyTagResponseStringWithHttpInfo(Tag tag) th * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java index 92a270914dd2..1dd1f55b39c7 100644 --- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java +++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -158,7 +159,8 @@ private okhttp3.Call testFormIntegerBooleanStringValidateBeforeCall(Integer inte * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -177,7 +179,8 @@ public String testFormIntegerBooleanString(Integer integerForm, Boolean booleanF * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -198,7 +201,8 @@ public ApiResponse testFormIntegerBooleanStringWithHttpInfo(Integer inte * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -217,7 +221,8 @@ public okhttp3.Call testFormIntegerBooleanStringAsync(Integer integerForm, Boole * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -289,7 +294,8 @@ private okhttp3.Call testFormObjectMultipartValidateBeforeCall(TestFormObjectMul * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -306,7 +312,8 @@ public String testFormObjectMultipart(TestFormObjectMultipartRequestMarker marke * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -325,7 +332,8 @@ public ApiResponse testFormObjectMultipartWithHttpInfo(TestFormObjectMul * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -349,7 +357,8 @@ public okhttp3.Call testFormObjectMultipartAsync(TestFormObjectMultipartRequestM * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -441,7 +450,8 @@ private okhttp3.Call testFormOneofValidateBeforeCall(String form1, Integer form2 * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -463,7 +473,8 @@ public String testFormOneof(String form1, Integer form2, String form3, Boolean f * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -487,7 +498,8 @@ public ApiResponse testFormOneofWithHttpInfo(String form1, Integer form2 * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java index f68a4d345229..f76b0c87b165 100644 --- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java +++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java @@ -83,7 +83,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -169,7 +170,8 @@ private okhttp3.Call testHeaderIntegerBooleanStringEnumsValidateBeforeCall(Integ * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -190,7 +192,8 @@ public String testHeaderIntegerBooleanStringEnums(Integer integerHeader, Boolean * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -213,7 +216,8 @@ public ApiResponse testHeaderIntegerBooleanStringEnumsWithHttpInfo(Integ * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java index f9392cccfa43..cca3d0e9f348 100644 --- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java +++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java @@ -82,7 +82,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -171,7 +172,8 @@ private okhttp3.Call testsPathStringPathStringIntegerPathIntegerEnumNonrefString * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -191,7 +193,8 @@ public String testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnu * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -213,7 +216,8 @@ public ApiResponse testsPathStringPathStringIntegerPathIntegerEnumNonref * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java index 368b2b7d2095..43b317e4f8f9 100644 --- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java +++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java @@ -86,7 +86,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -157,7 +158,8 @@ private okhttp3.Call testEnumRefStringValidateBeforeCall(String enumNonrefString * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -175,7 +177,8 @@ public String testEnumRefString(String enumNonrefStringQuery, StringEnumRef enum * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -195,7 +198,8 @@ public ApiResponse testEnumRefStringWithHttpInfo(String enumNonrefString * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -216,7 +220,8 @@ public okhttp3.Call testEnumRefStringAsync(String enumNonrefStringQuery, StringE * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -292,7 +297,8 @@ private okhttp3.Call testQueryDatetimeDateStringValidateBeforeCall(OffsetDateTim * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -311,7 +317,8 @@ public String testQueryDatetimeDateString(OffsetDateTime datetimeQuery, LocalDat * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -332,7 +339,8 @@ public ApiResponse testQueryDatetimeDateStringWithHttpInfo(OffsetDateTim * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -353,7 +361,8 @@ public okhttp3.Call testQueryDatetimeDateStringAsync(OffsetDateTime datetimeQuer * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -429,7 +438,8 @@ private okhttp3.Call testQueryIntegerBooleanStringValidateBeforeCall(Integer int * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -448,7 +458,8 @@ public String testQueryIntegerBooleanString(Integer integerQuery, Boolean boolea * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -469,7 +480,8 @@ public ApiResponse testQueryIntegerBooleanStringWithHttpInfo(Integer int * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -488,7 +500,8 @@ public okhttp3.Call testQueryIntegerBooleanStringAsync(Integer integerQuery, Boo * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -554,7 +567,8 @@ private okhttp3.Call testQueryStyleDeepObjectExplodeTrueObjectValidateBeforeCall * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -571,7 +585,8 @@ public String testQueryStyleDeepObjectExplodeTrueObject(Pet queryObject) throws * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -590,7 +605,8 @@ public ApiResponse testQueryStyleDeepObjectExplodeTrueObjectWithHttpInfo * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -609,7 +625,8 @@ public okhttp3.Call testQueryStyleDeepObjectExplodeTrueObjectAsync(Pet queryObje * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -675,7 +692,8 @@ private okhttp3.Call testQueryStyleDeepObjectExplodeTrueObjectAllOfValidateBefor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -692,7 +710,8 @@ public String testQueryStyleDeepObjectExplodeTrueObjectAllOf(TestQueryStyleDeepO * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -711,7 +730,8 @@ public ApiResponse testQueryStyleDeepObjectExplodeTrueObjectAllOfWithHtt * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -730,7 +750,8 @@ public okhttp3.Call testQueryStyleDeepObjectExplodeTrueObjectAllOfAsync(TestQuer * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -796,7 +817,8 @@ private okhttp3.Call testQueryStyleFormExplodeFalseArrayIntegerValidateBeforeCal * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -813,7 +835,8 @@ public String testQueryStyleFormExplodeFalseArrayInteger(List queryObje * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -832,7 +855,8 @@ public ApiResponse testQueryStyleFormExplodeFalseArrayIntegerWithHttpInf * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -851,7 +875,8 @@ public okhttp3.Call testQueryStyleFormExplodeFalseArrayIntegerAsync(List + +
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -917,7 +942,8 @@ private okhttp3.Call testQueryStyleFormExplodeFalseArrayStringValidateBeforeCall * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -934,7 +960,8 @@ public String testQueryStyleFormExplodeFalseArrayString(List queryObject * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -953,7 +980,8 @@ public ApiResponse testQueryStyleFormExplodeFalseArrayStringWithHttpInfo * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -972,7 +1000,8 @@ public okhttp3.Call testQueryStyleFormExplodeFalseArrayStringAsync(List * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1038,7 +1067,8 @@ private okhttp3.Call testQueryStyleFormExplodeTrueArrayStringValidateBeforeCall( * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1055,7 +1085,8 @@ public String testQueryStyleFormExplodeTrueArrayString(TestQueryStyleFormExplode * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1074,7 +1105,8 @@ public ApiResponse testQueryStyleFormExplodeTrueArrayStringWithHttpInfo( * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1093,7 +1125,8 @@ public okhttp3.Call testQueryStyleFormExplodeTrueArrayStringAsync(TestQueryStyle * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1159,7 +1192,8 @@ private okhttp3.Call testQueryStyleFormExplodeTrueObjectValidateBeforeCall(Pet q * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1176,7 +1210,8 @@ public String testQueryStyleFormExplodeTrueObject(Pet queryObject) throws ApiExc * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1195,7 +1230,8 @@ public ApiResponse testQueryStyleFormExplodeTrueObjectWithHttpInfo(Pet q * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1214,7 +1250,8 @@ public okhttp3.Call testQueryStyleFormExplodeTrueObjectAsync(Pet queryObject, fi * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1280,7 +1317,8 @@ private okhttp3.Call testQueryStyleFormExplodeTrueObjectAllOfValidateBeforeCall( * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1297,7 +1335,8 @@ public String testQueryStyleFormExplodeTrueObjectAllOf(DataQuery queryObject) th * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
@@ -1316,7 +1355,8 @@ public ApiResponse testQueryStyleFormExplodeTrueObjectAllOfWithHttpInfo( * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful operation -
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java index 5ec34e4f194e..5ac55c254d45 100644 --- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @return Example * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -67,7 +68,8 @@ public Example callList() throws ApiException { * @return ApiResponse<Example> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java index 5ec34e4f194e..5ac55c254d45 100644 --- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @return Example * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -67,7 +68,8 @@ public Example callList() throws ApiException { * @return ApiResponse<Example> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
diff --git a/samples/client/others/java/okhttp-gson-oneOf-array/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/others/java/okhttp-gson-oneOf-array/src/main/java/org/openapitools/client/api/DefaultApi.java index cdd8b217345d..7ec8c53f168b 100644 --- a/samples/client/others/java/okhttp-gson-oneOf-array/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/others/java/okhttp-gson-oneOf-array/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Response -
@@ -141,7 +142,8 @@ private okhttp3.Call myExampleGetValidateBeforeCall(final ApiCallback _callback) * @return MyExampleGet200Response * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Response -
@@ -157,7 +159,8 @@ public MyExampleGet200Response myExampleGet() throws ApiException { * @return ApiResponse<MyExampleGet200Response> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Response -
@@ -175,7 +178,8 @@ public ApiResponse myExampleGetWithHttpInfo() throws Ap * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Response -
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java index f8bb92cfdc4e..b695230ccfe4 100644 --- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -140,7 +141,8 @@ private okhttp3.Call myExamplePostValidateBeforeCall(MyExamplePostRequest myExam * @param myExamplePostRequest (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -156,7 +158,8 @@ public void myExamplePost(MyExamplePostRequest myExamplePostRequest) throws ApiE * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -174,7 +177,8 @@ public ApiResponse myExamplePostWithHttpInfo(MyExamplePostRequest myExampl * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/api/PingApi.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/api/PingApi.java index 7069780983ad..d7f31107c808 100644 --- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/api/PingApi.java +++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/api/PingApi.java @@ -191,7 +191,8 @@ public APIgetPingRequest status(String status) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -205,7 +206,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return SomeObj * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -219,7 +221,8 @@ public InputStream execute() throws ApiException { * @return ApiResponse<SomeObj> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -234,7 +237,8 @@ public InputStream executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -250,7 +254,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap * @param petId ID of pet that needs to be updated (required) * @return APIgetPingRequest * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -265,7 +270,8 @@ public APIgetPingRequest getPing(Long petId) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -328,7 +334,8 @@ private okhttp3.Call postPingValidateBeforeCall(SomeObj someObj, final ApiCallba * @return SomeObj * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -345,7 +352,8 @@ public InputStream postPing(SomeObj someObj) throws ApiException { * @return ApiResponse<SomeObj> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -364,7 +372,8 @@ public InputStream postPingWithHttpInfo(SomeObj someObj) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index a9f249364ae5..d5d037557842 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -72,7 +73,8 @@ public Client call123testSpecialTags(UUID uuidTest, Client body) throws ApiExcep * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeApi.java index 66fd99a4f8f4..f9e8ab74bedd 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeApi.java @@ -60,7 +60,8 @@ public void setApiClient(ApiClient apiClient) { * @param xmlItem XmlItem Body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -76,7 +77,8 @@ public void createXmlItem(XmlItem xmlItem) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -100,7 +102,8 @@ public ApiResponse createXmlItemWithHttpInfo(XmlItem xmlItem) throws ApiEx * @return Boolean * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -116,7 +119,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -136,7 +140,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return OuterComposite * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -152,7 +157,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite body) throws Ap * @return ApiResponse<OuterComposite> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -172,7 +178,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return BigDecimal * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -188,7 +195,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -208,7 +216,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return String * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -224,7 +233,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -243,7 +253,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @param body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -259,7 +270,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass body) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -283,7 +295,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @param body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -300,7 +313,8 @@ public void testBodyWithQueryParams(String query, User body) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -332,7 +346,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -348,7 +363,8 @@ public Client testClientModel(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -385,7 +401,8 @@ public ApiResponse testClientModelWithHttpInfo(Client body) throws ApiEx * @param paramCallback None (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -415,7 +432,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -493,7 +511,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -517,7 +536,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -667,7 +687,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -683,7 +704,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -711,7 +733,8 @@ public APItestGroupParametersRequest testGroupParameters() throws ApiException { * @param param request body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -727,7 +750,8 @@ public void testInlineAdditionalProperties(Map param) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -751,7 +775,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -768,7 +793,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -803,7 +829,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @param context (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -823,7 +850,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index 61897806e0e4..acafdc53dd7b 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -69,7 +70,8 @@ public Client testClassname(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/PetApi.java index 4896f9e3ab1a..8be2f1969d48 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/PetApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @param body Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -72,7 +73,8 @@ public void addPet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -98,7 +100,8 @@ public ApiResponse addPetWithHttpInfo(Pet body) throws ApiException { * @param apiKey (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -116,7 +119,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -152,7 +156,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -169,7 +174,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -201,7 +207,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return Set<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -220,7 +227,8 @@ public Set findPetsByTags(Set tags) throws ApiException { * @return ApiResponse<Set<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -254,7 +262,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(Set tags) throws * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -272,7 +281,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -303,7 +313,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @param body Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -322,7 +333,8 @@ public void updatePet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -351,7 +363,8 @@ public ApiResponse updatePetWithHttpInfo(Pet body) throws ApiException { * @param status Updated status of the pet (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -369,7 +382,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -409,7 +423,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -427,7 +442,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -468,7 +484,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -486,7 +503,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/StoreApi.java index 2cddf0fad71f..19bd9025dbd4 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/StoreApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -69,7 +70,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -97,7 +99,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return Map<String, Integer> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -112,7 +115,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return Order * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -151,7 +156,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -182,7 +188,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return Order * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -199,7 +206,8 @@ public Order placeOrder(Order body) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/UserApi.java index 7a6fc74dbf0c..d7f8b2c84146 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api/UserApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @param body Created user object (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -69,7 +70,8 @@ public void createUser(User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -92,7 +94,8 @@ public ApiResponse createUserWithHttpInfo(User body) throws ApiException { * @param body List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -108,7 +111,8 @@ public void createUsersWithArrayInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -131,7 +135,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List body) * @param body List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -147,7 +152,8 @@ public void createUsersWithListInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -170,7 +176,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List body) t * @param username The name that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -187,7 +194,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -216,7 +224,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return User * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -234,7 +243,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -266,7 +276,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return String * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -284,7 +295,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -317,7 +329,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -332,7 +345,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -351,7 +365,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @param body Updated user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -369,7 +384,8 @@ public void updateUser(String username, User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index a9f249364ae5..d5d037557842 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -72,7 +73,8 @@ public Client call123testSpecialTags(UUID uuidTest, Client body) throws ApiExcep * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java index a9430fbcc2c8..9837aeda9164 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java @@ -60,7 +60,8 @@ public void setApiClient(ApiClient apiClient) { * @param xmlItem XmlItem Body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -76,7 +77,8 @@ public void createXmlItem(XmlItem xmlItem) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -100,7 +102,8 @@ public ApiResponse createXmlItemWithHttpInfo(XmlItem xmlItem) throws ApiEx * @return Boolean * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -116,7 +119,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -136,7 +140,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return OuterComposite * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -152,7 +157,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite body) throws Ap * @return ApiResponse<OuterComposite> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -172,7 +178,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return BigDecimal * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -188,7 +195,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -208,7 +216,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return String * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -224,7 +233,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -243,7 +253,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @param body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -259,7 +270,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass body) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -283,7 +295,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @param body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -300,7 +313,8 @@ public void testBodyWithQueryParams(String query, User body) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -332,7 +346,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -348,7 +363,8 @@ public Client testClientModel(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -385,7 +401,8 @@ public ApiResponse testClientModelWithHttpInfo(Client body) throws ApiEx * @param paramCallback None (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -415,7 +432,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -493,7 +511,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -517,7 +536,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -667,7 +687,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -683,7 +704,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -711,7 +733,8 @@ public APItestGroupParametersRequest testGroupParameters() throws ApiException { * @param param request body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -727,7 +750,8 @@ public void testInlineAdditionalProperties(Map param) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -751,7 +775,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -768,7 +793,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -803,7 +829,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @param context (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -823,7 +850,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index 61897806e0e4..acafdc53dd7b 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -69,7 +70,8 @@ public Client testClassname(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java index 4896f9e3ab1a..8be2f1969d48 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @param body Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -72,7 +73,8 @@ public void addPet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -98,7 +100,8 @@ public ApiResponse addPetWithHttpInfo(Pet body) throws ApiException { * @param apiKey (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -116,7 +119,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -152,7 +156,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -169,7 +174,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -201,7 +207,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return Set<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -220,7 +227,8 @@ public Set findPetsByTags(Set tags) throws ApiException { * @return ApiResponse<Set<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -254,7 +262,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(Set tags) throws * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -272,7 +281,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -303,7 +313,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @param body Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -322,7 +333,8 @@ public void updatePet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -351,7 +363,8 @@ public ApiResponse updatePetWithHttpInfo(Pet body) throws ApiException { * @param status Updated status of the pet (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -369,7 +382,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -409,7 +423,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -427,7 +442,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -468,7 +484,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -486,7 +503,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java index 2cddf0fad71f..19bd9025dbd4 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -69,7 +70,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -97,7 +99,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return Map<String, Integer> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -112,7 +115,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return Order * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -151,7 +156,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -182,7 +188,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return Order * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -199,7 +206,8 @@ public Order placeOrder(Order body) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java index 41e32cec2ea4..865a790b19b2 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @param body Created user object (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -69,7 +70,8 @@ public void createUser(User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -92,7 +94,8 @@ public ApiResponse createUserWithHttpInfo(User body) throws ApiException { * @param body List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -108,7 +111,8 @@ public void createUsersWithArrayInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -131,7 +135,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List body) * @param body List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -147,7 +152,8 @@ public void createUsersWithListInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -170,7 +176,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List body) t * @param username The name that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -187,7 +194,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -216,7 +224,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return User * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -234,7 +243,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -266,7 +276,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return String * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -284,7 +295,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -317,7 +329,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -332,7 +345,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -351,7 +365,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @param body Updated user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -369,7 +384,8 @@ public void updateUser(String username, User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/jersey3-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/petstore/java/jersey3-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java index cbae853b6eec..d0c332743cd9 100644 --- a/samples/client/petstore/java/jersey3-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/petstore/java/jersey3-oneOf/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @param postRequest (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -68,7 +69,8 @@ public void rootPost(PostRequest postRequest) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index ee1a9aa3c73a..5572d616f703 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -56,7 +56,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -72,7 +73,8 @@ public Client call123testSpecialTags(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/DefaultApi.java index 589a6f7923f7..9b1fc157b5ee 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @return FooGetDefaultResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
@@ -70,7 +71,8 @@ public FooGetDefaultResponse fooGet() throws ApiException { * @return ApiResponse<FooGetDefaultResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeApi.java index 16c8cb77b6ca..aee41a5a0ca9 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeApi.java @@ -65,7 +65,8 @@ public void setApiClient(ApiClient apiClient) { * @return HealthCheckResult * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -80,7 +81,8 @@ public HealthCheckResult fakeHealthGet() throws ApiException { * @return ApiResponse<HealthCheckResult> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -100,7 +102,8 @@ public ApiResponse fakeHealthGetWithHttpInfo() throws ApiExce * @return Boolean * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -116,7 +119,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -136,7 +140,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return OuterComposite * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -152,7 +157,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite outerComposite) * @return ApiResponse<OuterComposite> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -172,7 +178,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return BigDecimal * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -188,7 +195,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -208,7 +216,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return String * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -224,7 +233,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -243,7 +253,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @return List<OuterEnum> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -258,7 +269,8 @@ public List getArrayOfEnums() throws ApiException { * @return ApiResponse<List<OuterEnum>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -277,7 +289,8 @@ public ApiResponse> getArrayOfEnumsWithHttpInfo() throws ApiExce * @param requestBody (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 ok -
@@ -293,7 +306,8 @@ public void postArrayOfString(List<@Pattern(regexp = "[A-Z0-9]+")String> request * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 ok -
@@ -311,7 +325,8 @@ public ApiResponse postArrayOfStringWithHttpInfo(List<@Pattern(regexp = "[ * @param requestBody request body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -327,7 +342,8 @@ public void testAdditionalPropertiesReference(Map requestBody) t * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -350,7 +366,8 @@ public ApiResponse testAdditionalPropertiesReferenceWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 Success -
@@ -366,7 +383,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass fileSchemaTestClass) thro * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -390,7 +408,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @param user (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -407,7 +426,8 @@ public void testBodyWithQueryParams(String query, User user) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -439,7 +459,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -455,7 +476,8 @@ public Client testClientModel(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -492,7 +514,8 @@ public ApiResponse testClientModelWithHttpInfo(Client client) throws Api * @param paramCallback None (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -522,7 +545,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -600,7 +624,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -624,7 +649,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -775,7 +801,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -791,7 +818,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -819,7 +847,8 @@ public APItestGroupParametersRequest testGroupParameters() throws ApiException { * @param requestBody request body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -835,7 +864,8 @@ public void testInlineAdditionalProperties(Map requestBody) thro * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -858,7 +888,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -874,7 +905,8 @@ public void testInlineFreeformAdditionalProperties(TestInlineFreeformAdditionalP * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -898,7 +930,8 @@ public ApiResponse testInlineFreeformAdditionalPropertiesWithHttpInfo(Test * @param param2 field2 (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -915,7 +948,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -950,7 +984,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @param context (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -970,7 +1005,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1014,7 +1050,8 @@ public ApiResponse testQueryParameterCollectionFormatWithHttpInfo(List + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1030,7 +1067,8 @@ public void testStringMapReference(Map requestBody) throws ApiEx * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index 6cc0bb498fd7..cadb82d71160 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -56,7 +56,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -72,7 +73,8 @@ public Client testClassname(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/PetApi.java index 0b3ded1b324e..f0fc580e57af 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/PetApi.java @@ -57,7 +57,8 @@ public void setApiClient(ApiClient apiClient) { * @param pet Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -73,7 +74,8 @@ public void addPet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -98,7 +100,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @param apiKey (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -115,7 +118,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -150,7 +154,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -167,7 +172,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -199,7 +205,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -218,7 +225,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -252,7 +260,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -270,7 +279,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -301,7 +311,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @param pet Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -319,7 +330,8 @@ public void updatePet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -347,7 +359,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @param status Updated status of the pet (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -365,7 +378,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -405,7 +419,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -423,7 +438,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -464,7 +480,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -482,7 +499,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/StoreApi.java index b536ce3c26ac..b977cb9c3032 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/StoreApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -72,7 +73,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -100,7 +102,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return Map<String, Integer> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -115,7 +118,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -136,7 +140,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return Order * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -154,7 +159,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -185,7 +191,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return Order * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -202,7 +209,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/UserApi.java index d3ec7579d684..328f659aa7f3 100644 --- a/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/jersey3/src/main/java/org/openapitools/client/api/UserApi.java @@ -56,7 +56,8 @@ public void setApiClient(ApiClient apiClient) { * @param user Created user object (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -72,7 +73,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -95,7 +97,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -111,7 +114,8 @@ public void createUsersWithArrayInput(List<@Valid User> user) throws ApiExceptio * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -134,7 +138,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List<@Valid User> * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -150,7 +155,8 @@ public void createUsersWithListInput(List<@Valid User> user) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -173,7 +179,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List<@Valid User> * @param username The name that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -190,7 +197,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -219,7 +227,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return User * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -237,7 +246,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -269,7 +279,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return String * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -287,7 +298,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -320,7 +332,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -335,7 +348,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -354,7 +368,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @param user Updated user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -372,7 +387,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/FakeApi.java index 800c13aa9ec0..97c0a90540e2 100644 --- a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/FakeApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 -
@@ -142,7 +143,8 @@ private okhttp3.Call fakeInlineSchemaAnyofPath1GetValidateBeforeCall(final ApiCa * @return Object * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -158,7 +160,8 @@ public Object fakeInlineSchemaAnyofPath1Get() throws ApiException { * @return ApiResponse<Object> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -176,7 +179,8 @@ public ApiResponse fakeInlineSchemaAnyofPath1GetWithHttpInfo() throws Ap * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -194,7 +198,8 @@ public okhttp3.Call fakeInlineSchemaAnyofPath1GetAsync(final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -255,7 +260,8 @@ private okhttp3.Call fakeInlineSchemaAnyofPath2GetValidateBeforeCall(final ApiCa * @return Object * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -271,7 +277,8 @@ public Object fakeInlineSchemaAnyofPath2Get() throws ApiException { * @return ApiResponse<Object> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -289,7 +296,8 @@ public ApiResponse fakeInlineSchemaAnyofPath2GetWithHttpInfo() throws Ap * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -307,7 +315,8 @@ public okhttp3.Call fakeInlineSchemaAnyofPath2GetAsync(final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -368,7 +377,8 @@ private okhttp3.Call fakeInlineSchemaAnyofPath3GetValidateBeforeCall(final ApiCa * @return List<Object> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -384,7 +394,8 @@ public List fakeInlineSchemaAnyofPath3Get() throws ApiException { * @return ApiResponse<List<Object>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -402,7 +413,8 @@ public ApiResponse> fakeInlineSchemaAnyofPath3GetWithHttpInfo() thr * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -420,7 +432,8 @@ public okhttp3.Call fakeInlineSchemaAnyofPath3GetAsync(final ApiCallback + + @@ -482,7 +495,8 @@ private okhttp3.Call op1ValidateBeforeCall(final ApiCallback _callback) throws A * @return Object * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -499,7 +513,8 @@ public Object op1() throws ApiException { * @return ApiResponse<Object> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -518,7 +533,8 @@ public ApiResponse op1WithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -537,7 +553,8 @@ public okhttp3.Call op1Async(final ApiCallback _callback) throws ApiExce * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -599,7 +616,8 @@ private okhttp3.Call op2ValidateBeforeCall(final ApiCallback _callback) throws A * @return Object * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -616,7 +634,8 @@ public Object op2() throws ApiException { * @return ApiResponse<Object> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -635,7 +654,8 @@ public ApiResponse op2WithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+ @@ -655,7 +675,8 @@ public okhttp3.Call op2Async(final ApiCallback _callback) throws ApiExce * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
201 Successful Response -
422 Validation Error -
+
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -724,7 +745,8 @@ private okhttp3.Call op3ValidateBeforeCall(List queryEnum, final ApiC * @param queryEnum query enum test (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -740,7 +762,8 @@ public void op3(List queryEnum) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -758,7 +781,8 @@ public ApiResponse op3WithHttpInfo(List queryEnum) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -776,7 +800,8 @@ public okhttp3.Call op3Async(List queryEnum, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -847,7 +872,8 @@ private okhttp3.Call refToRefParameterValidateBeforeCall(UUID refToUuid, final A * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -864,7 +890,8 @@ public String refToRefParameter(UUID refToUuid) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -883,7 +910,8 @@ public ApiResponse refToRefParameterWithHttpInfo(UUID refToUuid) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -902,7 +930,8 @@ public okhttp3.Call refToRefParameterAsync(UUID refToUuid, final ApiCallback + +
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -971,7 +1000,8 @@ private okhttp3.Call refToRefParameterAnyofValidateBeforeCall(RefToRefParameterA * @param refToAnyof to test ref to parameter (anyof) (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -987,7 +1017,8 @@ public void refToRefParameterAnyof(RefToRefParameterAnyofRefToAnyofParameter ref * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -1005,7 +1036,8 @@ public ApiResponse refToRefParameterAnyofWithHttpInfo(RefToRefParameterAny * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -1023,7 +1055,8 @@ public okhttp3.Call refToRefParameterAnyofAsync(RefToRefParameterAnyofRefToAnyof * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -1092,7 +1125,8 @@ private okhttp3.Call refToRefParameterOneofValidateBeforeCall(RefRefToPathLevelP * @param refToOneof to test ref to parameter (oneof) (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -1108,7 +1142,8 @@ public void refToRefParameterOneof(RefRefToPathLevelParameterOneofRefToOneofPara * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -1126,7 +1161,8 @@ public ApiResponse refToRefParameterOneofWithHttpInfo(RefRefToPathLevelPar * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Successful Response -
@@ -1143,7 +1179,8 @@ public okhttp3.Call refToRefParameterOneofAsync(RefRefToPathLevelParameterOneofR * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 required to pass validation -
@@ -1204,7 +1241,8 @@ private okhttp3.Call responseNoRefValidateBeforeCall(final ApiCallback _callback * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 required to pass validation -
@@ -1220,7 +1258,8 @@ public String responseNoRef() throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 required to pass validation -
@@ -1238,7 +1277,8 @@ public ApiResponse responseNoRefWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 required to pass validation -
@@ -1256,7 +1296,8 @@ public okhttp3.Call responseNoRefAsync(final ApiCallback _callback) thro * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1317,7 +1358,8 @@ private okhttp3.Call responseRefToNoRefValidateBeforeCall(final ApiCallback _cal * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1333,7 +1375,8 @@ public String responseRefToNoRef() throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1351,7 +1394,8 @@ public ApiResponse responseRefToNoRefWithHttpInfo() throws ApiException * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1369,7 +1413,8 @@ public okhttp3.Call responseRefToNoRefAsync(final ApiCallback _callback) * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1430,7 +1475,8 @@ private okhttp3.Call responseRefToRefValidateBeforeCall(final ApiCallback _callb * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1446,7 +1492,8 @@ public String responseRefToRef() throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -1464,7 +1511,8 @@ public ApiResponse responseRefToRefWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
diff --git a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/PetApi.java index 2c57d0c17dcd..e45514969fd8 100644 --- a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/PetApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -152,7 +153,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -170,7 +172,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -190,7 +193,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -211,7 +215,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) throw * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -282,7 +287,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -299,7 +305,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -318,7 +325,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -336,7 +344,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -409,7 +418,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -427,7 +437,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -447,7 +458,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -467,7 +479,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -543,7 +556,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -563,7 +577,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -585,7 +600,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -607,7 +623,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -678,7 +695,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -697,7 +715,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -718,7 +737,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -739,7 +759,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -814,7 +835,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -836,7 +858,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -860,7 +883,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -886,7 +910,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) th * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -963,7 +988,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -981,7 +1007,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1001,7 +1028,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1021,7 +1049,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1100,7 +1129,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1119,7 +1149,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1140,7 +1171,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/StoreApi.java index df8db739366f..1572d13a7485 100644 --- a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -516,7 +529,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -534,7 +548,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -554,7 +569,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/UserApi.java index 7b8cb5c3dcbe..684295ba1bb9 100644 --- a/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -146,7 +147,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -162,7 +164,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -180,7 +183,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -198,7 +202,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -264,7 +269,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -280,7 +286,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -298,7 +305,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -316,7 +324,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -382,7 +391,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -398,7 +408,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -416,7 +427,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -434,7 +446,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -501,7 +514,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -518,7 +532,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -537,7 +552,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -556,7 +572,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -627,7 +644,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -646,7 +664,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -667,7 +686,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -689,7 +709,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -772,7 +793,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -791,7 +813,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -812,7 +835,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -831,7 +855,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -890,7 +915,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -905,7 +931,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -922,7 +949,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -941,7 +969,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1015,7 +1044,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1033,7 +1063,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1053,7 +1084,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/PetApi.java index e0a4ead87dd4..6c724138760f 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/PetApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -152,7 +153,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -170,7 +172,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -190,7 +193,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -211,7 +215,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) throw * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -282,7 +287,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -299,7 +305,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -318,7 +325,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -336,7 +344,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -409,7 +418,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -427,7 +437,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -447,7 +458,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -467,7 +479,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -543,7 +556,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -563,7 +577,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -585,7 +600,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -607,7 +623,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -678,7 +695,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -697,7 +715,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -718,7 +737,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -739,7 +759,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -814,7 +835,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -836,7 +858,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -860,7 +883,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -886,7 +910,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) th * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -963,7 +988,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -981,7 +1007,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1001,7 +1028,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1021,7 +1049,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1100,7 +1129,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1119,7 +1149,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1140,7 +1171,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/StoreApi.java index c16589a1a61b..badbcb7a6fd8 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -516,7 +529,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -534,7 +548,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -554,7 +569,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/UserApi.java index 1909952eb248..251c006c0d21 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -146,7 +147,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -162,7 +164,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -180,7 +183,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -198,7 +202,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -264,7 +269,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -280,7 +286,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -298,7 +305,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -316,7 +324,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -382,7 +391,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -398,7 +408,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -416,7 +427,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -434,7 +446,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -501,7 +514,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -518,7 +532,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -537,7 +552,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -556,7 +572,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -627,7 +644,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -646,7 +664,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -667,7 +686,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -689,7 +709,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -772,7 +793,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -791,7 +813,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -812,7 +835,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -831,7 +855,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -890,7 +915,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -905,7 +931,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -922,7 +949,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -941,7 +969,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1015,7 +1044,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1033,7 +1063,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1053,7 +1084,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index 23c621ba634e..5a4e8e9536a2 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -84,7 +84,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -167,7 +168,8 @@ private okhttp3.Call call123testSpecialTagsValidateBeforeCall(UUID uuidTest, Cli * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -185,7 +187,8 @@ public Client call123testSpecialTags(UUID uuidTest, Client body) throws ApiExcep * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -205,7 +208,8 @@ public ApiResponse call123testSpecialTagsWithHttpInfo(UUID uuidTest, Cli * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeApi.java index e036975291ef..a68eb3c2f2a6 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeApi.java @@ -90,7 +90,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -169,7 +170,8 @@ private okhttp3.Call createXmlItemValidateBeforeCall(XmlItem xmlItem, final ApiC * @param xmlItem XmlItem Body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -185,7 +187,8 @@ public void createXmlItem(XmlItem xmlItem) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -203,7 +206,8 @@ public ApiResponse createXmlItemWithHttpInfo(XmlItem xmlItem) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -221,7 +225,8 @@ public okhttp3.Call createXmlItemAsync(XmlItem xmlItem, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -291,7 +296,8 @@ private okhttp3.Call fakeOuterBooleanSerializeValidateBeforeCall(Boolean body, f * @return Boolean * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -308,7 +314,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -327,7 +334,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -346,7 +354,8 @@ public okhttp3.Call fakeOuterBooleanSerializeAsync(Boolean body, final ApiCallba * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -416,7 +425,8 @@ private okhttp3.Call fakeOuterCompositeSerializeValidateBeforeCall(OuterComposit * @return OuterComposite * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -433,7 +443,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite body) throws Ap * @return ApiResponse<OuterComposite> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -452,7 +463,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -471,7 +483,8 @@ public okhttp3.Call fakeOuterCompositeSerializeAsync(OuterComposite body, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -541,7 +554,8 @@ private okhttp3.Call fakeOuterNumberSerializeValidateBeforeCall(BigDecimal body, * @return BigDecimal * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -558,7 +572,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -577,7 +592,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -596,7 +612,8 @@ public okhttp3.Call fakeOuterNumberSerializeAsync(BigDecimal body, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -666,7 +683,8 @@ private okhttp3.Call fakeOuterStringSerializeValidateBeforeCall(String body, fin * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -683,7 +701,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -702,7 +721,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -721,7 +741,8 @@ public okhttp3.Call fakeOuterStringSerializeAsync(String body, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -795,7 +816,8 @@ private okhttp3.Call testBodyWithFileSchemaValidateBeforeCall(FileSchemaTestClas * @param body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -811,7 +833,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass body) throws ApiException * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -829,7 +852,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -848,7 +872,8 @@ public okhttp3.Call testBodyWithFileSchemaAsync(FileSchemaTestClass body, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -929,7 +954,8 @@ private okhttp3.Call testBodyWithQueryParamsValidateBeforeCall(String query, Use * @param body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -946,7 +972,8 @@ public void testBodyWithQueryParams(String query, User body) throws ApiException * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -965,7 +992,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -983,7 +1011,8 @@ public okhttp3.Call testBodyWithQueryParamsAsync(String query, User body, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1059,7 +1088,8 @@ private okhttp3.Call testClientModelValidateBeforeCall(Client body, final ApiCal * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1076,7 +1106,8 @@ public Client testClientModel(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1095,7 +1126,8 @@ public ApiResponse testClientModelWithHttpInfo(Client body) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1127,7 +1159,8 @@ public okhttp3.Call testClientModelAsync(Client body, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1286,7 +1319,8 @@ private okhttp3.Call testEndpointParametersValidateBeforeCall(BigDecimal number, * @param paramCallback None (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1316,7 +1350,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1348,7 +1383,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1374,7 +1410,8 @@ public okhttp3.Call testEndpointParametersAsync(BigDecimal number, Double _doubl * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1465,7 +1502,8 @@ private okhttp3.Call testEnumParametersValidateBeforeCall(List enumHeade * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -1489,7 +1527,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -1515,7 +1554,8 @@ public ApiResponse testEnumParametersWithHttpInfo(List enumHeaderS * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -1668,7 +1708,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1681,7 +1722,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * Execute testGroupParameters request * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1695,7 +1737,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1710,7 +1753,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1728,7 +1772,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiEx * @param requiredInt64Group Required Integer in group parameters (required) * @return APItestGroupParametersRequest * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1743,7 +1788,8 @@ public APItestGroupParametersRequest testGroupParameters(Integer requiredStringG * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1817,7 +1863,8 @@ private okhttp3.Call testInlineAdditionalPropertiesValidateBeforeCall(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1833,7 +1880,8 @@ public void testInlineAdditionalProperties(Map param) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1851,7 +1899,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1870,7 +1919,8 @@ public okhttp3.Call testInlineAdditionalPropertiesAsync(Map para * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1958,7 +2008,8 @@ private okhttp3.Call testJsonFormDataValidateBeforeCall(String param, String par * @param param2 field2 (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1975,7 +2026,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1994,7 +2046,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2016,7 +2069,8 @@ public okhttp3.Call testJsonFormDataAsync(String param, String param2, final Api * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -2118,7 +2172,8 @@ private okhttp3.Call testQueryParameterCollectionFormatValidateBeforeCall(List + +
Response Details
Status Code Description Response Headers
200 Success -
@@ -2138,7 +2193,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -2160,7 +2216,8 @@ public ApiResponse testQueryParameterCollectionFormatWithHttpInfo(List + +
Response Details
Status Code Description Response Headers
200 Success -
diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index abde3e9ca617..af02147469bf 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -82,7 +82,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -158,7 +159,8 @@ private okhttp3.Call testClassnameValidateBeforeCall(Client body, final ApiCallb * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -175,7 +177,8 @@ public Client testClassname(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -194,7 +197,8 @@ public ApiResponse testClassnameWithHttpInfo(Client body) throws ApiExce * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/PetApi.java index f6101bba8774..df22ec9518f5 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/PetApi.java @@ -85,7 +85,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -161,7 +162,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet body, final ApiCallback _callb * @param body Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -178,7 +180,8 @@ public void addPet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -197,7 +200,8 @@ public ApiResponse addPetWithHttpInfo(Pet body) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -217,7 +221,8 @@ public okhttp3.Call addPetAsync(Pet body, final ApiCallback _callback) thr * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -294,7 +299,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -312,7 +318,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -332,7 +339,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -351,7 +359,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -429,7 +438,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -447,7 +457,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -467,7 +478,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -487,7 +499,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -568,7 +581,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(Set tags, final Ap * @return Set<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -588,7 +602,8 @@ public Set findPetsByTags(Set tags) throws ApiException { * @return ApiResponse<Set<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -610,7 +625,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(Set tags) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -632,7 +648,8 @@ public okhttp3.Call findPetsByTagsAsync(Set tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -711,7 +728,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -730,7 +748,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -751,7 +770,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -772,7 +792,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -850,7 +871,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet body, final ApiCallback _ca * @param body Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -869,7 +891,8 @@ public void updatePet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -890,7 +913,8 @@ public ApiResponse updatePetWithHttpInfo(Pet body) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -913,7 +937,8 @@ public okhttp3.Call updatePetAsync(Pet body, final ApiCallback _callback) * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -998,7 +1023,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1016,7 +1042,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1036,7 +1063,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1056,7 +1084,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1143,7 +1172,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1162,7 +1192,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1183,7 +1214,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1204,7 +1236,8 @@ public okhttp3.Call uploadFileAsync(Long petId, String additionalMetadata, File * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1296,7 +1329,8 @@ private okhttp3.Call uploadFileWithRequiredFileValidateBeforeCall(Long petId, Fi * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1315,7 +1349,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1336,7 +1371,8 @@ public ApiResponse uploadFileWithRequiredFileWithHttpInfo(Long * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/StoreApi.java index ae4cc71ac5f6..b67a4fa67ed9 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/StoreApi.java @@ -82,7 +82,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -157,7 +158,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -174,7 +176,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -193,7 +196,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -211,7 +215,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -280,7 +285,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -296,7 +302,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +321,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -333,7 +341,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -412,7 +421,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -431,7 +441,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -452,7 +463,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -473,7 +485,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -550,7 +563,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order body, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -568,7 +582,8 @@ public Order placeOrder(Order body) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -588,7 +603,8 @@ public ApiResponse placeOrderWithHttpInfo(Order body) throws ApiException * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/UserApi.java index 94ece8e7f5a9..0d70420710df 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api/UserApi.java @@ -83,7 +83,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -156,7 +157,8 @@ private okhttp3.Call createUserValidateBeforeCall(User body, final ApiCallback _ * @param body Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -172,7 +174,8 @@ public void createUser(User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -190,7 +193,8 @@ public ApiResponse createUserWithHttpInfo(User body) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -208,7 +212,8 @@ public okhttp3.Call createUserAsync(User body, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -281,7 +286,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List body * @param body List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -297,7 +303,8 @@ public void createUsersWithArrayInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -315,7 +322,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List body) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -333,7 +341,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List body, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -406,7 +415,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List body, * @param body List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -422,7 +432,8 @@ public void createUsersWithListInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -440,7 +451,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List body) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -458,7 +470,8 @@ public okhttp3.Call createUsersWithListInputAsync(List body, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -533,7 +546,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -550,7 +564,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -569,7 +584,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -588,7 +604,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -667,7 +684,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -686,7 +704,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -707,7 +726,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -729,7 +749,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -814,7 +835,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -833,7 +855,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -854,7 +877,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -873,7 +897,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -940,7 +965,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -955,7 +981,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -972,7 +999,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -991,7 +1019,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1072,7 +1101,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User body, fi * @param body Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1090,7 +1120,8 @@ public void updateUser(String username, User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1110,7 +1141,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User body) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-group-parameter/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-group-parameter/src/main/java/org/openapitools/client/api/PetApi.java index f0f45aecf96f..b2b9045149ed 100644 --- a/samples/client/petstore/java/okhttp-gson-group-parameter/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-group-parameter/src/main/java/org/openapitools/client/api/PetApi.java @@ -160,7 +160,8 @@ private APIaddPetRequest(Pet pet) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -175,7 +176,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -191,7 +193,8 @@ public Pet execute() throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -207,7 +210,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -224,7 +228,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiExc * @param pet Pet object that needs to be added to the store (required) * @return APIaddPetRequest * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -329,7 +334,8 @@ public APIdeletePetRequest apiKey(String apiKey) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -342,7 +348,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * Execute deletePet request * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -356,7 +363,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -371,7 +379,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -387,7 +396,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiEx * @param petId Pet id to delete (required) * @return APIdeletePetRequest * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -483,7 +493,8 @@ private APIfindPetsByStatusRequest(List status) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -498,7 +509,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -514,7 +526,8 @@ public List execute() throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -530,7 +543,8 @@ public ApiResponse> executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -547,7 +561,8 @@ public okhttp3.Call executeAsync(final ApiCallback> _callback) throws * @param status Status values that need to be considered for filter (required) * @return APIfindPetsByStatusRequest * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -645,7 +660,8 @@ private APIfindPetsByTagsRequest(List tags) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -662,7 +678,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -680,7 +697,8 @@ public List execute() throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -698,7 +716,8 @@ public ApiResponse> executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -717,7 +736,8 @@ public okhttp3.Call executeAsync(final ApiCallback> _callback) throws * @param tags Tags to filter by (required) * @return APIfindPetsByTagsRequest * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -813,7 +833,8 @@ private APIgetPetByIdRequest(Long petId) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -829,7 +850,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -846,7 +868,8 @@ public Pet execute() throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -863,7 +886,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -881,7 +905,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiExc * @param petId ID of pet to return (required) * @return APIgetPetByIdRequest * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -977,7 +1002,8 @@ private APIupdatePetRequest(Pet pet) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -994,7 +1020,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1012,7 +1039,8 @@ public Pet execute() throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1030,7 +1058,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1049,7 +1078,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiExc * @param pet Pet object that needs to be added to the store (required) * @return APIupdatePetRequest * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1069,7 +1099,8 @@ public APIupdatePetRequest updatePet(Pet pet) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1146,7 +1177,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1164,7 +1196,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1184,7 +1217,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1310,7 +1344,8 @@ public APIuploadFileRequest _file(File _file) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1324,7 +1359,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1339,7 +1375,8 @@ public ModelApiResponse execute() throws ApiException { * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1354,7 +1391,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1370,7 +1408,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) * @param petId ID of pet to update (required) * @return APIuploadFileRequest * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/PetApi.java index b2dd8b28254d..acddc167adf1 100644 --- a/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/PetApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -148,7 +149,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @param pet Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -164,7 +166,8 @@ public void addPet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -182,7 +185,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -201,7 +205,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) thro * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -272,7 +277,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -289,7 +295,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -308,7 +315,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -326,7 +334,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -399,7 +408,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -417,7 +427,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -437,7 +448,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -457,7 +469,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -533,7 +546,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -553,7 +567,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -575,7 +590,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -597,7 +613,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -668,7 +685,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -687,7 +705,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -708,7 +727,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -729,7 +749,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -798,7 +819,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @param pet Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -816,7 +838,8 @@ public void updatePet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -836,7 +859,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -858,7 +882,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) t * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -935,7 +960,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -953,7 +979,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -973,7 +1000,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -993,7 +1021,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1072,7 +1101,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1091,7 +1121,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1112,7 +1143,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/StoreApi.java index df8db739366f..1572d13a7485 100644 --- a/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -516,7 +529,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -534,7 +548,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -554,7 +569,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/UserApi.java index 93212f0625e7..722387d0ee22 100644 --- a/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -146,7 +147,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -162,7 +164,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -180,7 +183,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -198,7 +202,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -264,7 +269,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -280,7 +286,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -298,7 +305,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -316,7 +324,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -382,7 +391,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -398,7 +408,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -416,7 +427,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -434,7 +446,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -501,7 +514,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -518,7 +532,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -537,7 +552,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -556,7 +572,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -627,7 +644,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -646,7 +664,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -667,7 +686,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -689,7 +709,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -772,7 +793,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -791,7 +813,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -812,7 +835,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -831,7 +855,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -890,7 +915,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -905,7 +931,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -922,7 +949,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -941,7 +969,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1015,7 +1044,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1033,7 +1063,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1053,7 +1084,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index 6c87a69c007e..9366545a5996 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -159,7 +160,8 @@ private okhttp3.Call call123testSpecialTagsValidateBeforeCall(UUID uuidTest, Cli * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -177,7 +179,8 @@ public Client call123testSpecialTags(UUID uuidTest, Client body) throws ApiExcep * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -197,7 +200,8 @@ public ApiResponse call123testSpecialTagsWithHttpInfo(UUID uuidTest, Cli * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeApi.java index c4f7380e9b8a..f9a42310603b 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeApi.java @@ -87,7 +87,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -158,7 +159,8 @@ private okhttp3.Call createXmlItemValidateBeforeCall(XmlItem xmlItem, final ApiC * @param xmlItem XmlItem Body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -174,7 +176,8 @@ public void createXmlItem(XmlItem xmlItem) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -192,7 +195,8 @@ public ApiResponse createXmlItemWithHttpInfo(XmlItem xmlItem) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -210,7 +214,8 @@ public okhttp3.Call createXmlItemAsync(XmlItem xmlItem, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -272,7 +277,8 @@ private okhttp3.Call fakeOuterBooleanSerializeValidateBeforeCall(Boolean body, f * @return Boolean * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -289,7 +295,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -308,7 +315,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -327,7 +335,8 @@ public okhttp3.Call fakeOuterBooleanSerializeAsync(Boolean body, final ApiCallba * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -389,7 +398,8 @@ private okhttp3.Call fakeOuterCompositeSerializeValidateBeforeCall(OuterComposit * @return OuterComposite * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -406,7 +416,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite body) throws Ap * @return ApiResponse<OuterComposite> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -425,7 +436,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -444,7 +456,8 @@ public okhttp3.Call fakeOuterCompositeSerializeAsync(OuterComposite body, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -506,7 +519,8 @@ private okhttp3.Call fakeOuterNumberSerializeValidateBeforeCall(BigDecimal body, * @return BigDecimal * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -523,7 +537,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -542,7 +557,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -561,7 +577,8 @@ public okhttp3.Call fakeOuterNumberSerializeAsync(BigDecimal body, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -623,7 +640,8 @@ private okhttp3.Call fakeOuterStringSerializeValidateBeforeCall(String body, fin * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -640,7 +658,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -659,7 +678,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -678,7 +698,8 @@ public okhttp3.Call fakeOuterStringSerializeAsync(String body, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -744,7 +765,8 @@ private okhttp3.Call testBodyWithFileSchemaValidateBeforeCall(FileSchemaTestClas * @param body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -760,7 +782,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass body) throws ApiException * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -778,7 +801,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -797,7 +821,8 @@ public okhttp3.Call testBodyWithFileSchemaAsync(FileSchemaTestClass body, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -873,7 +898,8 @@ private okhttp3.Call testBodyWithQueryParamsValidateBeforeCall(String query, Use * @param body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -890,7 +916,8 @@ public void testBodyWithQueryParams(String query, User body) throws ApiException * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -909,7 +936,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -927,7 +955,8 @@ public okhttp3.Call testBodyWithQueryParamsAsync(String query, User body, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -995,7 +1024,8 @@ private okhttp3.Call testClientModelValidateBeforeCall(Client body, final ApiCal * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1012,7 +1042,8 @@ public Client testClientModel(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1031,7 +1062,8 @@ public ApiResponse testClientModelWithHttpInfo(Client body) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1063,7 +1095,8 @@ public okhttp3.Call testClientModelAsync(Client body, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1214,7 +1247,8 @@ private okhttp3.Call testEndpointParametersValidateBeforeCall(BigDecimal number, * @param paramCallback None (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1244,7 +1278,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1276,7 +1311,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1302,7 +1338,8 @@ public okhttp3.Call testEndpointParametersAsync(BigDecimal number, Double _doubl * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1403,7 +1440,8 @@ private okhttp3.Call testEnumParametersValidateBeforeCall(List enumHeade * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -1427,7 +1465,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -1453,7 +1492,8 @@ public ApiResponse testEnumParametersWithHttpInfo(List enumHeaderS * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -1616,7 +1656,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1629,7 +1670,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * Execute testGroupParameters request * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1643,7 +1685,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1658,7 +1701,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1676,7 +1720,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiEx * @param requiredInt64Group Required Integer in group parameters (required) * @return APItestGroupParametersRequest * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -1691,7 +1736,8 @@ public APItestGroupParametersRequest testGroupParameters(Integer requiredStringG * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1757,7 +1803,8 @@ private okhttp3.Call testInlineAdditionalPropertiesValidateBeforeCall(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1773,7 +1820,8 @@ public void testInlineAdditionalProperties(Map param) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1791,7 +1839,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1810,7 +1859,8 @@ public okhttp3.Call testInlineAdditionalPropertiesAsync(Map para * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1890,7 +1940,8 @@ private okhttp3.Call testJsonFormDataValidateBeforeCall(String param, String par * @param param2 field2 (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1907,7 +1958,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1926,7 +1978,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1948,7 +2001,8 @@ public okhttp3.Call testJsonFormDataAsync(String param, String param2, final Api * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -2057,7 +2111,8 @@ private okhttp3.Call testQueryParameterCollectionFormatValidateBeforeCall(List + +
Response Details
Status Code Description Response Headers
200 Success -
@@ -2077,7 +2132,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -2099,7 +2155,8 @@ public ApiResponse testQueryParameterCollectionFormatWithHttpInfo(List + +
Response Details
Status Code Description Response Headers
200 Success -
diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index 40fb31bc0827..b1353832acb4 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -147,7 +148,8 @@ private okhttp3.Call testClassnameValidateBeforeCall(Client body, final ApiCallb * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -164,7 +166,8 @@ public Client testClassname(Client body) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -183,7 +186,8 @@ public ApiResponse testClassnameWithHttpInfo(Client body) throws ApiExce * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/PetApi.java index 0738fc989558..21a2df19bf36 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/PetApi.java @@ -82,7 +82,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -150,7 +151,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet body, final ApiCallback _callb * @param body Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -167,7 +169,8 @@ public void addPet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -186,7 +189,8 @@ public ApiResponse addPetWithHttpInfo(Pet body) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -206,7 +210,8 @@ public okhttp3.Call addPetAsync(Pet body, final ApiCallback _callback) thr * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -278,7 +283,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -296,7 +302,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -316,7 +323,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -335,7 +343,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid pet value -
+
+ @@ -408,7 +417,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -426,7 +436,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -446,7 +457,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -466,7 +478,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -542,7 +555,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(Set tags, final Ap * @return Set<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -562,7 +576,8 @@ public Set findPetsByTags(Set tags) throws ApiException { * @return ApiResponse<Set<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -584,7 +599,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(Set tags) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -606,7 +622,8 @@ public okhttp3.Call findPetsByTagsAsync(Set tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -677,7 +694,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -696,7 +714,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -717,7 +736,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -738,7 +758,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -808,7 +829,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet body, final ApiCallback _ca * @param body Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -827,7 +849,8 @@ public void updatePet(Pet body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -848,7 +871,8 @@ public ApiResponse updatePetWithHttpInfo(Pet body) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -871,7 +895,8 @@ public okhttp3.Call updatePetAsync(Pet body, final ApiCallback _callback) * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -948,7 +973,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -966,7 +992,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -986,7 +1013,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1006,7 +1034,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1085,7 +1114,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1104,7 +1134,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1125,7 +1156,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1146,7 +1178,8 @@ public okhttp3.Call uploadFileAsync(Long petId, String additionalMetadata, File * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1230,7 +1263,8 @@ private okhttp3.Call uploadFileWithRequiredFileValidateBeforeCall(Long petId, Fi * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1249,7 +1283,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1270,7 +1305,8 @@ public ApiResponse uploadFileWithRequiredFileWithHttpInfo(Long * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/StoreApi.java index c942cad2e5ad..caef52c7773a 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -515,7 +528,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order body, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -533,7 +547,8 @@ public Order placeOrder(Order body) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -553,7 +568,8 @@ public ApiResponse placeOrderWithHttpInfo(Order body) throws ApiException * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/UserApi.java index 702b7567d710..10b658a3e439 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -145,7 +146,8 @@ private okhttp3.Call createUserValidateBeforeCall(User body, final ApiCallback _ * @param body Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -161,7 +163,8 @@ public void createUser(User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -179,7 +182,8 @@ public ApiResponse createUserWithHttpInfo(User body) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -197,7 +201,8 @@ public okhttp3.Call createUserAsync(User body, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -262,7 +267,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List body * @param body List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -278,7 +284,8 @@ public void createUsersWithArrayInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -296,7 +303,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List body) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List body, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -379,7 +388,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List body, * @param body List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -395,7 +405,8 @@ public void createUsersWithListInput(List body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -413,7 +424,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List body) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -431,7 +443,8 @@ public okhttp3.Call createUsersWithListInputAsync(List body, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -498,7 +511,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -515,7 +529,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -534,7 +549,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -553,7 +569,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -624,7 +641,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -643,7 +661,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -664,7 +683,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -686,7 +706,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -769,7 +790,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -788,7 +810,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -809,7 +832,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -828,7 +852,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -887,7 +912,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -902,7 +928,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -919,7 +946,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -938,7 +966,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1011,7 +1040,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User body, fi * @param body Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1029,7 +1059,8 @@ public void updateUser(String username, User body) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1049,7 +1080,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User body) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-swagger1/src/main/java/org/openapitools/client/api/CommonApi.java b/samples/client/petstore/java/okhttp-gson-swagger1/src/main/java/org/openapitools/client/api/CommonApi.java index acf847d569b3..68bfa5c7a42a 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger1/src/main/java/org/openapitools/client/api/CommonApi.java +++ b/samples/client/petstore/java/okhttp-gson-swagger1/src/main/java/org/openapitools/client/api/CommonApi.java @@ -84,7 +84,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -155,7 +156,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -173,7 +175,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -193,7 +196,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -213,7 +217,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) throw * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -279,7 +284,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -295,7 +301,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -313,7 +320,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -331,7 +339,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -397,7 +406,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -413,7 +423,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -431,7 +442,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -449,7 +461,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -515,7 +528,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -531,7 +545,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -549,7 +564,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -567,7 +583,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -634,7 +651,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -651,7 +669,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -670,7 +689,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -690,7 +710,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -761,7 +782,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -778,7 +800,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -797,7 +820,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -815,7 +839,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -882,7 +907,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -899,7 +925,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -918,7 +945,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -937,7 +965,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1010,7 +1039,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -1028,7 +1058,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -1048,7 +1079,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -1068,7 +1100,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -1144,7 +1177,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -1164,7 +1198,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -1186,7 +1221,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -1207,7 +1243,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1268,7 +1305,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1284,7 +1322,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1302,7 +1341,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1321,7 +1361,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1392,7 +1433,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1411,7 +1453,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1432,7 +1475,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1453,7 +1497,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1524,7 +1569,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1543,7 +1589,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1564,7 +1611,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1585,7 +1633,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -1656,7 +1705,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -1675,7 +1725,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -1696,7 +1747,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -1718,7 +1770,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -1801,7 +1854,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -1820,7 +1874,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -1841,7 +1896,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -1860,7 +1916,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -1919,7 +1976,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -1934,7 +1992,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -1951,7 +2010,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -1969,7 +2029,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -2039,7 +2100,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -2057,7 +2119,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -2077,7 +2140,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -2097,7 +2161,8 @@ public okhttp3.Call placeOrderAsync(Order order, final ApiCallback _callb * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -2172,7 +2237,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -2194,7 +2260,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -2218,7 +2285,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -2244,7 +2312,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) th * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -2321,7 +2390,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -2339,7 +2409,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -2359,7 +2430,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -2378,7 +2450,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -2452,7 +2525,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -2470,7 +2544,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -2490,7 +2565,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -2511,7 +2587,8 @@ public okhttp3.Call updateUserAsync(String username, User user, final ApiCallbac * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2590,7 +2667,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2609,7 +2687,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2630,7 +2709,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/PetApi.java index 2c57d0c17dcd..e45514969fd8 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/PetApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -152,7 +153,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -170,7 +172,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -190,7 +193,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -211,7 +215,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) throw * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -282,7 +287,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -299,7 +305,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -318,7 +325,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -336,7 +344,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -409,7 +418,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -427,7 +437,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -447,7 +458,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -467,7 +479,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -543,7 +556,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -563,7 +577,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -585,7 +600,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -607,7 +623,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -678,7 +695,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -697,7 +715,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -718,7 +737,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -739,7 +759,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -814,7 +835,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -836,7 +858,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -860,7 +883,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -886,7 +910,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) th * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -963,7 +988,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -981,7 +1007,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1001,7 +1028,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -1021,7 +1049,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1100,7 +1129,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1119,7 +1149,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1140,7 +1171,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java index df8db739366f..1572d13a7485 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -516,7 +529,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -534,7 +548,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -554,7 +569,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/UserApi.java index 7b8cb5c3dcbe..684295ba1bb9 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson-swagger2/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -146,7 +147,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -162,7 +164,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -180,7 +183,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -198,7 +202,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -264,7 +269,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -280,7 +286,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -298,7 +305,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -316,7 +324,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -382,7 +391,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -398,7 +408,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -416,7 +427,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -434,7 +446,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -501,7 +514,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -518,7 +532,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -537,7 +552,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -556,7 +572,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -627,7 +644,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -646,7 +664,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -667,7 +686,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -689,7 +709,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -772,7 +793,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -791,7 +813,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -812,7 +835,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -831,7 +855,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -890,7 +915,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -905,7 +931,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -922,7 +949,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -941,7 +969,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1015,7 +1044,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1033,7 +1063,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1053,7 +1084,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index a58d4bf127b5..c575b4b15578 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -148,7 +149,8 @@ private okhttp3.Call call123testSpecialTagsValidateBeforeCall(Client client, fin * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -165,7 +167,8 @@ public Client call123testSpecialTags(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -184,7 +187,8 @@ public ApiResponse call123testSpecialTagsWithHttpInfo(Client client) thr * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -203,7 +207,8 @@ public okhttp3.Call call123testSpecialTagsAsync(Client client, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -272,7 +277,8 @@ private okhttp3.Call getParameterArrayNumberValidateBeforeCall(List arr * @param array array integer (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -288,7 +294,8 @@ public void getParameterArrayNumber(List array) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -306,7 +313,8 @@ public ApiResponse getParameterArrayNumberWithHttpInfo(List array * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -324,7 +332,8 @@ public okhttp3.Call getParameterArrayNumberAsync(List array, final ApiC * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -393,7 +402,8 @@ private okhttp3.Call getParameterStringNumberValidateBeforeCall(BigDecimal strin * @param stringNumber string number (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -409,7 +419,8 @@ public void getParameterStringNumber(BigDecimal stringNumber) throws ApiExceptio * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -427,7 +438,8 @@ public ApiResponse getParameterStringNumberWithHttpInfo(BigDecimal stringN * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -445,7 +457,8 @@ public okhttp3.Call getParameterStringNumberAsync(BigDecimal stringNumber, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -510,7 +523,8 @@ private okhttp3.Call nullRequestBodyValidateBeforeCall(String acceptLanguage, fi * @param acceptLanguage (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -526,7 +540,8 @@ public void nullRequestBody(String acceptLanguage) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
@@ -544,7 +559,8 @@ public ApiResponse nullRequestBodyWithHttpInfo(String acceptLanguage) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 -
diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/DefaultApi.java index 62b6a566f3dc..33e49acc65d2 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -141,7 +142,8 @@ private okhttp3.Call fakeAnyOfWIthSameErasureGetValidateBeforeCall(final ApiCall * @return FakeAnyOfWIthSameErasureGet200Response * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -157,7 +159,8 @@ public FakeAnyOfWIthSameErasureGet200Response fakeAnyOfWIthSameErasureGet() thro * @return ApiResponse<FakeAnyOfWIthSameErasureGet200Response> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -175,7 +178,8 @@ public ApiResponse fakeAnyOfWIthSameEras * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -195,7 +199,8 @@ public okhttp3.Call fakeAnyOfWIthSameErasureGetAsync(final ApiCallback + +
Response Details
Status Code Description Response Headers
200 OK -
@@ -264,7 +269,8 @@ private okhttp3.Call fakeFreeFormQueryParametersGetValidateBeforeCall(String fix * @param freeForm (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -281,7 +287,8 @@ public void fakeFreeFormQueryParametersGet(String fixed, Object freeForm) throws * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -300,7 +307,8 @@ public ApiResponse fakeFreeFormQueryParametersGetWithHttpInfo(String fixed * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -317,7 +325,8 @@ public okhttp3.Call fakeFreeFormQueryParametersGetAsync(String fixed, Object fre * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -378,7 +387,8 @@ private okhttp3.Call fakeOneOfWIthSameErasureGetValidateBeforeCall(final ApiCall * @return FakeOneOfWIthSameErasureGet200Response * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -394,7 +404,8 @@ public FakeOneOfWIthSameErasureGet200Response fakeOneOfWIthSameErasureGet() thro * @return ApiResponse<FakeOneOfWIthSameErasureGet200Response> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -412,7 +423,8 @@ public ApiResponse fakeOneOfWIthSameEras * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful response -
@@ -430,7 +442,8 @@ public okhttp3.Call fakeOneOfWIthSameErasureGetAsync(final ApiCallback + +
Response Details
Status Code Description Response Headers
0 response -
@@ -491,7 +504,8 @@ private okhttp3.Call fooGetValidateBeforeCall(final ApiCallback _callback) throw * @return FooGetDefaultResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
@@ -507,7 +521,8 @@ public FooGetDefaultResponse fooGet() throws ApiException { * @return ApiResponse<FooGetDefaultResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
@@ -525,7 +540,8 @@ public ApiResponse fooGetWithHttpInfo() throws ApiExcepti * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeApi.java index 68ef0840fccb..d21499ecabae 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeApi.java @@ -91,7 +91,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -152,7 +153,8 @@ private okhttp3.Call fakeGetFreeFormObjectGetValidateBeforeCall(final ApiCallbac * @return FreeFormObjectTestClass * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -168,7 +170,8 @@ public FreeFormObjectTestClass fakeGetFreeFormObjectGet() throws ApiException { * @return ApiResponse<FreeFormObjectTestClass> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -186,7 +189,8 @@ public ApiResponse fakeGetFreeFormObjectGetWithHttpInfo * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -205,7 +209,8 @@ public okhttp3.Call fakeGetFreeFormObjectGetAsync(final ApiCallback + +
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -268,7 +273,8 @@ private okhttp3.Call fakeOuterBooleanSerializeValidateBeforeCall(Boolean body, f * @return Boolean * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -285,7 +291,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -304,7 +311,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -323,7 +331,8 @@ public okhttp3.Call fakeOuterBooleanSerializeAsync(Boolean body, final ApiCallba * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -386,7 +395,8 @@ private okhttp3.Call fakeOuterCompositeSerializeValidateBeforeCall(OuterComposit * @return OuterComposite * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -403,7 +413,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite outerComposite) * @return ApiResponse<OuterComposite> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -422,7 +433,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -441,7 +453,8 @@ public okhttp3.Call fakeOuterCompositeSerializeAsync(OuterComposite outerComposi * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -504,7 +517,8 @@ private okhttp3.Call fakeOuterNumberSerializeValidateBeforeCall(BigDecimal body, * @return BigDecimal * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -521,7 +535,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -540,7 +555,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -559,7 +575,8 @@ public okhttp3.Call fakeOuterNumberSerializeAsync(BigDecimal body, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -622,7 +639,8 @@ private okhttp3.Call fakeOuterStringSerializeValidateBeforeCall(String body, fin * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -639,7 +657,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -658,7 +677,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -677,7 +697,8 @@ public okhttp3.Call fakeOuterStringSerializeAsync(String body, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -743,7 +764,8 @@ private okhttp3.Call fakeRefParameterValidateBeforeCall(FakeRefParameterPetIdPar * @param petId to test oneOf in parameter $ref (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -759,7 +781,8 @@ public void fakeRefParameter(FakeRefParameterPetIdParameter petId) throws ApiExc * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -777,7 +800,8 @@ public ApiResponse fakeRefParameterWithHttpInfo(FakeRefParameterPetIdParam * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -797,7 +821,8 @@ public okhttp3.Call fakeRefParameterAsync(FakeRefParameterPetIdParameter petId, * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -876,7 +901,8 @@ private okhttp3.Call fakeUploadRefRequestBodiesValidateBeforeCall(Long petId, St * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -895,7 +921,8 @@ public ModelApiResponse fakeUploadRefRequestBodies(Long petId, String additional * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -916,7 +943,8 @@ public ApiResponse fakeUploadRefRequestBodiesWithHttpInfo(Long * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -934,7 +962,8 @@ public okhttp3.Call fakeUploadRefRequestBodiesAsync(Long petId, String additiona * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -995,7 +1024,8 @@ private okhttp3.Call getFakeArrayofenumsValidateBeforeCall(final ApiCallback _ca * @return List<OuterEnum> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -1011,7 +1041,8 @@ public List getFakeArrayofenums() throws ApiException { * @return ApiResponse<List<OuterEnum>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -1029,7 +1060,8 @@ public ApiResponse> getFakeArrayofenumsWithHttpInfo() throws Api * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -1047,7 +1079,8 @@ public okhttp3.Call getFakeArrayofenumsAsync(final ApiCallback> * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -1108,7 +1141,8 @@ private okhttp3.Call getFakeHealthValidateBeforeCall(final ApiCallback _callback * @return HealthCheckResult * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -1124,7 +1158,8 @@ public HealthCheckResult getFakeHealth() throws ApiException { * @return ApiResponse<HealthCheckResult> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -1142,7 +1177,8 @@ public ApiResponse getFakeHealthWithHttpInfo() throws ApiExce * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -1163,7 +1199,8 @@ public okhttp3.Call getFakeHealthAsync(final ApiCallback _cal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -1252,7 +1289,8 @@ private okhttp3.Call getParameterNameMappingValidateBeforeCall(Long underscoreTy * @param typeWithUnderscore type_ (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -1270,7 +1308,8 @@ public void getParameterNameMapping(Long underscoreType, String type, String typ * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -1290,7 +1329,8 @@ public ApiResponse getParameterNameMappingWithHttpInfo(Long underscoreType * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 OK -
@@ -1308,7 +1348,8 @@ public okhttp3.Call getParameterNameMappingAsync(Long underscoreType, String typ * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1374,7 +1415,8 @@ private okhttp3.Call testAdditionalPropertiesReferenceValidateBeforeCall(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1390,7 +1432,8 @@ public void testAdditionalPropertiesReference(Map requestBody) t * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1408,7 +1451,8 @@ public ApiResponse testAdditionalPropertiesReferenceWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1426,7 +1470,8 @@ public okhttp3.Call testAdditionalPropertiesReferenceAsync(Map r * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1492,7 +1537,8 @@ private okhttp3.Call testBodyWithFileSchemaValidateBeforeCall(FileSchemaTestClas * @param fileSchemaTestClass (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1508,7 +1554,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass fileSchemaTestClass) thro * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1526,7 +1573,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1545,7 +1593,8 @@ public okhttp3.Call testBodyWithFileSchemaAsync(FileSchemaTestClass fileSchemaTe * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1621,7 +1670,8 @@ private okhttp3.Call testBodyWithQueryParamsValidateBeforeCall(String query, Use * @param user (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1638,7 +1688,8 @@ public void testBodyWithQueryParams(String query, User user) throws ApiException * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1657,7 +1708,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1675,7 +1727,8 @@ public okhttp3.Call testBodyWithQueryParamsAsync(String query, User user, final * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1743,7 +1796,8 @@ private okhttp3.Call testClientModelValidateBeforeCall(Client client, final ApiC * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1760,7 +1814,8 @@ public Client testClientModel(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1779,7 +1834,8 @@ public ApiResponse testClientModelWithHttpInfo(Client client) throws Api * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1811,7 +1867,8 @@ public okhttp3.Call testClientModelAsync(Client client, final ApiCallback + + @@ -1962,7 +2019,8 @@ private okhttp3.Call testEndpointParametersValidateBeforeCall(BigDecimal number, * @param paramCallback None (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -1992,7 +2050,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -2024,7 +2083,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -2050,7 +2110,8 @@ public okhttp3.Call testEndpointParametersAsync(BigDecimal number, Double _doubl * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -2151,7 +2212,8 @@ private okhttp3.Call testEnumParametersValidateBeforeCall(List enumHeade * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -2175,7 +2237,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -2201,7 +2264,8 @@ public ApiResponse testEnumParametersWithHttpInfo(List enumHeaderS * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -2364,7 +2428,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -2377,7 +2442,8 @@ public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException { * Execute testGroupParameters request * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -2391,7 +2457,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -2406,7 +2473,8 @@ public ApiResponse executeWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -2424,7 +2492,8 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiEx * @param requiredInt64Group Required Integer in group parameters (required) * @return APItestGroupParametersRequest * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -2439,7 +2508,8 @@ public APItestGroupParametersRequest testGroupParameters(Integer requiredStringG * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2505,7 +2575,8 @@ private okhttp3.Call testInlineAdditionalPropertiesValidateBeforeCall(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2521,7 +2592,8 @@ public void testInlineAdditionalProperties(Map requestBody) thro * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2539,7 +2611,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2557,7 +2630,8 @@ public okhttp3.Call testInlineAdditionalPropertiesAsync(Map requ * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2623,7 +2697,8 @@ private okhttp3.Call testInlineFreeformAdditionalPropertiesValidateBeforeCall(Te * @param testInlineFreeformAdditionalPropertiesRequest request body (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2639,7 +2714,8 @@ public void testInlineFreeformAdditionalProperties(TestInlineFreeformAdditionalP * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2657,7 +2733,8 @@ public ApiResponse testInlineFreeformAdditionalPropertiesWithHttpInfo(Test * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2676,7 +2753,8 @@ public okhttp3.Call testInlineFreeformAdditionalPropertiesAsync(TestInlineFreefo * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2756,7 +2834,8 @@ private okhttp3.Call testJsonFormDataValidateBeforeCall(String param, String par * @param param2 field2 (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2773,7 +2852,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2792,7 +2872,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -2814,7 +2895,8 @@ public okhttp3.Call testJsonFormDataAsync(String param, String param2, final Api * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -2923,7 +3005,8 @@ private okhttp3.Call testQueryParameterCollectionFormatValidateBeforeCall(List + +
Response Details
Status Code Description Response Headers
200 Success -
@@ -2943,7 +3026,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -2965,7 +3049,8 @@ public ApiResponse testQueryParameterCollectionFormatWithHttpInfo(List + +
Response Details
Status Code Description Response Headers
200 Success -
@@ -2983,7 +3068,8 @@ public okhttp3.Call testQueryParameterCollectionFormatAsync(List pipe, L * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -3049,7 +3135,8 @@ private okhttp3.Call testStringMapReferenceValidateBeforeCall(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -3065,7 +3152,8 @@ public void testStringMapReference(Map requestBody) throws ApiEx * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -3083,7 +3171,8 @@ public ApiResponse testStringMapReferenceWithHttpInfo(Map * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index 22582a04dce1..0c0a0b1c40b6 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -147,7 +148,8 @@ private okhttp3.Call testClassnameValidateBeforeCall(Client client, final ApiCal * @return Client * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -164,7 +166,8 @@ public Client testClassname(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -183,7 +186,8 @@ public ApiResponse testClassnameWithHttpInfo(Client client) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/PetApi.java index 338a5585f008..a1ae779adcea 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/PetApi.java @@ -81,7 +81,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -148,7 +149,8 @@ private okhttp3.Call addPetValidateBeforeCall(Pet pet, final ApiCallback _callba * @param pet Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -164,7 +166,8 @@ public void addPet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -182,7 +185,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -201,7 +205,8 @@ public okhttp3.Call addPetAsync(Pet pet, final ApiCallback _callback) thro * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -272,7 +277,8 @@ private okhttp3.Call deletePetValidateBeforeCall(Long petId, String apiKey, fina * @param apiKey (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -289,7 +295,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -308,7 +315,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -326,7 +334,8 @@ public okhttp3.Call deletePetAsync(Long petId, String apiKey, final ApiCallback< * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -399,7 +408,8 @@ private okhttp3.Call findPetsByStatusValidateBeforeCall(List status, fin * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -417,7 +427,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -437,7 +448,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -457,7 +469,8 @@ public okhttp3.Call findPetsByStatusAsync(List status, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -533,7 +546,8 @@ private okhttp3.Call findPetsByTagsValidateBeforeCall(List tags, final A * @return List<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -553,7 +567,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -575,7 +590,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -597,7 +613,8 @@ public okhttp3.Call findPetsByTagsAsync(List tags, final ApiCallback +
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+ @@ -668,7 +685,8 @@ private okhttp3.Call getPetByIdValidateBeforeCall(Long petId, final ApiCallback * @return Pet * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -687,7 +705,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -708,7 +727,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -729,7 +749,8 @@ public okhttp3.Call getPetByIdAsync(Long petId, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -798,7 +819,8 @@ private okhttp3.Call updatePetValidateBeforeCall(Pet pet, final ApiCallback _cal * @param pet Pet object that needs to be added to the store (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -816,7 +838,8 @@ public void updatePet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -836,7 +859,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -858,7 +882,8 @@ public okhttp3.Call updatePetAsync(Pet pet, final ApiCallback _callback) t * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -935,7 +960,8 @@ private okhttp3.Call updatePetWithFormValidateBeforeCall(Long petId, String name * @param status Updated status of the pet (optional) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -953,7 +979,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -973,7 +1000,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -993,7 +1021,8 @@ public okhttp3.Call updatePetWithFormAsync(Long petId, String name, String statu * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1072,7 +1101,8 @@ private okhttp3.Call uploadFileValidateBeforeCall(Long petId, String additionalM * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1091,7 +1121,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1112,7 +1143,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1133,7 +1165,8 @@ public okhttp3.Call uploadFileAsync(Long petId, String additionalMetadata, File * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1217,7 +1250,8 @@ private okhttp3.Call uploadFileWithRequiredFileValidateBeforeCall(Long petId, Fi * @return ModelApiResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1236,7 +1270,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1257,7 +1292,8 @@ public ApiResponse uploadFileWithRequiredFileWithHttpInfo(Long * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/StoreApi.java index e580c8919deb..682d4efdacbf 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/StoreApi.java @@ -79,7 +79,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -146,7 +147,8 @@ private okhttp3.Call deleteOrderValidateBeforeCall(String orderId, final ApiCall * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -163,7 +165,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -182,7 +185,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -200,7 +204,8 @@ public okhttp3.Call deleteOrderAsync(String orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -261,7 +266,8 @@ private okhttp3.Call getInventoryValidateBeforeCall(final ApiCallback _callback) * @return Map<String, Integer> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -277,7 +283,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -295,7 +302,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -314,7 +322,8 @@ public okhttp3.Call getInventoryAsync(final ApiCallback> _c * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -385,7 +394,8 @@ private okhttp3.Call getOrderByIdValidateBeforeCall(Long orderId, final ApiCallb * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -404,7 +414,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -425,7 +436,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -446,7 +458,8 @@ public okhttp3.Call getOrderByIdAsync(Long orderId, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -516,7 +529,8 @@ private okhttp3.Call placeOrderValidateBeforeCall(Order order, final ApiCallback * @return Order * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -534,7 +548,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ @@ -554,7 +569,8 @@ public ApiResponse placeOrderWithHttpInfo(Order order) throws ApiExceptio * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/UserApi.java index f7d410bc79b6..c4c52874acb7 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/UserApi.java @@ -80,7 +80,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -146,7 +147,8 @@ private okhttp3.Call createUserValidateBeforeCall(User user, final ApiCallback _ * @param user Created user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -162,7 +164,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -180,7 +183,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -198,7 +202,8 @@ public okhttp3.Call createUserAsync(User user, final ApiCallback _callback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -264,7 +269,8 @@ private okhttp3.Call createUsersWithArrayInputValidateBeforeCall(List user * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -280,7 +286,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -298,7 +305,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -316,7 +324,8 @@ public okhttp3.Call createUsersWithArrayInputAsync(List user, final ApiCal * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -382,7 +391,8 @@ private okhttp3.Call createUsersWithListInputValidateBeforeCall(List user, * @param user List of user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -398,7 +408,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -416,7 +427,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -434,7 +446,8 @@ public okhttp3.Call createUsersWithListInputAsync(List user, final ApiCall * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -501,7 +514,8 @@ private okhttp3.Call deleteUserValidateBeforeCall(String username, final ApiCall * @param username The name that needs to be deleted (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -518,7 +532,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -537,7 +552,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -556,7 +572,8 @@ public okhttp3.Call deleteUserAsync(String username, final ApiCallback _ca * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -627,7 +644,8 @@ private okhttp3.Call getUserByNameValidateBeforeCall(String username, final ApiC * @return User * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -646,7 +664,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -667,7 +686,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -689,7 +709,8 @@ public okhttp3.Call getUserByNameAsync(String username, final ApiCallback * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -772,7 +793,8 @@ private okhttp3.Call loginUserValidateBeforeCall(String username, String passwor * @return String * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -791,7 +813,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -812,7 +835,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -831,7 +855,8 @@ public okhttp3.Call loginUserAsync(String username, String password, final ApiCa * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -890,7 +915,8 @@ private okhttp3.Call logoutUserValidateBeforeCall(final ApiCallback _callback) t * * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -905,7 +931,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -922,7 +949,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -941,7 +969,8 @@ public okhttp3.Call logoutUserAsync(final ApiCallback _callback) throws Ap * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details - +
+ @@ -1015,7 +1044,8 @@ private okhttp3.Call updateUserValidateBeforeCall(String username, User user, fi * @param user Updated user object (required) * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1033,7 +1063,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -1053,7 +1084,8 @@ public ApiResponse updateUserWithHttpInfo(String username, User user) thro * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/ValuesApi.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/ValuesApi.java index 79fe043970d5..1f10c191277a 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/ValuesApi.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/api/ValuesApi.java @@ -78,7 +78,8 @@ public void setCustomBaseUrl(String customBaseUrl) { * @return Call to execute * @throws ApiException If fail to serialize the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -140,7 +141,8 @@ private okhttp3.Call getSomeValuesValidateBeforeCall(final ApiCallback _callback * @return Variable * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Value -
+
+ @@ -157,7 +159,8 @@ public Variable getSomeValues() throws ApiException { * @return ApiResponse<Variable> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Value -
+
+ @@ -176,7 +179,8 @@ public ApiResponse getSomeValuesWithHttpInfo() throws ApiException { * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Value -
+
+ diff --git a/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/src/main/java/org/openapitools/client/api/UsageApi.java b/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/src/main/java/org/openapitools/client/api/UsageApi.java index 304ccdbc16e4..2dc777231d3b 100644 --- a/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/src/main/java/org/openapitools/client/api/UsageApi.java +++ b/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/src/main/java/org/openapitools/client/api/UsageApi.java @@ -51,7 +51,8 @@ public void setApiClient(ApiClient apiClient) { * @return Object * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Value -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -66,7 +67,8 @@ public Object anyKey() throws ApiException { * @return ApiResponse<Object> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -86,7 +88,8 @@ public ApiResponse anyKeyWithHttpInfo() throws ApiException { * @return Object * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -101,7 +104,8 @@ public Object bothKeys() throws ApiException { * @return ApiResponse<Object> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -121,7 +125,8 @@ public ApiResponse bothKeysWithHttpInfo() throws ApiException { * @return Object * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -136,7 +141,8 @@ public Object keyInHeader() throws ApiException { * @return ApiResponse<Object> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -156,7 +162,8 @@ public ApiResponse keyInHeaderWithHttpInfo() throws ApiException { * @return Object * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -171,7 +178,8 @@ public Object keyInQuery() throws ApiException { * @return ApiResponse<Object> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/src/main/java/org/openapitools/client/api/DefaultApi.java index 897b9f87055b..40e33c44c948 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @return MySchemaNameCharacters * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 the response -
@@ -69,7 +70,8 @@ public MySchemaNameCharacters testPost(MySchemaNameCharacters mySchemaNameCharac * @return ApiResponse<MySchemaNameCharacters> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 the response -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/PetApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/PetApi.java index ba52e6bd606c..077e7b195ff9 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/PetApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @return Pet * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -72,7 +73,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -99,7 +101,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @param apiKey (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -116,7 +119,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -151,7 +155,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -168,7 +173,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -200,7 +206,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -219,7 +226,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -253,7 +261,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -271,7 +280,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -303,7 +313,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -324,7 +335,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -356,7 +368,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @param status Updated status of the pet (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -374,7 +387,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -414,7 +428,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -432,7 +447,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/StoreApi.java index 1f22d63b2089..3ce2612695a2 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/StoreApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -69,7 +70,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -97,7 +99,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return Map<String, Integer> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -112,7 +115,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return Order * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -151,7 +156,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -182,7 +188,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return Order * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -199,7 +206,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/UserApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/UserApi.java index e78689426683..d6766809e1f4 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/src/main/java/org/openapitools/client/api/UserApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @param user Created user object (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -69,7 +70,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -93,7 +95,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -109,7 +112,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -149,7 +154,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -173,7 +179,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @param username The name that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -190,7 +197,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -220,7 +228,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return User * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -238,7 +247,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -270,7 +280,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return String * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -288,7 +299,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -321,7 +333,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -336,7 +349,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -356,7 +370,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @param user Updated user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -374,7 +389,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/PetApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/PetApi.java index ba52e6bd606c..077e7b195ff9 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/PetApi.java @@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) { * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ @@ -72,7 +73,8 @@ public Pet addPet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+ @@ -99,7 +101,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @param apiKey (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
405 Invalid input -
+
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -116,7 +119,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -151,7 +155,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -168,7 +173,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -200,7 +206,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -219,7 +226,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -253,7 +261,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -271,7 +280,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -303,7 +313,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -324,7 +335,8 @@ public Pet updatePet(Pet pet) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -356,7 +368,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @param status Updated status of the pet (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -374,7 +387,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -414,7 +428,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -432,7 +447,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java index 1f22d63b2089..3ce2612695a2 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/StoreApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -69,7 +70,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -97,7 +99,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return Map<String, Integer> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -112,7 +115,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return Order * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -151,7 +156,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -182,7 +188,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return Order * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -199,7 +206,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/UserApi.java b/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/UserApi.java index e78689426683..d6766809e1f4 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger2/src/main/java/org/openapitools/client/api/UserApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @param user Created user object (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -69,7 +70,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -93,7 +95,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -109,7 +112,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -149,7 +154,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -173,7 +179,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @param username The name that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -190,7 +197,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -220,7 +228,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return User * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -238,7 +247,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -270,7 +280,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return String * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -288,7 +299,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -321,7 +333,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -336,7 +349,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -356,7 +370,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @param user Updated user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -374,7 +389,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+ diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java index 4d915f07114e..8f01eaa48ada 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -69,7 +70,8 @@ public Client call123testSpecialTags(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/DefaultApi.java index 999e73199537..dbd6734005c1 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/DefaultApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/DefaultApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @return FooGetDefaultResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
@@ -67,7 +68,8 @@ public FooGetDefaultResponse fooGet() throws ApiException { * @return ApiResponse<FooGetDefaultResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 response -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java index d45d7198edb5..062c865d9c05 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java @@ -62,7 +62,8 @@ public void setApiClient(ApiClient apiClient) { * @return HealthCheckResult * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -77,7 +78,8 @@ public HealthCheckResult fakeHealthGet() throws ApiException { * @return ApiResponse<HealthCheckResult> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 The instance started successfully -
@@ -97,7 +99,8 @@ public ApiResponse fakeHealthGetWithHttpInfo() throws ApiExce * @return Boolean * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -113,7 +116,8 @@ public Boolean fakeOuterBooleanSerialize(Boolean body) throws ApiException { * @return ApiResponse<Boolean> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output boolean -
@@ -133,7 +137,8 @@ public ApiResponse fakeOuterBooleanSerializeWithHttpInfo(Boolean body) * @return OuterComposite * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -149,7 +154,8 @@ public OuterComposite fakeOuterCompositeSerialize(OuterComposite outerComposite) * @return ApiResponse<OuterComposite> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output composite -
@@ -169,7 +175,8 @@ public ApiResponse fakeOuterCompositeSerializeWithHttpInfo(Outer * @return BigDecimal * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -185,7 +192,8 @@ public BigDecimal fakeOuterNumberSerialize(BigDecimal body) throws ApiException * @return ApiResponse<BigDecimal> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output number -
@@ -205,7 +213,8 @@ public ApiResponse fakeOuterNumberSerializeWithHttpInfo(BigDecimal b * @return String * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -221,7 +230,8 @@ public String fakeOuterStringSerialize(String body) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Output string -
@@ -240,7 +250,8 @@ public ApiResponse fakeOuterStringSerializeWithHttpInfo(String body) thr * @return List<OuterEnum> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -255,7 +266,8 @@ public List getArrayOfEnums() throws ApiException { * @return ApiResponse<List<OuterEnum>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Got named array of enums -
@@ -274,7 +286,8 @@ public ApiResponse> getArrayOfEnumsWithHttpInfo() throws ApiExce * @param requestBody (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 ok -
@@ -290,7 +303,8 @@ public void postArrayOfString(List requestBody) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 ok -
@@ -308,7 +322,8 @@ public ApiResponse postArrayOfStringWithHttpInfo(List requestBody) * @param requestBody request body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -324,7 +339,8 @@ public void testAdditionalPropertiesReference(Map requestBody) t * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -347,7 +363,8 @@ public ApiResponse testAdditionalPropertiesReferenceWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 Success -
@@ -363,7 +380,8 @@ public void testBodyWithFileSchema(FileSchemaTestClass fileSchemaTestClass) thro * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -387,7 +405,8 @@ public ApiResponse testBodyWithFileSchemaWithHttpInfo(FileSchemaTestClass * @param user (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -404,7 +423,8 @@ public void testBodyWithQueryParams(String query, User user) throws ApiException * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -436,7 +456,8 @@ public ApiResponse testBodyWithQueryParamsWithHttpInfo(String query, User * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -452,7 +473,8 @@ public Client testClientModel(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -489,7 +511,8 @@ public ApiResponse testClientModelWithHttpInfo(Client client) throws Api * @param paramCallback None (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -519,7 +542,8 @@ public void testEndpointParameters(BigDecimal number, Double _double, String pat * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -597,7 +621,8 @@ public ApiResponse testEndpointParametersWithHttpInfo(BigDecimal number, D * @param enumFormString Form parameter enum test (string) (optional, default to -efg) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -621,7 +646,8 @@ public void testEnumParameters(List enumHeaderStringArray, String enumHe * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+ @@ -772,7 +798,8 @@ public APItestGroupParametersRequest int64Group(Long int64Group) { * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid request -
404 Not found -
+
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -788,7 +815,8 @@ public void execute() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Something wrong -
@@ -816,7 +844,8 @@ public APItestGroupParametersRequest testGroupParameters() throws ApiException { * @param requestBody request body (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -832,7 +861,8 @@ public void testInlineAdditionalProperties(Map requestBody) thro * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -855,7 +885,8 @@ public ApiResponse testInlineAdditionalPropertiesWithHttpInfo(Map + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -871,7 +902,8 @@ public void testInlineFreeformAdditionalProperties(TestInlineFreeformAdditionalP * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -895,7 +927,8 @@ public ApiResponse testInlineFreeformAdditionalPropertiesWithHttpInfo(Test * @param param2 field2 (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -912,7 +945,8 @@ public void testJsonFormData(String param, String param2) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -947,7 +981,8 @@ public ApiResponse testJsonFormDataWithHttpInfo(String param, String param * @param context (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -967,7 +1002,8 @@ public void testQueryParameterCollectionFormat(List pipe, List i * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 Success -
@@ -1011,7 +1047,8 @@ public ApiResponse testQueryParameterCollectionFormatWithHttpInfo(List + +
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -1027,7 +1064,8 @@ public void testStringMapReference(Map requestBody) throws ApiEx * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java index 01e6d5482334..d608864f9d83 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @return Client * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -69,7 +70,8 @@ public Client testClassname(Client client) throws ApiException { * @return ApiResponse<Client> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java index 868bb6e2f01f..69a75ac160ed 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java @@ -54,7 +54,8 @@ public void setApiClient(ApiClient apiClient) { * @param pet Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -70,7 +71,8 @@ public void addPet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -95,7 +97,8 @@ public ApiResponse addPetWithHttpInfo(Pet pet) throws ApiException { * @param apiKey (optional) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -112,7 +115,8 @@ public void deletePet(Long petId, String apiKey) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
400 Invalid pet value -
@@ -147,7 +151,8 @@ public ApiResponse deletePetWithHttpInfo(Long petId, String apiKey) throws * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -164,7 +169,8 @@ public List findPetsByStatus(List status) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -196,7 +202,8 @@ public ApiResponse> findPetsByStatusWithHttpInfo(List status) * @return List<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid status value -
+
+ @@ -215,7 +222,8 @@ public List findPetsByTags(List tags) throws ApiException { * @return ApiResponse<List<Pet>> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -249,7 +257,8 @@ public ApiResponse> findPetsByTagsWithHttpInfo(List tags) thro * @return Pet * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid tag value -
+
+ @@ -267,7 +276,8 @@ public Pet getPetById(Long petId) throws ApiException { * @return ApiResponse<Pet> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -298,7 +308,8 @@ public ApiResponse getPetByIdWithHttpInfo(Long petId) throws ApiException { * @param pet Pet object that needs to be added to the store (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -316,7 +327,8 @@ public void updatePet(Pet pet) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+ @@ -344,7 +356,8 @@ public ApiResponse updatePetWithHttpInfo(Pet pet) throws ApiException { * @param status Updated status of the pet (optional) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Pet not found -
+
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -362,7 +375,8 @@ public void updatePetWithForm(Long petId, String name, String status) throws Api * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
405 Invalid input -
@@ -402,7 +416,8 @@ public ApiResponse updatePetWithFormWithHttpInfo(Long petId, String name, * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -420,7 +435,8 @@ public ModelApiResponse uploadFile(Long petId, String additionalMetadata, File _ * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -461,7 +477,8 @@ public ApiResponse uploadFileWithHttpInfo(Long petId, String a * @return ModelApiResponse * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -479,7 +496,8 @@ public ModelApiResponse uploadFileWithRequiredFile(Long petId, File requiredFile * @return ApiResponse<ModelApiResponse> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java index bb22c66ba72b..cc0fd08bfd60 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java @@ -52,7 +52,8 @@ public void setApiClient(ApiClient apiClient) { * @param orderId ID of the order that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -69,7 +70,8 @@ public void deleteOrder(String orderId) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+ @@ -97,7 +99,8 @@ public ApiResponse deleteOrderWithHttpInfo(String orderId) throws ApiExcep * @return Map<String, Integer> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid ID supplied -
404 Order not found -
+
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -112,7 +115,8 @@ public Map getInventory() throws ApiException { * @return ApiResponse<Map<String, Integer>> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
200 successful operation -
@@ -133,7 +137,8 @@ public ApiResponse> getInventoryWithHttpInfo() throws ApiEx * @return Order * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -151,7 +156,8 @@ public Order getOrderById(Long orderId) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -182,7 +188,8 @@ public ApiResponse getOrderByIdWithHttpInfo(Long orderId) throws ApiExcep * @return Order * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid ID supplied -
+
+ @@ -199,7 +206,8 @@ public Order placeOrder(Order order) throws ApiException { * @return ApiResponse<Order> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+ diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java index d482c08e87c7..9bce7bdad678 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java +++ b/samples/openapi3/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java @@ -53,7 +53,8 @@ public void setApiClient(ApiClient apiClient) { * @param user Created user object (required) * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid Order -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -69,7 +70,8 @@ public void createUser(User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -92,7 +94,8 @@ public ApiResponse createUserWithHttpInfo(User user) throws ApiException { * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -108,7 +111,8 @@ public void createUsersWithArrayInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -131,7 +135,8 @@ public ApiResponse createUsersWithArrayInputWithHttpInfo(List user) * @param user List of user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -147,7 +152,8 @@ public void createUsersWithListInput(List user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -170,7 +176,8 @@ public ApiResponse createUsersWithListInputWithHttpInfo(List user) t * @param username The name that needs to be deleted (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -187,7 +194,8 @@ public void deleteUser(String username) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -216,7 +224,8 @@ public ApiResponse deleteUserWithHttpInfo(String username) throws ApiExcep * @return User * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid username supplied -
404 User not found -
+
+ @@ -234,7 +243,8 @@ public User getUserByName(String username) throws ApiException { * @return ApiResponse<User> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -266,7 +276,8 @@ public ApiResponse getUserByNameWithHttpInfo(String username) throws ApiEx * @return String * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation -
400 Invalid username supplied -
+
+ @@ -284,7 +295,8 @@ public String loginUser(String username, String password) throws ApiException { * @return ApiResponse<String> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+ @@ -317,7 +329,8 @@ public ApiResponse loginUserWithHttpInfo(String username, String passwor * * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
200 successful operation * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
400 Invalid username/password supplied -
+
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -332,7 +345,8 @@ public void logoutUser() throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details - +
+
Response Details
Status Code Description Response Headers
0 successful operation -
@@ -351,7 +365,8 @@ public ApiResponse logoutUserWithHttpInfo() throws ApiException { * @param user Updated user object (required) * @throws ApiException if fails to make API call * @http.response.details - +
+ @@ -369,7 +384,8 @@ public void updateUser(String username, User user) throws ApiException { * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details -
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -
+
+
Response Details
Status Code Description Response Headers
400 Invalid user supplied -
404 User not found -