| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersApi.createUser(UserCreateParamsImpl body)
Create a new user
<p>Create a new user.
|
User |
UsersApi.editAuthorizedUser(UserUpdateParamsImpl body)
Edit the authorized user
Edit the authorized user's data and settings.
|
User |
UsersApi.getAuthorizedUser()
Get the authorized user
Get the authorized user's data.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<User> |
UsersApi.createUserWithHttpInfo(UserCreateParamsImpl body)
Create a new user
<p>Create a new user.
|
ApiResponse<User> |
UsersApi.editAuthorizedUserWithHttpInfo(UserUpdateParamsImpl body)
Edit the authorized user
Edit the authorized user's data and settings.
|
ApiResponse<User> |
UsersApi.getAuthorizedUserWithHttpInfo()
Get the authorized user
Get the authorized user's data.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UsersApi.createUserAsync(UserCreateParamsImpl body,
ApiCallback<User> callback)
Create a new user (asynchronously)
<p>Create a new user.
|
com.squareup.okhttp.Call |
UsersApi.editAuthorizedUserAsync(UserUpdateParamsImpl body,
ApiCallback<User> callback)
Edit the authorized user (asynchronously)
Edit the authorized user's data and settings.
|
com.squareup.okhttp.Call |
UsersApi.getAuthorizedUserAsync(ApiCallback<User> callback)
Get the authorized user (asynchronously)
Get the authorized user's data.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.email(String email) |
User |
User.id(String id) |
User |
User.isAutoUpdateEnabled(Boolean isAutoUpdateEnabled) |
User |
User.password(String password) |
User |
User.phone(String phone) |
Copyright © 2018. All rights reserved.