mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
* Fix test output folder error for MicronautServerGenerator * Add java8 OffsetDateTime support for Micronaut Codegens
665 B
665 B
Order
The class is defined in Order.java
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long |
[optional property] | |
| petId | Long |
[optional property] | |
| quantity | Integer |
[optional property] | |
| shipDate | OffsetDateTime |
[optional property] | |
| status | StatusEnum | Order Status | [optional property] |
| complete | Boolean |
[optional property] |
StatusEnum
| Name | Value |
|---|---|
| PLACED | "placed" |
| APPROVED | "approved" |
| DELIVERED | "delivered" |