Mattias Sehlstedt 10fc9d07c7
Single request parameter equals and hashcode (#20833)
* Align indentation

* Add equals and hashcode to singleRequestParameter static class

* Add missing sample updates that were affected by new imports

* add restclient sample

* update FILES, chmod=+x

* Update samples with jakarta annotations

* Updates samples

---------

Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
2025-04-27 16:46:01 +08:00

611 B

Pet

Properties

Name Type Description Notes
id Long [optional]
category Category [optional]
name String
photoUrls Set<String>
tags List<Tag> [optional]
status StatusEnum pet status in the store [optional]

Enum: StatusEnum

Name Value
AVAILABLE "available"
PENDING "pending"
SOLD "sold"