forked from loafle/openapi-generator-original
Java 11 native HTTP client library (#3434)
* Initial commit of Java 11 native HTTP client port * Rebase to master and add JSR305 for @Nullable * Update samples with @Nullable annotations
This commit is contained in:
committed by
William Cheng
parent
8253c28d6e
commit
43590582c5
19
samples/client/petstore/java/native/docs/User.md
Normal file
19
samples/client/petstore/java/native/docs/User.md
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
# User
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **Long** | | [optional]
|
||||
**username** | **String** | | [optional]
|
||||
**firstName** | **String** | | [optional]
|
||||
**lastName** | **String** | | [optional]
|
||||
**email** | **String** | | [optional]
|
||||
**password** | **String** | | [optional]
|
||||
**phone** | **String** | | [optional]
|
||||
**userStatus** | **Integer** | User Status | [optional]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user