forked from loafle/openapi-generator-original
* feat (JAVA SPRING RESTCLIENT) 19406: Add single request parameter for Spring RestClient Closes #19406 * chore (JAVA SPRING RESTCLIENT) 19406: Add new sample to jdk 17 tests * fix (JAVA SPRING RESTCLIENT) 19406: Fix sample build
595 B
595 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
petId | Long | [optional] | |
quantity | Integer | [optional] | |
shipDate | OffsetDateTime | [optional] | |
status | StatusEnum | Order Status | [optional] |
complete | Boolean | [optional] |
Enum: StatusEnum
Name | Value |
---|---|
PLACED | "placed" |
APPROVED | "approved" |
DELIVERED | "delivered" |