@@ -122,6 +122,7 @@ public ResponseEntity<FakeBigDecimalMap200Response> fakeBigDecimalMapWithHttpInf
122122 public ResponseSpec fakeBigDecimalMapWithResponseSpec () throws RestClientResponseException {
123123 return fakeBigDecimalMapRequestCreation ();
124124 }
125+
125126 /**
126127 * Health check endpoint
127128 *
@@ -186,6 +187,7 @@ public ResponseEntity<HealthCheckResult> fakeHealthGetWithHttpInfo() throws Rest
186187 public ResponseSpec fakeHealthGetWithResponseSpec () throws RestClientResponseException {
187188 return fakeHealthGetRequestCreation ();
188189 }
190+
189191 /**
190192 * test http signature authentication
191193 *
@@ -268,6 +270,7 @@ public ResponseEntity<Void> fakeHttpSignatureTestWithHttpInfo(@jakarta.annotatio
268270 public ResponseSpec fakeHttpSignatureTestWithResponseSpec (@ jakarta .annotation .Nonnull Pet pet , @ jakarta .annotation .Nullable String query1 , @ jakarta .annotation .Nullable String header1 ) throws RestClientResponseException {
269271 return fakeHttpSignatureTestRequestCreation (pet , query1 , header1 );
270272 }
273+
271274 /**
272275 *
273276 * Test serialization of outer boolean types
@@ -338,6 +341,7 @@ public ResponseEntity<Boolean> fakeOuterBooleanSerializeWithHttpInfo(@jakarta.an
338341 public ResponseSpec fakeOuterBooleanSerializeWithResponseSpec (@ jakarta .annotation .Nullable Boolean body ) throws RestClientResponseException {
339342 return fakeOuterBooleanSerializeRequestCreation (body );
340343 }
344+
341345 /**
342346 *
343347 * Test serialization of object with outer number type
@@ -408,6 +412,7 @@ public ResponseEntity<OuterComposite> fakeOuterCompositeSerializeWithHttpInfo(@j
408412 public ResponseSpec fakeOuterCompositeSerializeWithResponseSpec (@ jakarta .annotation .Nullable OuterComposite outerComposite ) throws RestClientResponseException {
409413 return fakeOuterCompositeSerializeRequestCreation (outerComposite );
410414 }
415+
411416 /**
412417 *
413418 * Test serialization of outer number types
@@ -478,6 +483,7 @@ public ResponseEntity<BigDecimal> fakeOuterNumberSerializeWithHttpInfo(@jakarta.
478483 public ResponseSpec fakeOuterNumberSerializeWithResponseSpec (@ jakarta .annotation .Nullable BigDecimal body ) throws RestClientResponseException {
479484 return fakeOuterNumberSerializeRequestCreation (body );
480485 }
486+
481487 /**
482488 *
483489 * Test serialization of outer string types
@@ -548,6 +554,7 @@ public ResponseEntity<String> fakeOuterStringSerializeWithHttpInfo(@jakarta.anno
548554 public ResponseSpec fakeOuterStringSerializeWithResponseSpec (@ jakarta .annotation .Nullable String body ) throws RestClientResponseException {
549555 return fakeOuterStringSerializeRequestCreation (body );
550556 }
557+
551558 /**
552559 *
553560 * Test serialization of enum (int) properties with examples
@@ -622,6 +629,7 @@ public ResponseEntity<OuterObjectWithEnumProperty> fakePropertyEnumIntegerSerial
622629 public ResponseSpec fakePropertyEnumIntegerSerializeWithResponseSpec (@ jakarta .annotation .Nonnull OuterObjectWithEnumProperty outerObjectWithEnumProperty ) throws RestClientResponseException {
623630 return fakePropertyEnumIntegerSerializeRequestCreation (outerObjectWithEnumProperty );
624631 }
632+
625633 /**
626634 * test referenced additionalProperties
627635 *
@@ -691,6 +699,7 @@ public ResponseEntity<Void> testAdditionalPropertiesReferenceWithHttpInfo(@jakar
691699 public ResponseSpec testAdditionalPropertiesReferenceWithResponseSpec (@ jakarta .annotation .Nonnull Map <String , Object > requestBody ) throws RestClientResponseException {
692700 return testAdditionalPropertiesReferenceRequestCreation (requestBody );
693701 }
702+
694703 /**
695704 *
696705 * For this test, the body has to be a binary file.
@@ -760,6 +769,7 @@ public ResponseEntity<Void> testBodyWithBinaryWithHttpInfo(@jakarta.annotation.N
760769 public ResponseSpec testBodyWithBinaryWithResponseSpec (@ jakarta .annotation .Nullable File body ) throws RestClientResponseException {
761770 return testBodyWithBinaryRequestCreation (body );
762771 }
772+
763773 /**
764774 *
765775 * For this test, the body for this request must reference a schema named `File`.
@@ -829,6 +839,7 @@ public ResponseEntity<Void> testBodyWithFileSchemaWithHttpInfo(@jakarta.annotati
829839 public ResponseSpec testBodyWithFileSchemaWithResponseSpec (@ jakarta .annotation .Nonnull FileSchemaTestClass fileSchemaTestClass ) throws RestClientResponseException {
830840 return testBodyWithFileSchemaRequestCreation (fileSchemaTestClass );
831841 }
842+
832843 /**
833844 *
834845 *
@@ -908,6 +919,7 @@ public ResponseEntity<Void> testBodyWithQueryParamsWithHttpInfo(@jakarta.annotat
908919 public ResponseSpec testBodyWithQueryParamsWithResponseSpec (@ jakarta .annotation .Nonnull String query , @ jakarta .annotation .Nonnull User user ) throws RestClientResponseException {
909920 return testBodyWithQueryParamsRequestCreation (query , user );
910921 }
922+
911923 /**
912924 * To test \"client\" model
913925 * To test \"client\" model
@@ -982,6 +994,7 @@ public ResponseEntity<Client> testClientModelWithHttpInfo(@jakarta.annotation.No
982994 public ResponseSpec testClientModelWithResponseSpec (@ jakarta .annotation .Nonnull Client client ) throws RestClientResponseException {
983995 return testClientModelRequestCreation (client );
984996 }
997+
985998 /**
986999 * Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
9871000 * Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
@@ -1148,6 +1161,7 @@ public ResponseEntity<Void> testEndpointParametersWithHttpInfo(@jakarta.annotati
11481161 public ResponseSpec testEndpointParametersWithResponseSpec (@ jakarta .annotation .Nonnull BigDecimal number , @ jakarta .annotation .Nonnull Double _double , @ jakarta .annotation .Nonnull String patternWithoutDelimiter , @ jakarta .annotation .Nonnull byte [] _byte , @ jakarta .annotation .Nullable Integer integer , @ jakarta .annotation .Nullable Integer int32 , @ jakarta .annotation .Nullable Long int64 , @ jakarta .annotation .Nullable Float _float , @ jakarta .annotation .Nullable String string , @ jakarta .annotation .Nullable File binary , @ jakarta .annotation .Nullable LocalDate date , @ jakarta .annotation .Nullable OffsetDateTime dateTime , @ jakarta .annotation .Nullable String password , @ jakarta .annotation .Nullable String paramCallback ) throws RestClientResponseException {
11491162 return testEndpointParametersRequestCreation (number , _double , patternWithoutDelimiter , _byte , integer , int32 , int64 , _float , string , binary , date , dateTime , password , paramCallback );
11501163 }
1164+
11511165 /**
11521166 * To test enum parameters
11531167 * To test enum parameters
@@ -1265,6 +1279,7 @@ public ResponseEntity<Void> testEnumParametersWithHttpInfo(@jakarta.annotation.N
12651279 public ResponseSpec testEnumParametersWithResponseSpec (@ jakarta .annotation .Nullable List <String > enumHeaderStringArray , @ jakarta .annotation .Nullable String enumHeaderString , @ jakarta .annotation .Nullable List <String > enumQueryStringArray , @ jakarta .annotation .Nullable String enumQueryString , @ jakarta .annotation .Nullable Integer enumQueryInteger , @ jakarta .annotation .Nullable Double enumQueryDouble , @ jakarta .annotation .Nullable List <EnumClass > enumQueryModelArray , @ jakarta .annotation .Nullable List <String > enumFormStringArray , @ jakarta .annotation .Nullable String enumFormString ) throws RestClientResponseException {
12661280 return testEnumParametersRequestCreation (enumHeaderStringArray , enumHeaderString , enumQueryStringArray , enumQueryString , enumQueryInteger , enumQueryDouble , enumQueryModelArray , enumFormStringArray , enumFormString );
12671281 }
1282+
12681283 /**
12691284 * Fake endpoint to test group parameters (optional)
12701285 * Fake endpoint to test group parameters (optional)
@@ -1370,6 +1385,7 @@ public ResponseEntity<Void> testGroupParametersWithHttpInfo(@jakarta.annotation.
13701385 public ResponseSpec testGroupParametersWithResponseSpec (@ jakarta .annotation .Nonnull Integer requiredStringGroup , @ jakarta .annotation .Nonnull Boolean requiredBooleanGroup , @ jakarta .annotation .Nonnull Long requiredInt64Group , @ jakarta .annotation .Nullable Integer stringGroup , @ jakarta .annotation .Nullable Boolean booleanGroup , @ jakarta .annotation .Nullable Long int64Group ) throws RestClientResponseException {
13711386 return testGroupParametersRequestCreation (requiredStringGroup , requiredBooleanGroup , requiredInt64Group , stringGroup , booleanGroup , int64Group );
13721387 }
1388+
13731389 /**
13741390 * test inline additionalProperties
13751391 *
@@ -1439,6 +1455,7 @@ public ResponseEntity<Void> testInlineAdditionalPropertiesWithHttpInfo(@jakarta.
14391455 public ResponseSpec testInlineAdditionalPropertiesWithResponseSpec (@ jakarta .annotation .Nonnull Map <String , String > requestBody ) throws RestClientResponseException {
14401456 return testInlineAdditionalPropertiesRequestCreation (requestBody );
14411457 }
1458+
14421459 /**
14431460 * test inline free-form additionalProperties
14441461 *
@@ -1508,6 +1525,7 @@ public ResponseEntity<Void> testInlineFreeformAdditionalPropertiesWithHttpInfo(@
15081525 public ResponseSpec testInlineFreeformAdditionalPropertiesWithResponseSpec (@ jakarta .annotation .Nonnull TestInlineFreeformAdditionalPropertiesRequest testInlineFreeformAdditionalPropertiesRequest ) throws RestClientResponseException {
15091526 return testInlineFreeformAdditionalPropertiesRequestCreation (testInlineFreeformAdditionalPropertiesRequest );
15101527 }
1528+
15111529 /**
15121530 * test json serialization of form data
15131531 *
@@ -1590,6 +1608,7 @@ public ResponseEntity<Void> testJsonFormDataWithHttpInfo(@jakarta.annotation.Non
15901608 public ResponseSpec testJsonFormDataWithResponseSpec (@ jakarta .annotation .Nonnull String param , @ jakarta .annotation .Nonnull String param2 ) throws RestClientResponseException {
15911609 return testJsonFormDataRequestCreation (param , param2 );
15921610 }
1611+
15931612 /**
15941613 * test nullable parent property
15951614 *
@@ -1659,6 +1678,7 @@ public ResponseEntity<Void> testNullableWithHttpInfo(@jakarta.annotation.Nonnull
16591678 public ResponseSpec testNullableWithResponseSpec (@ jakarta .annotation .Nonnull ChildWithNullable childWithNullable ) throws RestClientResponseException {
16601679 return testNullableRequestCreation (childWithNullable );
16611680 }
1681+
16621682 /**
16631683 *
16641684 * To test the collection format in query parameters
@@ -1778,6 +1798,7 @@ public ResponseEntity<Void> testQueryParameterCollectionFormatWithHttpInfo(@jaka
17781798 public ResponseSpec testQueryParameterCollectionFormatWithResponseSpec (@ jakarta .annotation .Nonnull List <String > pipe , @ jakarta .annotation .Nonnull List <String > ioutil , @ jakarta .annotation .Nonnull List <String > http , @ jakarta .annotation .Nonnull List <String > url , @ jakarta .annotation .Nonnull List <String > context , @ jakarta .annotation .Nonnull String allowEmpty , @ jakarta .annotation .Nullable Map <String , String > language ) throws RestClientResponseException {
17791799 return testQueryParameterCollectionFormatRequestCreation (pipe , ioutil , http , url , context , allowEmpty , language );
17801800 }
1801+
17811802 /**
17821803 * test referenced string map
17831804 *
0 commit comments