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,31 @@
# DefaultValue
to test the default value of properties
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**arrayStringEnumRefDefault** | **List<StringEnumRef>** | | [optional] |
|**arrayStringEnumDefault** | [**List<ArrayStringEnumDefaultEnum>**](#List<ArrayStringEnumDefaultEnum>) | | [optional] |
|**arrayStringDefault** | **List<String>** | | [optional] |
|**arrayIntegerDefault** | **List<Integer>** | | [optional] |
|**arrayString** | **List<String>** | | [optional] |
|**arrayStringNullable** | **List<String>** | | [optional] |
|**arrayStringExtensionNullable** | **List<String>** | | [optional] |
|**stringNullable** | **String** | | [optional] |
## Enum: List<ArrayStringEnumDefaultEnum>
| Name | Value |
|---- | -----|
| SUCCESS | "success" |
| FAILURE | "failure" |
| UNCLASSIFIED | "unclassified" |