William Cheng 421e7c9d3e
[Java] Better tests for jakarta option (webclient, resttemplate) (#14363)
* test java jakarta in new workflow jdk 17

* update workflow

* skip jakarta test in jdk11
2023-01-02 20:55:39 +08:00

634 B

Order

An order for a pets from the pet store

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"