mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 11:16:09 +00:00
fix java okhttp enum mismatche tab
This commit is contained in:
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
|
||||
**_float** | **Float** | | [optional]
|
||||
**_double** | **Double** | | [optional]
|
||||
**string** | **String** | | [optional]
|
||||
**_byte** | **byte[]** | | [optional]
|
||||
**_byte** | **byte[]** | |
|
||||
**binary** | **byte[]** | | [optional]
|
||||
**date** | [**Date**](Date.md) | | [optional]
|
||||
**date** | [**Date**](Date.md) | |
|
||||
**dateTime** | [**Date**](Date.md) | | [optional]
|
||||
**password** | **String** | | [optional]
|
||||
**password** | **String** | |
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
||||
## Enum: StatusEnum
|
||||
Name | Value
|
||||
---- | -----
|
||||
PLACED | placed
|
||||
APPROVED | approved
|
||||
DELIVERED | delivered
|
||||
PLACED | "placed"
|
||||
APPROVED | "approved"
|
||||
DELIVERED | "delivered"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
||||
## Enum: StatusEnum
|
||||
Name | Value
|
||||
---- | -----
|
||||
AVAILABLE | available
|
||||
PENDING | pending
|
||||
SOLD | sold
|
||||
AVAILABLE | "available"
|
||||
PENDING | "pending"
|
||||
SOLD | "sold"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user