Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
UserApi.createUser(UserDto userDto)
Create
Create a new user.
|
okhttp3.Call |
UserApi.createUserAsync(UserDto userDto,
ApiCallback<Void> _callback)
Create (asynchronously)
Create a new user.
|
okhttp3.Call |
UserApi.createUserCall(UserDto userDto,
ApiCallback _callback)
Build call for createUser
|
ApiResponse<Void> |
UserApi.createUserWithHttpInfo(UserDto userDto)
Create
Create a new user.
|
Modifier and Type | Method and Description |
---|---|
UserDto |
UserDto.credentials(UserCredentialsDto credentials) |
UserDto |
UserDto.profile(UserProfileDto profile) |
Copyright © 2022. All rights reserved.