forked from loafle/openapi-generator-original
[Java][native][apache-httpclient] Update toUrlQueryString to support form style for object (#14478)
* update toUrlQueryString * add new files * minor bug fixes * support object in query parameter - java apache httpclient * rename variable - java native * update samples * fix try catch
This commit is contained in:
15
samples/client/echo_api/java/native/docs/DataQueryAllOf.md
Normal file
15
samples/client/echo_api/java/native/docs/DataQueryAllOf.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
# DataQueryAllOf
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**suffix** | **String** | test suffix | [optional] |
|
||||
|**text** | **String** | Some text containing white spaces | [optional] |
|
||||
|**date** | **OffsetDateTime** | A date | [optional] |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user