better java resteasy echo api client tests (#17473)

This commit is contained in:
William Cheng
2023-12-26 10:25:55 +08:00
committed by GitHub
parent 2d50655d8c
commit c215bc681d
89 changed files with 78 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
# Query
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **Long** | Query | [optional] |
|**outcomes** | [**List<OutcomesEnum>**](#List<OutcomesEnum>) | | [optional] |
## Enum: List<OutcomesEnum>
| Name | Value |
|---- | -----|
| SUCCESS | "SUCCESS" |
| FAILURE | "FAILURE" |
| SKIPPED | "SKIPPED" |